Home
last modified time | relevance | path

Searched refs:vpx_codec_set_frame_buffer_functions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libvpx/vpx/
H A Dexports_dec8 text vpx_codec_set_frame_buffer_functions
H A Dvpx_decoder.h357 vpx_codec_err_t vpx_codec_set_frame_buffer_functions(
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/vp9/
H A Dvp9_frame_buffer_pool.cc40 if (vpx_codec_set_frame_buffer_functions( in InitializeVpxUsePool()
/aosp_15_r20/external/libvpx/test/
H A Ddecode_test_driver.h87 return vpx_codec_set_frame_buffer_functions(&decoder_, cb_get, cb_release, in SetFrameBufferFunctions()
/aosp_15_r20/external/libvpx/vpx/src/
H A Dvpx_decoder.c173 vpx_codec_err_t vpx_codec_set_frame_buffer_functions( in vpx_codec_set_frame_buffer_functions() function
/aosp_15_r20/out/soong/.intermediates/external/libvpx/libvpx/android_arm64_armv8-2a_cortex-a55_shared_cfi_apex31/
Dlibvpx.so.toc86 81: FUNC GLOBAL DEFAULT 15 vpx_codec_set_frame_buffer_functions
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
H A Dvpx_jni.cc473 err = vpx_codec_set_frame_buffer_functions( in DECODER_FUNC()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
H A Dvpx_jni.cc473 err = vpx_codec_set_frame_buffer_functions( in DECODER_FUNC()
/aosp_15_r20/external/libvpx/
H A Dvpxdec.c825 if (vpx_codec_set_frame_buffer_functions(&decoder, get_vp9_frame_buffer, in main_loop()