Home
last modified time | relevance | path

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

/external/libvpx/vpx/
Dexports_dec8 text vpx_codec_set_frame_buffer_functions
Dvpx_decoder.h355 vpx_codec_err_t vpx_codec_set_frame_buffer_functions(
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_frame_buffer_pool.cc40 if (vpx_codec_set_frame_buffer_functions( in InitializeVpxUsePool()
/external/libvpx/test/
Ddecode_test_driver.h87 return vpx_codec_set_frame_buffer_functions(&decoder_, cb_get, cb_release, in SetFrameBufferFunctions()
/external/libvpx/vpx/src/
Dvpx_decoder.c174 vpx_codec_err_t vpx_codec_set_frame_buffer_functions( in vpx_codec_set_frame_buffer_functions() function
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/vp9/src/main/jni/
Dvpx_jni.cc473 err = vpx_codec_set_frame_buffer_functions( in DECODER_FUNC()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/vp9/src/main/jni/
Dvpx_jni.cc473 err = vpx_codec_set_frame_buffer_functions( in DECODER_FUNC()
/external/libvpx/
Dvpxdec.c825 if (vpx_codec_set_frame_buffer_functions(&decoder, get_vp9_frame_buffer, in main_loop()