Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dethreading.c525 CHECK_MEM_ERROR(cpi->h_encoding_thread, in vp8cx_create_encoder_threads()
559 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0, in vp8cx_create_encoder_threads()
571 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
578 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
603 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
612 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
635 pthread_join(cpi->h_encoding_thread[i], 0); in vp8cx_remove_encoder_threads()
650 vpx_free(cpi->h_encoding_thread); in vp8cx_remove_encoder_threads()
Donyx_int.h530 pthread_t *h_encoding_thread; member