HomeSort by relevance Sort by last modified time
    Searched full:h_encoding_thread (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
ethreading.c 512 CHECK_MEM_ERROR(cpi->h_encoding_thread,
546 rc = pthread_create(&cpi->h_encoding_thread[ithread], 0,
558 pthread_join(cpi->h_encoding_thread[ithread], 0);
565 vpx_free(cpi->h_encoding_thread);
590 pthread_join(cpi->h_encoding_thread[ithread], 0);
599 vpx_free(cpi->h_encoding_thread);
622 pthread_join(cpi->h_encoding_thread[i], 0);
637 vpx_free(cpi->h_encoding_thread);
onyx_int.h 540 pthread_t *h_encoding_thread; member in struct:VP8_COMP

Completed in 448 milliseconds