Searched defs:src_y (Results 1 - 17 of 17) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
H A Dpicklpf_arm.c22 unsigned char *src_y, *dst_y; local
42 src_y = src_ybc->y_buffer + yoffset;
45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy);
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c72 short src_y,
87 src_rect.y = src_y;
92 dst_rect.y = src_y;
67 vaPutSurface( VADisplay dpy, VASurfaceID surface, struct drawable *wl_drawable, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dst_x, short dst_y, unsigned short dst_w, unsigned short dst_h, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dpicklpf.c29 unsigned char *src_y, *dst_y; local
49 src_y = src_ybc->y_buffer + yoffset;
52 vpx_memcpy(dst_y, src_y, ystride * linestocopy);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_convolve.c76 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; local
80 sum += src_y[k * src_stride] * y_filter[k];
99 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; local
103 sum += src_y[k * src_stride] * y_filter[k];
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.c224 uint8_t *src_y = surface_data + psb_surface->stride * srcy; local
233 int y1 = *(src_y + x);
234 int y2 = *(src_y + x + 1);
235 int y3 = *(src_y + x + psb_surface->stride);
236 int y4 = *(src_y + x + psb_surface->stride + 1);
248 src_y += psb_surface->stride * 2;
/hardware/intel/img/psb_video/src/
H A Dpsb_output.c222 int *src_y,
232 if (*src_y < 0) *src_y = 0;
233 if (*src_y > image->height) *src_y = image->height - 1;
236 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_x;
860 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; local
882 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y,
910 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; local
919 src_y
218 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
1003 psb_PutImage2( VADriverContextP ctx, VASurfaceID surface, VAImageID image_id, int src_x, int src_y, unsigned int width, unsigned int height, int dest_x, int dest_y ) argument
1126 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
1158 psb_PutImage( VADriverContextP ctx, VASurfaceID surface, VAImageID image_id, 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
1277 psb__LinkSubpictIntoSurface( psb_driver_data_p driver_data, object_surface_p obj_surface, object_subpic_p obj_subpic, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dest_x, short dest_y, unsigned short dest_w, unsigned short dest_h, int update ) argument
1689 psb__AssociateSubpicture( VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_w, unsigned short src_h, short dest_x, short dest_y, unsigned short dest_w, unsigned short dest_h, unsigned int flags ) argument
1765 psb_AssociateSubpicture( VADriverContextP ctx, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags ) argument
[all...]
H A Dpsb_overlay.c929 short __maybe_unused src_x, short __maybe_unused src_y,
1006 * The source rectangle of the video is defined by (src_x, src_y, src_w, src_h).
1021 int src_x, int src_y,
1088 y1 = src_y;
1089 y2 = src_y + src_h;
926 I830PutImageFlipRotateDebug( VADriverContextP ctx, VASurfaceID surface, short __maybe_unused src_x, short __maybe_unused src_y, short __maybe_unused src_w, short __maybe_unused src_h, short __maybe_unused drw_x, short __maybe_unused drw_y, short __maybe_unused drw_w, short __maybe_unused drw_h, int __maybe_unused fourcc, int __maybe_unused flags, int __maybe_unused overlayId, int pipeId) argument
1018 I830PutImage( VADriverContextP ctx, VASurfaceID surface, int src_x, int src_y, int src_w, int src_h, int drw_x, int drw_y, int drw_w, int drw_h, int fourcc, int flags, int overlayId, int pipeId) argument
/hardware/qcom/msm8x74/kernel-headers/media/
H A Dmsmb_pproc.h151 uint32_t src_y; member in struct:msm_vpe_frame_strip_info
H A Dmsm_camera.h254 uint32_t src_y; member in struct:msm_pp_crop
/hardware/qcom/msm8x74/original-kernel-headers/media/
H A Dmsmb_pproc.h133 uint32_t src_y; member in struct:msm_vpe_frame_strip_info
H A Dmsm_camera.h382 uint32_t src_y; member in struct:msm_pp_crop
/hardware/intel/common/libva/va/
H A Dva.c1267 int src_y,
1280 return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x, dest_y, dest_width, dest_height );
1457 short src_y,
1475 return ctx->vtable->vaAssociateSubpicture ( ctx, subpicture, target_surfaces, num_surfaces, src_x, src_y, src_width, src_height, dest_x, dest_y, dest_width, dest_height, flags );
1262 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
1451 vaAssociateSubpicture( VADisplay dpy, VASubpictureID subpicture, VASurfaceID *target_surfaces, int num_surfaces, short src_x, short src_y, unsigned short src_width, unsigned short src_height, short dest_x, short dest_y, unsigned short dest_width, unsigned short dest_height, unsigned int flags ) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3762 int I420Scale(const uint8* src_y, int src_stride_y, argument
3771 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3780 src_y = src_y + (src_height - 1) * src_stride_y;
3793 ScalePlane(src_y, src_stride_y, src_width, src_height,
3807 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, argument
3814 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 ||
3823 src_y = src_y + (src_height - 1) * src_stride_y;
3837 ScalePlane(src_y, src_stride_
3866 const uint8* const src_y = src; local
[all...]
/hardware/qcom/msm8x84/kernel-headers/media/
H A Dmsmb_pproc.h192 uint32_t src_y; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8x84/original-kernel-headers/media/
H A Dmsmb_pproc.h178 uint32_t src_y; member in struct:msm_vpe_frame_strip_info
/hardware/qcom/msm8960/original-kernel-headers/media/
H A Dmsm_isp.h327 uint32_t src_y; member in struct:msm_pp_crop
/hardware/qcom/msm8960/kernel-headers/media/
H A Dmsm_camera.h250 uint32_t src_y; member in struct:msm_pp_crop

Completed in 1369 milliseconds