/external/libvpx/libvpx/ |
vpxenc.h | 26 I420, // 4:2:0 8+ bit-depth
|
vpxenc.c | 135 ARG_DEF(NULL, "i420", 0, "Input file is I420 (default)"); [all...] |
/external/libyuv/files/unit_test/ |
convert_test.cc | 147 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) 156 // Test Android 420 to I420 277 TESTAPLANARTOP(Android420, I420, 1, 0, 0, 2, 2, I420, 2, 2 [all...] |
/external/webrtc/talk/session/media/ |
planarfunctions_unittest.cc | 128 // YUV testing image (I420/I422/I444). 674 // A common macro for testing converting YUY2/UYVY to I420. 724 // A common macro for testing converting I420 to ARGB, BGRA and ABGR. [all...] |
/external/webrtc/talk/media/base/ |
videoframe_unittest.h | 183 // Write an I420 frame out to disk. 209 // I420 chroma artifacts to easily be seen on the square boundaries. 285 // Converts from the specified colorspace to I420. 540 // Test constructing an image from a I420 buffer. [all...] |