Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_I420 (Results 1 – 18 of 18) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h56 VPX_IMG_FMT_I420 = VPX_IMG_FMT_PLANAR | 2, enumerator
93 #define IMG_FMT_I420 VPX_IMG_FMT_I420 /**< \deprecated Use #VPX_IMG_FMT_I420 */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c91 case VPX_IMG_FMT_I420: in img_alloc_helper()
104 case VPX_IMG_FMT_I420: in img_alloc_helper()
116 case VPX_IMG_FMT_I420: in img_alloc_helper()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Di420_video_source.h86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1); in SetSize()
Dvideo_source.h125 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32); in SetSize()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h29 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
Dvp9_cx_iface.c264 case VPX_IMG_FMT_I420: in validate_img()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
Dvp8cx_set_ref.c136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dsimple_encoder.c201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dtwopass_encoder.c162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dset_maps.c189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
Dvp9_spatial_scalable_encoder.c305 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) in main()
Dvp8_multi_resolution_encoder.c315 if(!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main()
Dvpx_temporal_scalable_patterns.c486 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c123 assert(src->fmt == VPX_IMG_FMT_I420); in vpx_image_scale()
124 assert(dst->fmt == VPX_IMG_FMT_I420); in vpx_image_scale()
867 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width, in main_loop()
Dvpxenc.c1274 stream->img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, in encode_frame()
1452 vpx_img_alloc(&ref_enc.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode()
1454 vpx_img_alloc(&ref_dec.img, VPX_IMG_FMT_I420, width, height, 1); in test_decode()
1646 input.use_i420 ? VPX_IMG_FMT_I420 in main()
Dy4minput.c739 _y4m->vpx_fmt = VPX_IMG_FMT_I420; in y4m_input_open()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_cx_iface.c270 case VPX_IMG_FMT_I420: in validate_img()
1077 ctx->preview_img.fmt = VPX_IMG_FMT_I420; in vp8e_get_preview()
Dvp8_dx_iface.c293 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()