HomeSort by relevance Sort by last modified time
    Searched full:i422 (Results 1 - 12 of 12) sorted by null

  /external/libyuv/files/include/libyuv/
planar_functions.h 39 // Convert YUY2 to I422.
47 // Convert UYVY to I422.
138 // ARGB little endian (bgra in memory) to I422.
147 // Convert I422 to BGRA.
155 // Convert I422 to ABGR.
163 // Convert I422 to RGBA.
247 // Convert I422 to YUY2.
255 // Convert I422 to UYVY.
convert_from.h 53 // Copy to I400. Source can be I420, I422, I444, I400, NV12 or NV21.
video_common.h 80 FOURCC_YU16 = FOURCC('Y', 'U', '1', '6'), // Alias for I422.
convert.h 38 // Convert I422 to I420.
convert_argb.h 48 // Convert I422 to ARGB.
  /external/libyuv/files/unit_test/
planar_test.cc 96 TESTPLANARTOB(I422, 2, 1, ARGB, 4)
97 TESTPLANARTOB(I422, 2, 1, BGRA, 4)
98 TESTPLANARTOB(I422, 2, 1, ABGR, 4)
99 TESTPLANARTOB(I422, 2, 1, RGBA, 4)
255 TESTATOPLANAR(ARGB, 4, I422, 2, 1)
260 TESTATOPLANAR(YUY2, 2, I422, 2, 1)
261 TESTATOPLANAR(UYVY, 2, I422, 2, 1)
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 108 // Convert YUY2 to I422.
170 // Convert UYVY to I422.
381 // ARGB little endian (bgra in memory) to I422
431 // Convert I422 to BGRA.
483 // Convert I422 to ABGR.
535 // Convert I422 to RGBA.
    [all...]
convert_argb.cc 95 // Convert I422 to ARGB.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocommon.h 116 FOURCC_YU16 = FOURCC('Y', 'U', '1', '6'), // Alias for I422.
videoframe_unittest.h 512 // Test constructing an image from a I422 buffer.
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 232 ERROR("Invalid image format. Only YV12, I420, I422, I444 images are "
    [all...]
  /art/test/083-compiler-regressions/src/
Main.java 1094 int i422 = 422; local
    [all...]

Completed in 104 milliseconds