Home
last modified time | relevance | path

Searched refs:I422 (Results 1 – 10 of 10) sorted by relevance

/external/v4l2_codec2/common/
DVideoPixelFormat.cpp33 case VideoPixelFormat::I422: in videoPixelFormatToString()
106 case VideoPixelFormat::I422: in bitDepth()
163 case VideoPixelFormat::I422: in RequiresEvenSizeAllocation()
203 case VideoPixelFormat::I422: in numPlanes()
301 case VideoPixelFormat::I422: in bytesPerElement()
336 case VideoPixelFormat::I422: in SampleSize()
DFourcc.cpp68 case VideoPixelFormat::I422: in fromVideoPixelFormat()
97 case VideoPixelFormat::I422: in fromVideoPixelFormat()
160 return VideoPixelFormat::I422; in toVideoPixelFormat()
/external/libvpx/libvpx/
Dvpxenc.h27 I422, // 4:2:2 8+ bit-depth enumerator
Dvpxenc.c702 global->color_type = I422; in parse_global_config()
1641 case I422: input.fmt = VPX_IMG_FMT_I422; break; in main()
/external/libaom/libaom/apps/
Daomenc.h29 I422, // 4:2:2 8+ bit-depth enumerator
Daomenc.c1205 global->color_type = I422; in parse_global_config()
2272 case I422: input.fmt = AOM_IMG_FMT_I422; break; in main()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoPixelFormat.h21 I422, // 16bpp YUV planar 1x1 Y, 2x1 UV samples. enumerator
/external/libyuv/files/docs/
Dformats.md81 FOURCC_YU16 = FOURCC('Y', 'U', '1', '6'), // Alias for I422.
100 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
103 I422, NV16 and NV61 are half width, full height
Drotation.md61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
/external/libyuv/files/unit_test/
Dconvert_test.cc145 TESTPLANARTOP(I422, uint8_t, 1, 2, 1, I420, uint8_t, 1, 2, 2)
147 TESTPLANARTOP(I420, uint8_t, 1, 2, 2, I422, uint8_t, 1, 2, 1)
150 TESTPLANARTOP(I422, uint8_t, 1, 2, 1, I422, uint8_t, 1, 2, 1)
394 TESTPLANARTOBP(I422, 2, 1, NV21, 2, 2)
686 TESTPLANARTOB(I422, 2, 1, ARGB, 4, 4, 1)
687 TESTPLANARTOB(I422, 2, 1, RGB565, 2, 2, 1)
692 TESTPLANARTOB(I422, 2, 1, BGRA, 4, 4, 1)
693 TESTPLANARTOB(I422, 2, 1, ABGR, 4, 4, 1)
694 TESTPLANARTOB(I422, 2, 1, RGBA, 4, 4, 1)
700 TESTPLANARTOB(I422, 2, 1, YUY2, 2, 4, 1)
[all …]