HomeSort by relevance Sort by last modified time
    Searched defs:vpx_image (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/filters/
vpx_video_decoder.cc 384 const vpx_image_t* vpx_image = vpx_codec_get_frame(vpx_codec_, &iter); local
385 if (!vpx_image) {
390 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) {
432 CopyVpxImageTo(vpx_image, vpx_image_alpha, video_frame);
437 void VpxVideoDecoder::CopyVpxImageTo(const vpx_image* vpx_image,
438 const struct vpx_image* vpx_image_alpha,
440 CHECK(vpx_image);
441 CHECK(vpx_image->fmt == VPX_IMG_FMT_I420 ||
442 vpx_image->fmt == VPX_IMG_FMT_YV12 |
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_image.h 99 typedef struct vpx_image { struct
144 } vpx_image_t; /**< alias for struct vpx_image */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_image.h 99 typedef struct vpx_image { struct
146 } vpx_image_t; /**< alias for struct vpx_image */
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/
vpx_image.h 102 typedef struct vpx_image { struct
147 } vpx_image_t; /**< alias for struct vpx_image */

Completed in 258 milliseconds