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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 143 void *fb_priv; /**< Frame buffer data associated with the image. */ member in struct:vpx_image
  /external/libvpx/libvpx/vpx/
vpx_image.h 147 void *fb_priv; /**< Frame buffer data associated with the image. */ member in struct:vpx_image
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 114 if (img->fb_priv != NULL) {
116 reinterpret_cast<ExternalFrameBuffer*>(img->fb_priv);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
external_frame_buffer_test.cc 111 if (img->fb_priv != NULL) {
113 reinterpret_cast<ExternalFrameBuffer*>(img->fb_priv);
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 329 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_dx_iface.c 268 ctx->img.fb_priv = cm->frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;

Completed in 233 milliseconds