Home
last modified time | relevance | path

Searched refs:vpx_img_alloc (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dexports_com12 text vpx_img_alloc
Dvpx_image.h174 vpx_image_t *vpx_img_alloc(vpx_image_t *img,
/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/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/vpx/src/
Dvpx_image.c178 vpx_image_t *vpx_img_alloc(vpx_image_t *img, in vpx_img_alloc() function
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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()
1645 vpx_img_alloc(&raw, in main()
Dvpxdec.c867 scaled_img = vpx_img_alloc(NULL, VPX_IMG_FMT_I420, display_width, in main_loop()