/external/v4l2_codec2/common/ |
D | VideoPixelFormat.cpp | 33 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()
|
D | Fourcc.cpp | 71 case VideoPixelFormat::I422: in fromVideoPixelFormat() 100 case VideoPixelFormat::I422: in fromVideoPixelFormat() 163 return VideoPixelFormat::I422; in toVideoPixelFormat()
|
/external/libaom/test/ |
D | temporal_filter_test.cc | 45 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/ |
D | aomenc.h | 24 I422, // 4:2:2 8+ bit-depth enumerator
|
D | aomenc.c | 660 global->color_type = I422; in parse_global_config() 2004 case I422: input.fmt = AOM_IMG_FMT_I422; break; in main()
|
/external/libvpx/ |
D | vpxenc.h | 27 I422, // 4:2:2 8+ bit-depth enumerator
|
D | vpxenc.c | 774 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/ |
D | convert_test.cc | 157 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/ |
D | VideoPixelFormat.h | 21 I422, // 16bpp YUV planar 1x1 Y, 2x1 UV samples. enumerator
|
/external/libyuv/files/docs/ |
D | formats.md | 90 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
|
D | rotation.md | 61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
|