HomeSort by relevance Sort by last modified time
    Searched refs:VPX_IMG_FMT_I420 (Results 1 - 25 of 40) sorted by null

1 2

  /external/libvpx/libvpx/vpx/
vpx_image.h 56 VPX_IMG_FMT_I420 = VPX_IMG_FMT_PLANAR | 2,
62 VPX_IMG_FMT_I42016 = VPX_IMG_FMT_I420 | VPX_IMG_FMT_HIGH,
96 #define IMG_FMT_I420 VPX_IMG_FMT_I420 /**< \deprecated Use #VPX_IMG_FMT_I420 */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 56 VPX_IMG_FMT_I420 = VPX_IMG_FMT_PLANAR | 2,
93 #define IMG_FMT_I420 VPX_IMG_FMT_I420 /**< \deprecated Use #VPX_IMG_FMT_I420 */
  /external/libvpx/libvpx/test/
i420_video_source.h 86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1);
y4m_test.cc 35 {"park_joy_90p_8_420.y4m", 8, VPX_IMG_FMT_I420,
99 if (fmt == VPX_IMG_FMT_I420 || fmt == VPX_IMG_FMT_I42016) {
decode_api_test.cc 95 vpx_img_alloc(&ref_copy.img, VPX_IMG_FMT_I420, width, height, 1) != NULL);
video_source.h 184 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
i420_video_source.h 86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1);
video_source.h 125 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32);
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 92 case VPX_IMG_FMT_I420:
120 case VPX_IMG_FMT_I420:
135 case VPX_IMG_FMT_I420:
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_image.c 91 case VPX_IMG_FMT_I420:
104 case VPX_IMG_FMT_I420:
116 case VPX_IMG_FMT_I420:
  /external/libvpx/libvpx/vp9/
vp9_iface_common.h 31 img->fmt = VPX_IMG_FMT_I420;
  /external/libvpx/libvpx/examples/
simple_encoder.c 205 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp8cx_set_ref.c 136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
set_maps.c 191 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
twopass_encoder.c 162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp9_spatial_svc_encoder.c 286 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
simple_encoder.c 201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
vp8cx_set_ref.c 136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
set_maps.c 189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
twopass_encoder.c 162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_iface_common.h 29 img->fmt = VPX_IMG_FMT_I420;
  /external/libvpx/libvpx/
vpxdec.c 128 assert(src->fmt == VPX_IMG_FMT_I420);
129 assert(dst->fmt == VPX_IMG_FMT_I420);
886 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width,
935 if (img->fmt != VPX_IMG_FMT_I420 &&
942 if ((img->fmt != VPX_IMG_FMT_I420 &&
    [all...]
vpxenc.c     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 142 CHECK_EQ(mImg->fmt, VPX_IMG_FMT_I420);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxdec.c 123 assert(src->fmt == VPX_IMG_FMT_I420);
124 assert(dst->fmt == VPX_IMG_FMT_I420);
867 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width,

Completed in 188 milliseconds

1 2