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

  /external/libvpx/vp8/encoder/
ethreading.c 427 CHECK_MEM_ERROR(cpi->h_encoding_thread, vpx_malloc(sizeof(pthread_t) * cpi->encoding_thread_count));
449 //cpi->h_encoding_thread[ithread] = (HANDLE)_beginthreadex(
457 pthread_create(&cpi->h_encoding_thread[ithread], 0, thread_encoding_proc, (&cpi->en_thread_data[ithread]));
481 pthread_join(cpi->h_encoding_thread[i], 0);
489 vpx_free(cpi->h_encoding_thread);
onyx_int.h 578 pthread_t *h_encoding_thread; member in struct:__anon5299

Completed in 10 milliseconds