/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/ |
D | picklpf_arm.c | 22 unsigned char *src_y, *dst_y; in vp8_yv12_copy_partial_frame_neon() local 42 src_y = src_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_neon() 45 vp8_memcpy_partial_neon(dst_y, src_y, ystride * linestocopy); in vp8_yv12_copy_partial_frame_neon()
|
/hardware/intel/img/psb_video/src/ |
D | psb_output.c | 223 int *src_y, in psb__VAImageCheckRegion() argument 233 if (*src_y < 0) *src_y = 0; in psb__VAImageCheckRegion() 234 if (*src_y > image->height) *src_y = image->height - 1; in psb__VAImageCheckRegion() 237 if (((*height) + (*src_y)) > image->height) *height = image->height - *src_x; in psb__VAImageCheckRegion() 861 int ret, src_x = 0, src_y = 0, dest_x = 0, dest_y = 0; in psb_GetImage() local 883 psb__VAImageCheckRegion(obj_surface, &obj_image->image, &src_x, &src_y, &dest_x, &dest_y, in psb_GetImage() 911 unsigned char *src_y, *src_uv, *dst_y, *dst_uv; in psb_GetImage() local 920 src_y = surface_data + y * psb_surface->stride + x; in psb_GetImage() 928 src_y, src_uv, \ in psb_GetImage() 935 src_y = surface_data + y * psb_surface->stride + x; in psb_GetImage() [all …]
|
D | psb_texture.h | 137 void blit_texture_to_buf(VADriverContextP ctx, unsigned char * data, int src_x, int src_y, int src_… 143 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
|
D | psb_output.h | 281 int src_y, 335 short src_y,
|
D | psb_texture.c | 525 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w, 634 sBltVP.rcSource->top = src_y; 635 sBltVP.rcSource->bottom = src_y + src_h;
|
D | psb_overlay.c | 929 short __maybe_unused src_x, short __maybe_unused src_y, in I830PutImageFlipRotateDebug() argument 1021 int src_x, int src_y, in I830PutImage() argument 1088 y1 = src_y; in I830PutImage() 1089 y2 = src_y + src_h; in I830PutImage()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/ |
D | scale.h | 38 int I420Scale(const uint8* src_y, int src_stride_y, 49 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v,
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.c | 224 uint8_t *src_y = surface_data + psb_surface->stride * srcy; in psb_putsurface_x11() local 233 int y1 = *(src_y + x); in psb_putsurface_x11() 234 int y2 = *(src_y + x + 1); in psb_putsurface_x11() 235 int y3 = *(src_y + x + psb_surface->stride); in psb_putsurface_x11() 236 int y4 = *(src_y + x + psb_surface->stride + 1); in psb_putsurface_x11() 248 src_y += psb_surface->stride * 2; in psb_putsurface_x11()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_convolve.c | 76 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in convolve_vert() local 80 sum += src_y[k * src_stride] * y_filter[k]; in convolve_vert() 99 const unsigned char *src_y = &src[(y_q4 >> SUBPEL_BITS) * src_stride]; in convolve_avg_vert() local 103 sum += src_y[k * src_stride] * y_filter[k]; in convolve_avg_vert()
|
/hardware/intel/common/libva/test/putsurface/ |
D | putsurface_wayland.c | 72 short src_y, in vaPutSurface() argument 87 src_rect.y = src_y; in vaPutSurface() 92 dst_rect.y = src_y; in vaPutSurface()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | picklpf.c | 29 unsigned char *src_y, *dst_y; in vp8_yv12_copy_partial_frame_c() local 49 src_y = src_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_c() 52 vpx_memcpy(dst_y, src_y, ystride * linestocopy); in vp8_yv12_copy_partial_frame_c()
|
/hardware/intel/common/libva/va/ |
D | va_backend.h | 269 int src_y, 322 short src_y,
|
D | va.c | 1267 int src_y, in vaPutImage() argument 1280 …return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x,… in vaPutImage() 1457 short src_y, in vaAssociateSubpicture() argument 1475 …ociateSubpicture ( ctx, subpicture, target_surfaces, num_surfaces, src_x, src_y, src_width, src_he… in vaAssociateSubpicture()
|
D | va.h | 2922 int src_y, 3073 short src_y,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/ |
D | row.h | 138 void I400ToARGBRow_SSE2(const uint8* src_y, uint8* dst_argb, int pix); 140 void I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int pix);
|
D | scale.c | 3762 int I420Scale(const uint8* src_y, int src_stride_y, in I420Scale() argument 3771 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 || in I420Scale() 3780 src_y = src_y + (src_height - 1) * src_stride_y; in I420Scale() 3793 ScalePlane(src_y, src_stride_y, src_width, src_height, in I420Scale() 3807 int Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, in Scale() argument 3814 if (!src_y || !src_u || !src_v || src_width <= 0 || src_height == 0 || in Scale() 3823 src_y = src_y + (src_height - 1) * src_stride_y; in Scale() 3837 ScalePlane(src_y, src_stride_y, src_width, src_height, in Scale() 3866 const uint8* const src_y = src; in ScaleOffset() local 3875 return Scale(src_y, src_u, src_v, src_width, src_halfwidth, src_halfwidth, in ScaleOffset()
|
/hardware/qcom/msm8996/kernel-headers/media/ |
D | msmb_pproc.h | 141 uint32_t src_y; member
|
/hardware/qcom/msm8960/original-kernel-headers/media/ |
D | msm_isp.h | 327 uint32_t src_y; member
|
/hardware/qcom/msm8x84/kernel-headers/media/ |
D | msmb_pproc.h | 192 uint32_t src_y; member
|
/hardware/qcom/msm8996/original-kernel-headers/media/ |
D | msmb_pproc.h | 130 uint32_t src_y; member
|
D | msm_camera.h | 379 uint32_t src_y; member
|
/hardware/qcom/msm8994/kernel-headers/media/ |
D | msmb_pproc.h | 257 uint32_t src_y; member
|
/hardware/qcom/msm8x84/original-kernel-headers/media/ |
D | msmb_pproc.h | 178 uint32_t src_y; member
|
/hardware/qcom/msm8994/original-kernel-headers/media/ |
D | msmb_pproc.h | 259 uint32_t src_y; member
|
/hardware/qcom/msm8960/kernel-headers/media/ |
D | msm_camera.h | 250 uint32_t src_y; member
|