Home
last modified time | relevance | path

Searched refs:SetFrameBufferFunctions (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/test/
Dexternal_frame_buffer_test.cc222 decoder->SetFrameBufferFunctions( in PreDecodeFrameHook()
306 vpx_codec_err_t SetFrameBufferFunctions( in SetFrameBufferFunctions() function in __anon029f6ced0111::ExternalFrameBufferTest
315 return decoder_->SetFrameBufferFunctions(cb_get, cb_release, &fb_list_); in SetFrameBufferFunctions()
407 SetFrameBufferFunctions( in TEST_F()
419 SetFrameBufferFunctions( in TEST_F()
430 SetFrameBufferFunctions( in TEST_F()
439 SetFrameBufferFunctions(num_buffers, get_vp9_frame_buffer, in TEST_F()
448 SetFrameBufferFunctions(num_buffers, get_vp9_zero_frame_buffer, in TEST_F()
456 SetFrameBufferFunctions( in TEST_F()
465 SetFrameBufferFunctions(num_buffers, NULL, in TEST_F()
[all …]
Ddecode_test_driver.h96 vpx_codec_err_t SetFrameBufferFunctions( in SetFrameBufferFunctions() function