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

  /external/chromium_org/media/filters/
vpx_video_decoder.cc 267 const vpx_image_t* vpx_image = vpx_codec_get_frame(vpx_codec_, &iter); local
268 if (!vpx_image) {
273 if (vpx_image->user_priv != reinterpret_cast<void*>(&timestamp)) {
315 CopyVpxImageTo(vpx_image, vpx_image_alpha, video_frame);
328 void VpxVideoDecoder::CopyVpxImageTo(const vpx_image* vpx_image,
329 const struct vpx_image* vpx_image_alpha,
331 CHECK(vpx_image);
332 CHECK_EQ(vpx_image->d_w % 2, 0U);
333 CHECK_EQ(vpx_image->d_h % 2, 0U)
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_image.h 99 typedef struct vpx_image { struct
142 } vpx_image_t; /**< alias for struct vpx_image */

Completed in 46 milliseconds