요약·해설과 원문, 전문 번역을 서로 분리했습니다. API 이름, symbol, source path는 원문 표기를 사용합니다.
1. 요약·해설
원문의 핵심 논리와 kernel programming 관점의 보충 설명입니다. 아래의 전문 번역과는 별도로 작성했습니다.
2. 영어 원문 전체
번역 기준이 된 Linux v6.18.37 원문입니다. 줄 번호는 이 버전의 파일 좌표입니다.
원문 전체 펼치기
1
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
3
.. _V4L2-PIX-FMT-SBGGR10ALAW8:
4
.. _v4l2-pix-fmt-sgbrg10alaw8:
5
.. _v4l2-pix-fmt-sgrbg10alaw8:
6
.. _v4l2-pix-fmt-srggb10alaw8:
8
***********************************************************************************************************************************************
9
V4L2_PIX_FMT_SBGGR10ALAW8 ('aBA8'), V4L2_PIX_FMT_SGBRG10ALAW8 ('aGA8'), V4L2_PIX_FMT_SGRBG10ALAW8 ('agA8'), V4L2_PIX_FMT_SRGGB10ALAW8 ('aRA8'),
10
***********************************************************************************************************************************************
12
V4L2_PIX_FMT_SGBRG10ALAW8
13
V4L2_PIX_FMT_SGRBG10ALAW8
14
V4L2_PIX_FMT_SRGGB10ALAW8
15
10-bit Bayer formats compressed to 8 bits
18
Description
19
===========
21
These four pixel formats are raw sRGB / Bayer formats with 10 bits per
22
color compressed to 8 bits each, using the A-LAW algorithm. Each color
23
component consumes 8 bits of memory. In other respects this format is
24
similar to :ref:`V4L2-PIX-FMT-SRGGB8`.
3. 한국어 전문 번역
영어 원문의 문단 순서와 의미를 유지한 전체 번역입니다. 코드, 함수명, symbol과 URL은 원문 표기를 유지합니다.
10-bit Bayer A-law 압축
1-24`V4L2_PIX_FMT_SBGGR10ALAW8` (`aBA8`), `V4L2_PIX_FMT_SGBRG10ALAW8` (`aGA8`), `V4L2_PIX_FMT_SGRBG10ALAW8` (`agA8`), `V4L2_PIX_FMT_SRGGB10ALAW8` (`aRA8`)은 color당 10-bit raw sRGB/Bayer 값을 A-LAW algorithm으로 각각 8 bit로 압축합니다.
압축된 color component 하나는 memory 8 bit를 차지합니다. 그 밖의 Bayer 배열과 행 의미는 `V4L2-PIX-FMT-SRGGB8` 형식과 같습니다.
항목규칙
입력Color component당 10 bit
압축A-LAW algorithm
MemoryComponent당 8 bit
Bayer 배열V4L2-PIX-FMT-SRGGB8과 동일
원문이 규정하는 저장 단위와 참조 형식입니다.
.. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
.. _V4L2-PIX-FMT-SBGGR10ALAW8:
.. _v4l2-pix-fmt-sgbrg10alaw8:
.. _v4l2-pix-fmt-sgrbg10alaw8:
.. _v4l2-pix-fmt-srggb10alaw8:
***********************************************************************************************************************************************
V4L2_PIX_FMT_SBGGR10ALAW8 ('aBA8'), V4L2_PIX_FMT_SGBRG10ALAW8 ('aGA8'), V4L2_PIX_FMT_SGRBG10ALAW8 ('agA8'), V4L2_PIX_FMT_SRGGB10ALAW8 ('aRA8'),
***********************************************************************************************************************************************
V4L2_PIX_FMT_SGBRG10ALAW8
V4L2_PIX_FMT_SGRBG10ALAW8
V4L2_PIX_FMT_SRGGB10ALAW8
10-bit Bayer formats compressed to 8 bits
Description
===========
These four pixel formats are raw sRGB / Bayer formats with 10 bits per
color compressed to 8 bits each, using the A-LAW algorithm. Each color
component consumes 8 bits of memory. In other respects this format is
similar to :ref:`V4L2-PIX-FMT-SRGGB8`.
요약·해설
pixfmt-srggb10alaw8.rst:1-2410-bit Bayer component를 A-law로 8 bit에 압축하는 네 형식을 설명합니다.