Searched defs:d_h (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_image.c46 unsigned int d_h,
131 h = (d_h + align) & ~align;
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
181 unsigned int d_h,
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
189 unsigned int d_h,
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
206 img->d_h = h;
256 img->planes[VPX_PLANE_Y] += (signed)(img->d_h - 1) * img->stride[VPX_PLANE_Y];
259 img->planes[VPX_PLANE_U] += (signed)((img->d_h >> im
43 img_alloc_helper(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int buf_align, unsigned int stride_align, unsigned char *img_data) argument
178 vpx_img_alloc(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int align) argument
186 vpx_img_wrap(vpx_image_t *img, vpx_img_fmt_t fmt, unsigned int d_w, unsigned int d_h, unsigned int stride_align, unsigned char *img_data) argument
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_image.h108 unsigned int d_h; /**< Displayed image height */ member in struct:vpx_image
166 * \param[in] d_h Height of the image
177 unsigned int d_h,
191 * \param[in] d_h Height of the image
202 unsigned int d_h,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dvpxdec.c128 src->d_w, src->d_h,
132 dst->d_w, dst->d_h,
374 unsigned int d_w, unsigned int d_h,
392 snprintf(q, q_len - 1, "%d", d_h);
861 display_height = img->d_h;
871 if (img->d_w != scaled_img->d_w || img->d_h != scaled_img->d_h) {
910 img->d_w, img->d_h, frame_in);
373 generate_filename(const char *pattern, char *out, size_t q_len, unsigned int d_w, unsigned int d_h, unsigned int frame_in) argument

Completed in 3356 milliseconds