Searched refs:VPX_IMG_FMT_I420 (Results 1 – 18 of 18) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_image.h | 56 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/ |
D | vpx_image.c | 91 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/ |
D | i420_video_source.h | 86 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 1); in SetSize()
|
D | video_source.h | 125 img_ = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, width, height, 32); in SetSize()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_iface_common.h | 29 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
|
D | vp9_cx_iface.c | 264 case VPX_IMG_FMT_I420: in validate_img()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | vp8cx_set_ref.c | 136 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | simple_encoder.c | 201 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | twopass_encoder.c | 162 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | set_maps.c | 189 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, info.frame_width, in main()
|
D | vp9_spatial_scalable_encoder.c | 305 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, enc_cfg.g_w, enc_cfg.g_h, 32)) in main()
|
D | vp8_multi_resolution_encoder.c | 315 if(!vpx_img_alloc(&raw[i], VPX_IMG_FMT_I420, cfg[i].g_w, cfg[i].g_h, 32)) in main()
|
D | vpx_temporal_scalable_patterns.c | 486 if (!vpx_img_alloc(&raw, VPX_IMG_FMT_I420, width, height, 32)) { in main()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | vpxdec.c | 123 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()
|
D | vpxenc.c | 1274 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()
|
D | y4minput.c | 739 _y4m->vpx_fmt = VPX_IMG_FMT_I420; in y4m_input_open()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 270 case VPX_IMG_FMT_I420: in validate_img() 1077 ctx->preview_img.fmt = VPX_IMG_FMT_I420; in vp8e_get_preview()
|
D | vp8_dx_iface.c | 293 img->fmt = VPX_IMG_FMT_I420; in yuvconfig2image()
|