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

  /external/libvpx/vp8/encoder/
ethreading.c 482 CHECK_MEM_ERROR(cpi->h_encoding_thread, vpx_malloc(sizeof(pthread_t) * th_count));
510 pthread_create(&cpi->h_encoding_thread[ithread], 0, thread_encoding_proc, ethd);
539 pthread_join(cpi->h_encoding_thread[i], 0);
554 vpx_free(cpi->h_encoding_thread);
onyx_int.h 601 pthread_t *h_encoding_thread; member in struct:__anon7740

Completed in 46 milliseconds