Home
last modified time | relevance | path

Searched refs:allocated_decoding_thread_count (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Donyxd_int.h88 int allocated_decoding_thread_count; member
Dthreading.c656 pbi->allocated_decoding_thread_count = 0; in vp8_decoder_create_threads()
690 pbi->allocated_decoding_thread_count = pbi->decoding_thread_count; in vp8_decoder_create_threads()
838 for (i = 0; i < pbi->allocated_decoding_thread_count; i++) in vp8_decoder_remove_threads()
844 for (i = 0; i < pbi->allocated_decoding_thread_count; i++) in vp8_decoder_remove_threads()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c508 for (i = 0; i < pbi->allocated_decoding_thread_count; i++) in vp8_decode()