Home
last modified time | relevance | path

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

/external/libvpx/vp8/encoder/
Dethreading.c515 CHECK_MEM_ERROR(&cpi->common.error, cpi->h_encoding_thread, in vp8cx_create_encoder_threads()
549 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0, in vp8cx_create_encoder_threads()
560 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
570 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
571 cpi->h_encoding_thread = NULL; in vp8cx_create_encoder_threads()
596 pthread_join(cpi->h_encoding_thread[ithread], 0); in vp8cx_create_encoder_threads()
608 vpx_free(cpi->h_encoding_thread); in vp8cx_create_encoder_threads()
609 cpi->h_encoding_thread = NULL; in vp8cx_create_encoder_threads()
634 pthread_join(cpi->h_encoding_thread[i], 0); in vp8cx_remove_encoder_threads()
656 vpx_free(cpi->h_encoding_thread); in vp8cx_remove_encoder_threads()
[all …]
Donyx_int.h536 pthread_t *h_encoding_thread; member