HomeSort by relevance Sort by last modified time
    Searched refs:VPX_IMG_FMT_YV12 (Results 1 - 15 of 15) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 55 VPX_IMG_FMT_YV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 1, /**< planar YVU */
92 #define IMG_FMT_YV12 VPX_IMG_FMT_YV12 /**< \deprecated Use #VPX_IMG_FMT_YV12 */
  /external/libvpx/libvpx/vpx/
vpx_image.h 55 VPX_IMG_FMT_YV12 = VPX_IMG_FMT_PLANAR | VPX_IMG_FMT_UV_FLIP | 1, /**< planar YVU */
95 #define IMG_FMT_YV12 VPX_IMG_FMT_YV12 /**< \deprecated Use #VPX_IMG_FMT_YV12 */
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 93 case VPX_IMG_FMT_YV12:
121 case VPX_IMG_FMT_YV12:
136 case VPX_IMG_FMT_YV12:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 92 case VPX_IMG_FMT_YV12:
105 case VPX_IMG_FMT_YV12:
117 case VPX_IMG_FMT_YV12:
  /external/libvpx/libvpx/
tools_common.c 101 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U];
105 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V];
vpxenc.c     [all...]
vpxdec.c 943 img->fmt != VPX_IMG_FMT_YV12) || img->bit_depth != 8) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 100 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V : VPX_PLANE_U];
104 yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U : VPX_PLANE_V];
vpxenc.c     [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 84 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
87 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vp8_multi_resolution_encoder.c 102 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12? VPX_PLANE_V : VPX_PLANE_U];
105 ptr = img->planes[img->fmt==VPX_IMG_FMT_YV12?VPX_PLANE_U : VPX_PLANE_V];
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 296 case VPX_IMG_FMT_YV12:
315 case VPX_IMG_FMT_YV12:
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 270 case VPX_IMG_FMT_YV12:
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 269 case VPX_IMG_FMT_YV12:
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 263 case VPX_IMG_FMT_YV12:
    [all...]

Completed in 908 milliseconds