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

  /external/libaom/libaom/av1/common/
onyxc_int.h 170 pthread_mutex_t pool_mutex; member in struct:BufferPool
565 pthread_mutex_lock(&pool->pool_mutex);
573 pthread_mutex_unlock(&pool->pool_mutex);
    [all...]
  /external/libaom/libaom/av1/
av1_dx_iface.c 139 pthread_mutex_destroy(&ctx->buffer_pool->pool_mutex);
450 if (pthread_mutex_init(&ctx->buffer_pool->pool_mutex, NULL)) {
    [all...]
av1_cx_iface.c     [all...]

Completed in 311 milliseconds