Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Dconvert_test.cc147 TESTPLANARTOP(I420, 2, 2, I420, 2, 2)
148 TESTPLANARTOP(I422, 2, 1, I420, 2, 2)
149 TESTPLANARTOP(I444, 1, 1, I420, 2, 2)
150 TESTPLANARTOP(I420, 2, 2, I422, 2, 1)
151 TESTPLANARTOP(I420, 2, 2, I444, 1, 1)
152 TESTPLANARTOP(I420, 2, 2, I420Mirror, 2, 2)
277 TESTAPLANARTOP(Android420, I420, 1, 0, 0, 2, 2, I420, 2, 2)
278 TESTAPLANARTOP(Android420, NV12, 2, 0, 1, 2, 2, I420, 2, 2)
279 TESTAPLANARTOP(Android420, NV21, 2, 1, 0, 2, 2, I420, 2, 2)
372 TESTPLANARTOBP(I420, 2, 2, NV12, 2, 2)
[all …]
/external/libyuv/files/docs/
Dformats.md7 …here are 2 core formats supported by libyuv - I420 and ARGB. All YUV formats can be converted to/…
9 Filtering functions such as scaling and planar functions work on I420 and/or ARGB.
77 FOURCC_YU12 = FOURCC('Y', 'U', '1', '2'), // Linux version of I420.
82 FOURCC_IYUV = FOURCC('I', 'Y', 'U', 'V'), // Alias for I420.
105 planes for UV: I420, I422, I444, I400, NV21, NV12, I400
107 I420, NV12 and NV21 are half width, half height
Drotation.md3 …B allow rotation of any format. Optimized functionality is supported for I420, ARGB, NV12 and NV2…
19 * Converts the cropped region to I420. Supports inverted source for src_height negative.
40 Same as I420, but implementation is less optimized - reads columns and writes rows, 16 bytes at a t…
76 Same as I420, but implementation is less optimized - reads columns and writes rows.
/external/libvpx/libvpx/
Dvpxenc.h26 I420, // 4:2:0 8+ bit-depth enumerator
Dvpxenc.c889 global->color_type = I420; in parse_global_config()
923 global->color_type = I420; in parse_global_config()
1908 case I420: input.fmt = VPX_IMG_FMT_I420; break; in main()
DCHANGELOG511 * For raw I420/YV12 output instead of Y4M, the --i420 or --yv12
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc759 TEST_YUVTORGB(I420, ARGB, libyuv::kJpegYuv420, 3., 2);
761 TEST_YUVTORGB(I420, ABGR, libyuv::kJpegYuv420, 3., 2);
763 TEST_YUVTORGB(I420, BGRA, libyuv::kJpegYuv420, 3., 2);
/external/webrtc/talk/app/webrtc/objc/
Davfoundationvideocapturer.mm178 // Make the capturer output NV12. Ideally we want I420 but that's not
433 // to I420.
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h844 TEST_MIRROR(I420, 420)
876 TEST_ROTATE(I420, 12, 0)
877 TEST_ROTATE(I420, 12, 90)
878 TEST_ROTATE(I420, 12, 180)
879 TEST_ROTATE(I420, 12, 270)
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm222 // Using the VideoFrame for YV12: YV12 is YVU; I420 assumes