Home
last modified time | relevance | path

Searched refs:I422 (Results 1 – 11 of 11) 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.cpp71 case VideoPixelFormat::I422: in fromVideoPixelFormat()
100 case VideoPixelFormat::I422: in fromVideoPixelFormat()
163 return VideoPixelFormat::I422; in toVideoPixelFormat()
/external/libaom/test/
Dtemporal_filter_test.cc45 I422, // 4:2:2 enumerator
142 } else if (color_fmt == I422) { in RunTest()
266 RunTest(1, 1, I422); in TEST_P()
273 RunTest(0, 1, I422); in TEST_P()
280 RunTest(1, 100000, I422); in TEST_P()
407 } else if (color_fmt == I422) { in RunTest()
533 RunTest(1, 1, 10, I422); in TEST_P()
540 RunTest(0, 1, 10, I422); in TEST_P()
547 RunTest(1, 100000, 10, I422); in TEST_P()
/external/libaom/apps/
Daomenc.h24 I422, // 4:2:2 8+ bit-depth enumerator
Daomenc.c660 global->color_type = I422; in parse_global_config()
2004 case I422: input.fmt = AOM_IMG_FMT_I422; break; in main()
/external/libvpx/
Dvpxenc.h27 I422, // 4:2:2 8+ bit-depth enumerator
Dvpxenc.c774 global->color_type = I422; in parse_global_config()
1719 case I422: input.fmt = VPX_IMG_FMT_I422; break; in main()
/external/libyuv/files/unit_test/
Dconvert_test.cc157 TESTPLANARTOP(I422, uint8_t, 1, 2, 1, I420, uint8_t, 1, 2, 2, 8)
159 TESTPLANARTOP(I420, uint8_t, 1, 2, 2, I422, uint8_t, 1, 2, 1, 8)
162 TESTPLANARTOP(I422, uint8_t, 1, 2, 1, I422, uint8_t, 1, 2, 1, 8)
163 TESTPLANARTOP(I422, uint8_t, 1, 2, 1, I444, uint8_t, 1, 1, 1, 8)
182 TESTPLANARTOP(I210, uint16_t, 2, 2, 1, I422, uint8_t, 1, 2, 1, 10)
185 TESTPLANARTOP(I212, uint16_t, 2, 2, 1, I422, uint8_t, 1, 2, 1, 12)
411 TESTPLANARTOBP(I422, uint8_t, 1, 2, 1, NV21, uint8_t, 1, 2, 2, 8)
781 TESTPLANARTOB(I422, 2, 1, RGB565, 2, 2, 1)
783 TESTPLANARTOB(I422, 2, 1, ARGB, 4, 4, 1)
784 TESTPLANARTOB(I422, 2, 1, ABGR, 4, 4, 1)
[all …]
/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.md90 FOURCC_YU16 = FOURCC('Y', 'U', '1', '6'), // Alias for I422.
109 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
112 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…