Searched refs:img_data (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | vpx_image.c | 49 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/ |
D | video_source.h | 132 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()
|
D | i420_video_source.h | 97 if (fread(img_->img_data, raw_sz_, 1, input_file_) == 0) { in FillFrame()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vpx_image.h | 139 unsigned char *img_data; /**< private */ member 204 unsigned char *img_data);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/ |
D | vp9_iface_common.h | 47 img->img_data = yv12->buffer_alloc; in yuvconfig2image()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_dx_iface.c | 310 img->img_data = yv12->buffer_alloc; in yuvconfig2image()
|