Home
last modified time | relevance | path

Searched refs:recon_sync_cond (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c78 cm, row_mt_worker_data->recon_sync_cond, in vp9_dec_alloc_row_mt_mem()
79 vpx_malloc(sizeof(*row_mt_worker_data->recon_sync_cond) * num_jobs)); in vp9_dec_alloc_row_mt_mem()
80 if (row_mt_worker_data->recon_sync_cond) { in vp9_dec_alloc_row_mt_mem()
82 pthread_cond_init(&row_mt_worker_data->recon_sync_cond[i], NULL); in vp9_dec_alloc_row_mt_mem()
123 if (row_mt_worker_data->recon_sync_cond != NULL) { in vp9_dec_free_row_mt_mem()
125 pthread_cond_destroy(&row_mt_worker_data->recon_sync_cond[i]); in vp9_dec_free_row_mt_mem()
127 vpx_free(row_mt_worker_data->recon_sync_cond); in vp9_dec_free_row_mt_mem()
128 row_mt_worker_data->recon_sync_cond = NULL; in vp9_dec_free_row_mt_mem()
Dvp9_decoder.h82 pthread_cond_t *recon_sync_cond; member
Dvp9_decodeframe.c1705 pthread_cond_signal(&row_mt_worker_data->recon_sync_cond[sync_idx]); in map_write()
1722 pthread_cond_wait(&row_mt_worker_data->recon_sync_cond[sync_idx], mutex); in map_read()