OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_ext_fb_cb
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/
vp9_dx_iface.h
61
vpx_get_frame_buffer_cb_fn_t
get_ext_fb_cb
;
member in struct:vpx_codec_alg_priv
vp9_dx_iface.c
253
if (ctx->
get_ext_fb_cb
!= NULL && ctx->release_ext_fb_cb != NULL) {
254
pool->get_fb_cb = ctx->
get_ext_fb_cb
;
762
ctx->
get_ext_fb_cb
= cb_get;
[
all
...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c
48
vpx_get_frame_buffer_cb_fn_t
get_ext_fb_cb
;
member in struct:vpx_codec_alg_priv
214
if (ctx->
get_ext_fb_cb
!= NULL && ctx->release_ext_fb_cb != NULL) {
215
cm->get_fb_cb = ctx->
get_ext_fb_cb
;
397
ctx->
get_ext_fb_cb
= cb_get;
Completed in 44 milliseconds