Home
last modified time | relevance | path

Searched refs:aom_codec_set_frame_buffer_functions (Results 1 – 5 of 5) sorted by relevance

/external/libaom/aom/
Dexports_dec6 text aom_codec_set_frame_buffer_functions
Daom_decoder.h247 aom_codec_err_t aom_codec_set_frame_buffer_functions(
/external/libaom/aom/src/
Daom_decoder.c120 aom_codec_err_t aom_codec_set_frame_buffer_functions( in aom_codec_set_frame_buffer_functions() function
/external/libaom/test/
Ddecode_test_driver.h90 return aom_codec_set_frame_buffer_functions(&decoder_, cb_get, cb_release, in SetFrameBufferFunctions()
/external/libaom/apps/
Daomdec.c755 if (aom_codec_set_frame_buffer_functions(&decoder, get_av1_frame_buffer, in main_loop()