Home
last modified time | relevance | path

Searched refs:img_data (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
Dvpx_image.c49 unsigned char *img_data) { in img_alloc_helper() argument
147 img->img_data = img_data; in img_alloc_helper()
149 if (!img_data) { in img_alloc_helper()
150 img->img_data = img_buf_memalign(buf_align, ((fmt & VPX_IMG_FMT_PLANAR) ? in img_alloc_helper()
155 if (!img->img_data) in img_alloc_helper()
191 unsigned char *img_data) { in vpx_img_wrap() argument
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data); in vpx_img_wrap()
211 img->img_data + x * img->bps / 8 + y * img->stride[VPX_PLANE_PACKED]; in vpx_img_set_rect()
213 data = img->img_data; in vpx_img_set_rect()
273 if (img->img_data && img->img_data_owner) in vpx_img_free()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvideo_source.h132 virtual void FillFrame() { memset(img_->img_data, 0, raw_sz_); } in FillFrame()
162 img_->img_data[i] = rnd_.Rand8(); in FillFrame()
164 memset(img_->img_data, 0, raw_sz_); in FillFrame()
Di420_video_source.h97 if (fread(img_->img_data, raw_sz_, 1, input_file_) == 0) { in FillFrame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvpx_image.h139 unsigned char *img_data; /**< private */ member
204 unsigned char *img_data);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
Dvp9_iface_common.h47 img->img_data = yv12->buffer_alloc; in yuvconfig2image()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
Dvp8_dx_iface.c310 img->img_data = yv12->buffer_alloc; in yuvconfig2image()