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

  /external/chromium_org/media/filters/
vpx_video_decoder.cc 278 const vpx_image_t* vpx_image_alpha = NULL; local
301 vpx_image_alpha = vpx_codec_get_frame(vpx_codec_alpha_, &iter_alpha);
302 if (!vpx_image_alpha) {
307 if (vpx_image_alpha->user_priv !=
315 CopyVpxImageTo(vpx_image, vpx_image_alpha, video_frame);
329 const struct vpx_image* vpx_image_alpha,
360 if (!vpx_image_alpha) {
365 CopyAPlane(vpx_image_alpha->planes[VPX_PLANE_Y],
vpx_video_decoder.h 66 const struct vpx_image* vpx_image_alpha,

Completed in 47 milliseconds