Home
last modified time | relevance | path

Searched refs:I444 (Results 1 – 11 of 11) sorted by relevance

/external/v4l2_codec2/common/
DVideoPixelFormat.cpp37 case VideoPixelFormat::I444: in videoPixelFormatToString()
108 case VideoPixelFormat::I444: in bitDepth()
164 case VideoPixelFormat::I444: in RequiresEvenSizeAllocation()
204 case VideoPixelFormat::I444: in numPlanes()
303 case VideoPixelFormat::I444: in bytesPerElement()
329 case VideoPixelFormat::I444: in SampleSize()
DFourcc.cpp70 case VideoPixelFormat::I444: in fromVideoPixelFormat()
102 case VideoPixelFormat::I444: in fromVideoPixelFormat()
/external/libvpx/libvpx/
Dvpxenc.h28 I444, // 4:4:4 8+ bit-depth enumerator
Dvpxenc.c704 global->color_type = I444; in parse_global_config()
1642 case I444: input.fmt = VPX_IMG_FMT_I444; break; in main()
/external/libaom/libaom/apps/
Daomenc.h30 I444, // 4:4:4 8+ bit-depth enumerator
Daomenc.c1207 global->color_type = I444; in parse_global_config()
2273 case I444: input.fmt = AOM_IMG_FMT_I444; break; in main()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DVideoPixelFormat.h23 I444, // 24bpp YUV planar, no subsampling. enumerator
/external/libyuv/files/docs/
Dformats.md82 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
100 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
104 I444, NV24 and NV42 are full width, full height
Drotation.md59 Lower level plane functions are provided, allowing other planar formats to be rotated. (e.g. I444)
61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
/external/libyuv/files/unit_test/
Dscale_test.cc560 TEST_F(LibYUVScaleTest, I444##name##To##width##x##height##_##filter) { \
572 TEST_F(LibYUVScaleTest, I444##name##To##width##x##height##_##filter##_16) { \
585 TEST_F(LibYUVScaleTest, I444##name##From##width##x##height##_##filter) { \
601 I444##name##From##width##x##height##_##filter##_16) { \
Dconvert_test.cc146 TESTPLANARTOP(I444, uint8_t, 1, 1, 1, I420, uint8_t, 1, 2, 2)
148 TESTPLANARTOP(I420, uint8_t, 1, 2, 2, I444, uint8_t, 1, 1, 1)
151 TESTPLANARTOP(I444, uint8_t, 1, 1, 1, I444, uint8_t, 1, 1, 1)
395 TESTPLANARTOBP(I444, 1, 1, NV21, 2, 2)
695 TESTPLANARTOB(I444, 1, 1, ARGB, 4, 4, 1)
697 TESTPLANARTOB(I444, 1, 1, ABGR, 4, 4, 1)
986 TESTATOPLANAR(ARGB, 4, 1, I444, 1, 1, 2)
2555 TESTPLANARTOE(I444, 1, 1, ARGB, 1, 4, ARGB, 4)
2557 TESTPLANARTOE(I444, 1, 1, ABGR, 1, 4, ARGB, 4)