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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_image.c45 unsigned int d_w,
129 w = (d_w + align) & ~align;
170 if (!vpx_img_set_rect(img, 0, 0, d_w, d_h))
180 unsigned int d_w,
183 return img_alloc_helper(img, fmt, d_w, d_h, align, align, NULL);
188 unsigned int d_w,
194 return img_alloc_helper(img, fmt, d_w, d_h, 1, stride_align, img_data);
205 img->d_w = w;
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
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_image.h107 unsigned int d_w; /**< Displayed image width */ member in struct:vpx_image
165 * \param[in] d_w Width of the image
176 unsigned int d_w,
190 * \param[in] d_w Width of the image
201 unsigned int d_w,
/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,
389 snprintf(q, q_len - 1, "%d", d_w);
860 display_width = img->d_w;
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 77 milliseconds