Searched refs:get_vpx_decoder_by_index (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dtools_common.h136 const VpxInterface *get_vpx_decoder_by_index(int i);
H A Dtools_common.c176 const VpxInterface *get_vpx_decoder_by_index(int i) { function
184 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
196 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
H A Dvpxdec.c164 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
285 const VpxInterface *const decoder = get_vpx_decoder_by_index(i);
719 interface = get_vpx_decoder_by_index(0);

Completed in 40 milliseconds