Searched refs:img (Results 51 - 75 of 80) sorted by relevance

1234

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c488 static void fill_col_to_arr(uint8_t *img, int stride, int len, uint8_t *arr) { argument
490 uint8_t *iptr = img;
497 static void fill_arr_to_col(uint8_t *img, int stride, int len, uint8_t *arr) { argument
499 uint8_t *iptr = img;
H A Dvp9_mbgraph.c415 update_mbgraph_frame_stats(cpi, frame_stats, &q_cur->img,
H A Dvp9_temporal_filter.c458 cpi->frames[frames_to_blur - 1 - frame] = &buf->img;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
H A Dvpx_encoder.h822 * continue to be called, with the img parameter set to NULL. This will
828 * \param[in] img Image data to encode, NULL to flush.
842 const vpx_image_t *img,
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit.cpp147 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
154 img->width = rhs->w;
155 img->height = rhs->h;
156 img->format = get_format(rhs->format);
157 img->offset = (uint32_t)hnd->offset;
158 img->memory_id = hnd->fd;
H A Dcopybit_c2d.cpp929 static bool need_temp_buffer(struct copybit_image_t const *img) argument
931 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
934 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
949 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
951 info.width = img->w;
952 info.height = img->h;
953 info.format = img->format;
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit.cpp147 static void set_image(struct mdp_img *img, const struct copybit_image_t *rhs) argument
154 img->width = rhs->w;
155 img->height = rhs->h;
156 img->format = get_format(rhs->format);
157 img->offset = (uint32_t)hnd->offset;
158 img->memory_id = hnd->fd;
H A Dcopybit_c2d.cpp935 static bool need_temp_buffer(struct copybit_image_t const *img) argument
937 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
940 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
955 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
957 info.width = img->w;
958 info.height = img->h;
959 info.format = img->format;
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1564 static void free_png_image(omap4_hwc_device_t *hwc_dev, struct omap4_hwc_img *img) argument
1566 memset(img, 0, sizeof(*img));
1569 static int load_png_image(omap4_hwc_device_t *hwc_dev, char *path, struct omap4_hwc_img *img) argument
1640 img->size = ALIGN(width * height * bpp, 4096);
1641 if (img->size > hwc_dev->img_mem_size) {
1642 ALOGE("image does not fit into framebuffer area (%d > %d)", img->size, hwc_dev->img_mem_size);
1645 img->ptr = hwc_dev->img_mem_ptr;
1654 row_pointers[i] = img->ptr + i * width * bpp;
1657 img
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/
H A Dvpx_codec_internal.h285 const vpx_image_t *img,
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp909 static bool need_temp_buffer(struct copybit_image_t const *img) argument
911 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
914 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
929 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
931 info.width = img->w;
932 info.height = img->h;
933 info.format = img->format;
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp928 static bool need_temp_buffer(struct copybit_image_t const *img) argument
930 if (COPYBIT_SUCCESS == is_supported_rgb_format(img->format))
933 struct private_handle_t* handle = (struct private_handle_t*)img->handle;
948 static void populate_buffer_info(struct copybit_image_t const *img, bufferInfo& info) argument
950 info.width = img->w;
951 info.height = img->h;
952 info.format = img->format;
/hardware/ti/omap4-aah/hwc/
H A Dhwc.c2120 static void free_png_image(omap4_hwc_device_t *hwc_dev, struct omap4_hwc_img *img) argument
2122 memset(img, 0, sizeof(*img));
2125 static int load_png_image(omap4_hwc_device_t *hwc_dev, char *path, struct omap4_hwc_img *img) argument
2196 img->size = ALIGN(width * height * bpp, 4096);
2197 if (img->size > hwc_dev->img_mem_size) {
2198 ALOGE("image does not fit into framebuffer area (%d > %d)", img->size, hwc_dev->img_mem_size);
2201 img->ptr = hwc_dev->img_mem_ptr;
2210 row_pointers[i] = img->ptr + i * width * bpp;
2213 img
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp10095 MediaImage *img = &(params->sMediaImage); local
10099 img->mType = MediaImage::MEDIA_IMAGE_TYPE_YUV;
10100 img->mNumPlanes = 3;
10103 img->mWidth = params->nFrameWidth;
10104 img->mHeight = params->nFrameHeight;
10107 img->mBitDepth = 8;
10109 img->mPlane[MediaImage::Y].mOffset = 0;
10110 img->mPlane[MediaImage::Y].mColInc = 1;
10111 img->mPlane[MediaImage::Y].mRowInc = planeWidth; //same as stride
10112 img
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dtemporal_filter.c509 cpi->frames[frames_to_blur-1-frame] = &buf->img;
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_mdp.h272 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_mdp.h276 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8x27/kernel-headers/linux/
H A Dmsm_mdp.h271 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8x27/original-kernel-headers/linux/
H A Dmsm_mdp.h274 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/ti/omap4-aah/camera/
H A DANativeWindowDisplayAdapter.cpp754 IMG_native_handle_t *img = (IMG_native_handle_t *)handle; local
758 mFD = dup(img->fd[0]);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Domx_vdec_test.cpp3485 } img; local
3493 img.list.count = 1;
3494 e = &img.list.req[0];
3612 if (ioctl(fb_fd, MSMFB_BLIT, &img)) {
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_mdp.h296 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_mdp.h295 struct msmfb_img img; member in struct:msmfb_writeback_data
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Domx_vdec_test.cpp3941 } img; local
3948 img.list.count = 1;
3949 e = &img.list.req[0];
4066 if (ioctl(fb_fd, MSMFB_BLIT, &img)) {
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_mdp.h349 struct msmfb_img img; member in struct:msmfb_writeback_data

Completed in 2693 milliseconds

1234