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

  /external/libvpx/libvpx/vp9/common/
vp9_alloccommon.c 24 pthread_mutex_lock(&pool->pool_mutex);
32 pthread_mutex_unlock(&pool->pool_mutex);
vp9_onyxc_int.h 96 pthread_mutex_t pool_mutex; member in struct:BufferPool
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 88 pthread_mutex_destroy(&ctx->buffer_pool->pool_mutex);
331 if (pthread_mutex_init(&ctx->buffer_pool->pool_mutex, NULL)) {
    [all...]
vp9_cx_iface.c     [all...]

Completed in 320 milliseconds