Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dexternal_frame_buffer_test.cc33 class ExternalFrameBufferList { class
35 ExternalFrameBufferList() in ExternalFrameBufferList() function in __anone0baf0050111::ExternalFrameBufferList
39 virtual ~ExternalFrameBufferList() { in ~ExternalFrameBufferList()
152 ExternalFrameBufferList *const fb_list = in get_vp9_frame_buffer()
153 reinterpret_cast<ExternalFrameBufferList*>(user_priv); in get_vp9_frame_buffer()
161 ExternalFrameBufferList *const fb_list = in release_vp9_frame_buffer()
162 reinterpret_cast<ExternalFrameBufferList*>(user_priv); in release_vp9_frame_buffer()
169 ExternalFrameBufferList *const fb_list = in get_vp9_zero_frame_buffer()
170 reinterpret_cast<ExternalFrameBufferList*>(user_priv); in get_vp9_zero_frame_buffer()
177 ExternalFrameBufferList *const fb_list = in get_vp9_one_less_byte_frame_buffer()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c317 struct ExternalFrameBufferList { struct
329 struct ExternalFrameBufferList *const ext_fb_list = in get_vp9_frame_buffer() argument
330 (struct ExternalFrameBufferList *)cb_priv; in get_vp9_frame_buffer()
520 struct ExternalFrameBufferList ext_fb_list = {0}; in main_loop()