Searched defs:vpx_image (Results 1 - 3 of 3) sorted by last modified time

/external/libvpx/libvpx/vpx/
H A Dvpx_image.h99 typedef struct vpx_image { struct
144 } vpx_image_t; /**< alias for struct vpx_image */
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h102 typedef struct vpx_image { struct
148 } vpx_image_t; /**< alias for struct vpx_image */
/external/chromium_org/media/filters/
H A Dvpx_video_decoder.cc382 const vpx_image_t* vpx_image = vpx_codec_get_frame(vpx_codec_, &iter); local
383 if (!vpx_image) {
388 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) {
430 CopyVpxImageTo(vpx_image, vpx_image_alpha, video_frame);
435 void VpxVideoDecoder::CopyVpxImageTo(const vpx_image* vpx_image, argument
436 const struct vpx_image* vpx_image_alpha,
438 CHECK(vpx_image);
439 CHECK(vpx_image->fmt == VPX_IMG_FMT_I420 ||
440 vpx_image
[all...]

Completed in 466 milliseconds