Home
last modified time | relevance | path

Searched refs:VPX_PLANE_ALPHA (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c166 img->stride[VPX_PLANE_Y] = img->stride[VPX_PLANE_ALPHA] = s; in img_alloc_helper()
216 img->planes[VPX_PLANE_ALPHA] = in vpx_img_set_rect()
217 data + x + y * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()
218 data += img->h * img->stride[VPX_PLANE_ALPHA]; in vpx_img_set_rect()
267 img->planes[VPX_PLANE_ALPHA] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()
268 img->stride[VPX_PLANE_ALPHA] = -img->stride[VPX_PLANE_ALPHA]; in vpx_img_flip()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h40 img->planes[VPX_PLANE_ALPHA] = yv12->alpha_buffer; in yuvconfig2image()
44 img->stride[VPX_PLANE_ALPHA] = yv12->alpha_stride; in yuvconfig2image()
58 yv12->alpha_buffer = img->planes[VPX_PLANE_ALPHA]; in image2yuvconfig()
75 yv12->alpha_stride = yv12->alpha_buffer ? img->stride[VPX_PLANE_ALPHA] : 0; in image2yuvconfig()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h119 #define VPX_PLANE_ALPHA 3 /**< A (Transparency) plane */ macro
125 #define PLANE_ALPHA VPX_PLANE_ALPHA
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c303 img->planes[VPX_PLANE_ALPHA] = NULL; in yuvconfig2image()
307 img->stride[VPX_PLANE_ALPHA] = yv12->y_stride; in yuvconfig2image()