Searched refs:image (Results 1 - 25 of 47) sorted by relevance

12

/hardware/intel/img/psb_video/src/
H A Dpsb_output.c221 VAImage *image,
230 /* check for image */
232 if (*src_x > image->width) *src_x = image->width - 1;
234 if (*src_y > image->height) *src_y = image->height - 1;
236 if (((*width) + (*src_x)) > image->width) *width = image->width - *src_x;
237 if (((*height) + (*src_y)) > image->height) *height = image
219 psb__VAImageCheckRegion( object_surface_p surface, VAImage *image, int *src_x, int *src_y, int *dest_x, int *dest_y, int *width, int *height ) argument
646 psb_SetImagePalette( VADriverContextP ctx, VAImageID image, unsigned char *palette ) argument
1127 psb__VAImageCheckRegion2( object_surface_p surface, VAImage *image, int *src_x, int *src_y, unsigned int *src_width, unsigned int *src_height, int *dest_x, int *dest_y, int *dest_width, int *dest_height ) argument
1299 VAImage *image = &obj_image->image; local
1505 psb_CreateSubpicture( VADriverContextP ctx, VAImageID image, VASubpictureID *subpicture ) argument
[all...]
H A Dpsb_output.h241 VAImage *image /* out */
247 VAImage *image /* out */
252 VAImageID image
257 VAImageID image,
273 VAImageID image
279 VAImageID image,
299 VAImageID image,
311 VAImageID image
/hardware/intel/common/libva/va/wayland/
H A Dva_backend_wayland.h56 /** \brief Hook to return Wayland buffer associated with the VA image. */
59 VAImageID image,
H A Dva_wayland.h99 * \brief Returns the Wayland buffer associated with a VA image.
103 * underlying VA @image. As such, the VA @image and Wayland
112 * @param[in] image the VA image
114 * @param[out] out_buffer a wl_buffer wrapping the VA @image
120 VAImageID image,
H A Dva_wayland.c181 VAImageID image,
192 return ctx->vtable_wayland->vaGetImageBufferWl(ctx, image, flags,
179 vaGetImageBufferWl( VADisplay dpy, VAImageID image, unsigned int flags, struct wl_buffer **out_buffer ) argument
/hardware/intel/common/libva/va/
H A Dva_backend.h229 VAImage *image /* out */
235 VAImage *image /* out */
240 VAImageID image
245 VAImageID image,
261 VAImageID image
267 VAImageID image,
287 VAImageID image,
299 VAImageID image
H A Dva.c734 /* Append image formats */
1156 /* Get maximum number of image formats supported by the implementation */
1193 VAImage *image /* out */
1200 return ctx->vtable->vaCreateImage ( ctx, format, width, height, image);
1208 VAImageID image
1215 return ctx->vtable->vaDestroyImage ( ctx, image);
1220 VAImageID image,
1228 return ctx->vtable->vaSetImagePalette ( ctx, image, palette);
1242 VAImageID image
1249 return ctx->vtable->vaGetImage ( ctx, surface, x, y, width, height, image);
1218 vaSetImagePalette( VADisplay dpy, VAImageID image, unsigned char *palette ) argument
1256 vaPutImage( VADisplay dpy, VASurfaceID surface, VAImageID image, int src_x, int src_y, unsigned int src_width, unsigned int src_height, int dest_x, int dest_y, unsigned int dest_width, unsigned int dest_height ) argument
1358 vaCreateSubpicture( VADisplay dpy, VAImageID image, VASubpictureID *subpicture ) argument
[all...]
/hardware/qcom/gps/msm8960/utils/
H A DAndroid.mk1 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8084/utils/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8909/utils/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8994/utils/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8996/utils/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/utils/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc_mpeg4.c547 //The image buffer can then be mapped/unmapped for CPU access
1330 VAImage *image = &src_image; local
1335 va_status = vaMapBuffer (va_display, image->buf, (void **)&pvbuf);
1345 "image->pitches[0] = %d\n", image->pitches[0]);
1347 "image->pitches[1] = %d\n", image->pitches[1]);
1349 "image->offsets[0] = %d\n", image->offsets[0]);
1351 "image
[all...]
H A Dmixvideoformatenc_preview.c500 //The image buffer can then be mapped/unmapped for CPU access
995 VAImage *image = &src_image; local
1000 va_status = vaMapBuffer (va_display, image->buf, (void **)&pvbuf);
1010 "image->pitches[0] = %d\n", image->pitches[0]);
1012 "image->pitches[1] = %d\n", image->pitches[1]);
1014 "image->offsets[0] = %d\n", image->offsets[0]);
1016 "image
[all...]
H A Dmixvideoformatenc_h264.c562 //The image buffer can then be mapped/unmapped for CPU access
1394 VAImage *image = &src_image; local
1399 va_status = vaMapBuffer (va_display, image->buf, (void **)&pvbuf);
1409 "image->pitches[0] = %d\n", image->pitches[0]);
1411 "image->pitches[1] = %d\n", image->pitches[1]);
1413 "image->offsets[0] = %d\n", image->offsets[0]);
1415 "image
[all...]
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A DAndroid.mk2 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A DAndroid.mk2 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A DAndroid.mk2 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A DAndroid.mk2 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A DAndroid.mk2 #Compile this library only for builds with the latest modem image
/hardware/qcom/gps/msm8998/utils/
H A DAndroid.mk3 #Compile this library only for builds with the latest modem image
/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderBase.cpp1153 VAImage image; local
1161 vaStatus = vaDeriveImage(mVADisplay, mSurfaces[i], &image);
1163 vaStatus = vaMapBuffer(mVADisplay, image.buf, (void**)&userPtr);
1172 mSurfaceBuffers[i].mappedData->fourcc = image.format.fourcc;
1175 mSurfaceBuffers[i].mappedData->size = image.data_size;
1177 mSurfaceBuffers[i].mappedData->pitch[pi] = image.pitches[pi];
1178 mSurfaceBuffers[i].mappedData->offset[pi] = image.offsets[pi];
1181 if (image.pitches[0] != image.pitches[1] ||
1182 image
[all...]

Completed in 595 milliseconds

12