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

  /external/libvpx/libvpx/vpx/
vpx_image.h 114 void *fb_priv; /**< Frame buffer data associated with the image. */ member in struct:vpx_image
  /external/libaom/libaom/test/
invalid_file_test.cc 49 EXPECT_NE(img.fb_priv, nullptr);
external_frame_buffer_test.cc 120 if (img->fb_priv != NULL) {
122 reinterpret_cast<ExternalFrameBuffer *>(img->fb_priv);
  /external/libaom/libaom/aom/
aom_image.h 191 void *fb_priv; /**< Frame buffer data associated with the image. */ member in struct:aom_image
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 120 if (img->fb_priv != NULL) {
122 reinterpret_cast<ExternalFrameBuffer *>(img->fb_priv);
  /external/libaom/libaom/av1/
av1_dx_iface.c 730 grain_img_buf->fb_priv = img->fb_priv;
829 ctx->img.fb_priv = output_frame_buf->raw_frame_buffer.priv;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_dx_iface.c 417 ctx->img.fb_priv = frame_bufs[cm->new_fb_idx].raw_frame_buffer.priv;
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc     [all...]

Completed in 1079 milliseconds