/external/libvpx/libvpx/ |
vpxenc.h | 28 I444, // 4:4:4 8+ bit-depth
|
vpxenc.c | 142 NULL, "i444", 0, "Input file is I444"); 901 global->color_type = I444; [all...] |
/external/libyuv/files/docs/ |
rotation.md | 59 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 and can be called directly
|
formats.md | 86 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
/external/libyuv/files/include/libyuv/ |
convert_argb.h | 53 // Convert I444 to ARGB. 69 // Convert I444 to ABGR.
|
convert_from.h | 53 // Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21.
|
convert_from_argb.h | 86 // Convert ARGB To I444.
|
video_common.h | 99 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
planar_functions.h | 61 // Copy I444 to I444.
|
convert.h | 23 // Convert I444 to I420.
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
convert_from.h | 53 // Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21.
|
convert_from_argb.h | 86 // Convert ARGB To I444.
|
video_common.h | 98 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
planar_functions.h | 61 // Copy I444 to I444.
|
convert.h | 25 // Convert I444 to I420.
|
convert_argb.h | 55 // Convert I444 to ARGB.
|
/external/libyuv/files/unit_test/ |
convert_test.cc | 168 TESTPLANARTOP(I444, 1, 1, I420, 2, 2) 171 TESTPLANARTOP(I420, 2, 2, I444, 1, 1) 175 TESTPLANARTOP(I444, 1, 1, I444, 1, 1) [all...] |
/external/libyuv/files/source/ |
convert_argb.cc | 376 // Convert I444 to ARGB with matrix 445 // Convert I444 to ARGB. 460 // Convert I444 to ABGR. [all...] |
convert_from_argb.cc | 23 // ARGB little endian (bgra in memory) to I444 [all...] |
/external/webrtc/talk/media/base/ |
videocommon.h | 118 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
|
videoframe_unittest.h | [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 346 ERROR("Invalid image format. I422, I444, I440 images are " 355 ERROR("Invalid image format. 16-bit I422, I444, I440 images are " 360 ERROR("Invalid image format. Only YV12, I420, I422, I444 images are " [all...] |
/external/webrtc/talk/session/media/ |
planarfunctions_unittest.cc | 128 // YUV testing image (I420/I422/I444). [all...] |
/external/libvpx/libvpx/third_party/libyuv/source/ |
convert_argb.cc | 47 // Convert I444 to ARGB. [all...] |
convert_from_argb.cc | 23 // ARGB little endian (bgra in memory) to I444 [all...] |