Home
last modified time | relevance | path

Searched refs:fb_priv (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx/
Dvpx_image.h131 void *fb_priv; /**< Frame buffer data associated with the image. */ member
/external/libvpx/libvpx/test/
Dexternal_frame_buffer_test.cc115 if (img->fb_priv != NULL) { in CheckXImageFrameBuffer()
117 reinterpret_cast<ExternalFrameBuffer *>(img->fb_priv); in CheckXImageFrameBuffer()
/external/libvpx/libvpx/vp9/
Dvp9_dx_iface.c519 ctx->frame_cache[ctx->frame_cache_write].img.fb_priv = in wait_worker_and_cache_frame()
710 ctx->img.fb_priv = frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv; in decoder_get_frame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc940 static_cast<Vp9FrameBufferPool::Vp9FrameBuffer*>(img->fb_priv); in ReturnFrame()