OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vp9_free_frame_buffer
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h
82
int
vp9_free_frame_buffer
(YV12_BUFFER_CONFIG *ybf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_alloccommon.c
93
vp9_free_frame_buffer
(&cm->frame_bufs[i].buf);
102
vp9_free_frame_buffer
(&cm->post_proc_buffer);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/
yv12config.c
120
int
vp9_free_frame_buffer
(YV12_BUFFER_CONFIG *ybf) {
function
281
vp9_free_frame_buffer
(ybf);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.c
50
vp9_free_frame_buffer
(&ctx->buf[i].img);
vp9_onyx_if.c
190
vp9_free_frame_buffer
(&cpi->last_frame_uf);
191
vp9_free_frame_buffer
(&cpi->scaled_source);
192
vp9_free_frame_buffer
(&cpi->scaled_last_source);
193
vp9_free_frame_buffer
(&cpi->alt_ref_buffer);
[
all
...]
Completed in 2726 milliseconds