Home
last modified time | relevance | path

Searched refs:vp8_yv12_alloc_frame_buffer (Results 1 – 7 of 7) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dalloccommon.c65 if (vp8_yv12_alloc_frame_buffer(&oci->yv12_fb[i], width, height, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
79 if (vp8_yv12_alloc_frame_buffer(&oci->temp_scale_frame, width, 16, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
102 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer, width, height, VP8BORDERINPIXELS) < 0) in vp8_alloc_frame_buffers()
Dpostproc.c751 if (vp8_yv12_alloc_frame_buffer(&oci->post_proc_buffer_int, in vp8_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
Dyv12config.h60 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Ddenoising.c148 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_running_avg[i]), width, in vp8_denoiser_allocate()
161 if (vp8_yv12_alloc_frame_buffer(&(denoiser->yv12_mc_running_avg), width, in vp8_denoiser_allocate()
Dlookahead.c92 if (vp8_yv12_alloc_frame_buffer(&ctx->buf[i].img, in vp8_lookahead_init()
Donyx_if.c1120 if (vp8_yv12_alloc_frame_buffer(&cpi->alt_ref_buffer, in alloc_raw_frame_buffers()
1176 if (vp8_yv12_alloc_frame_buffer(&cpi->pick_lf_lvl_frame, in vp8_alloc_compressor_data()
1181 if (vp8_yv12_alloc_frame_buffer(&cpi->scaled_source, in vp8_alloc_compressor_data()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
Dyv12config.c108 int vp8_yv12_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, in vp8_yv12_alloc_frame_buffer() function