Searched refs:fb_priv (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_image.h143 void *fb_priv; /**< Frame buffer data associated with the image. */ member in struct:vpx_image
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h147 void *fb_priv; /**< Frame buffer data associated with the image. */ member in struct:vpx_image
/external/libvpx/libvpx/test/
H A Dexternal_frame_buffer_test.cc111 if (img->fb_priv != NULL) {
113 reinterpret_cast<ExternalFrameBuffer*>(img->fb_priv);
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dexternal_frame_buffer_test.cc115 if (img->fb_priv != NULL) {
117 reinterpret_cast<ExternalFrameBuffer*>(img->fb_priv);
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc467 memory_pool_->CreateFrameCallback(vpx_image->fb_priv));
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_dx_iface.c322 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
/external/libvpx/libvpx/vp9/
H A Dvp9_dx_iface.c293 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;

Completed in 152 milliseconds