HomeSort by relevance Sort by last modified time
    Searched defs:YV12 (Results 1 - 13 of 13) sorted by null

  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 38 * <p>YV12 is a 4:2:0 YCrCb planar format comprised of a WxH Y plane followed
73 public static final int YV12 = 0x32315659;
79 * being represented by 8 bits. It is equivalent to just the Y plane from {@link #YV12}
237 case YV12:
  /external/chromium_org/media/base/
yuv_convert.h 28 YV12 = 1, // YV12 is half width and half height chroma channels.
55 // Pass in YV16/YV12 depending on source format
99 // Biliner Scale a frame of YV12 to 32 bits ARGB on a specified rectangle.
video_frame.h 43 YV12 = 1, // 12bpp YVU planar 1x1 Y, 2x2 VU samples
51 YV12J = 7, // JPEG color range version of YV12
181 // Allocates YV12 frame based on |size|, and sets its data to the YUV(y,u,v).
187 // Allocates YV12 frame based on |size|, and sets its data to the YUV
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
CameraMetadataTest.java 351 YV12,
382 AvailableFormat.YV12,
435 AvailableFormat.YV12,
539 0x32315659, // YV12
547 0x32315659, // YV12
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 656 milliseconds