Home
last modified time | relevance | path

Searched refs:src_width (Results 1 – 24 of 24) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
Dscale.c1222 uint16* dst_ptr, int src_width, in ScaleAddRows_SSE2() argument
1992 uint16* dst_ptr, int src_width,
2531 uint16* dst_ptr, int src_width, in ScaleAddRows_SSE2() argument
2562 "+r"(src_width), // %2 in ScaleAddRows_SSE2()
3030 uint16* dst_ptr, int src_width, int src_height) { in ScaleAddRows_C() argument
3032 assert(src_width > 0); in ScaleAddRows_C()
3034 for (x = 0; x < src_width; ++x) { in ScaleAddRows_C()
3052 static void ScalePlaneDown2(int src_width, int src_height, in ScalePlaneDown2() argument
3059 assert(IS_ALIGNED(src_width, 2)); in ScalePlaneDown2()
3096 static void ScalePlaneDown4(int src_width, int src_height, in ScalePlaneDown4() argument
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
Dscale.h41 int src_width, int src_height,
51 int src_width, int src_height,
58 int ScaleOffset(const uint8* src, int src_width, int src_height,
/hardware/intel/common/libva/test/
Dloadsurface.h296 int src_fourcc, int src_width, int src_height, in upload_surface_yuv() argument
344 memcpy(Y_row, src_Y + row*src_width, src_width); in upload_surface_yuv()
354 memcpy(U_row, src_U + row * src_width, src_width); in upload_surface_yuv()
357 u_ptr = src_U + row * (src_width/2); in upload_surface_yuv()
358 v_ptr = src_V + row * (src_width/2); in upload_surface_yuv()
360 v_ptr = src_U + row * (src_width/2); in upload_surface_yuv()
361 u_ptr = src_V + row * (src_width/2); in upload_surface_yuv()
363 for(j = 0; j < src_width/2; j++) { in upload_surface_yuv()
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_display_external.cpp191 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
193 *src_height = (dst_width * (*src_height)) / (*src_width); in AdjustSourceResolution()
194 *src_width = dst_width; in AdjustSourceResolution()
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_display_external.cpp191 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
193 *src_height = (dst_width * (*src_height)) / (*src_width); in AdjustSourceResolution()
194 *src_width = dst_width; in AdjustSourceResolution()
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/
Dimg_gralloc_public.h290 int src_width, int src_height, in gralloc_module_blit_stamp_to_handle() argument
297 src_stamp, src_width, src_height, src_format, in gralloc_module_blit_stamp_to_handle()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/
Dimg_gralloc_public.h290 int src_width, int src_height, in gralloc_module_blit_stamp_to_handle() argument
297 src_stamp, src_width, src_height, src_format, in gralloc_module_blit_stamp_to_handle()
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_display_external.cpp227 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
229 *src_height = (dst_width * (*src_height)) / (*src_width); in AdjustSourceResolution()
230 *src_width = dst_width; in AdjustSourceResolution()
/hardware/intel/img/psb_video/src/
Dpsb_output.c678 static VAStatus lnc_unpack_topaz_rec(int src_width, int src_height, in lnc_unpack_topaz_rec() argument
703 for (n = 0; n < src_width / 16; n++) { in lnc_unpack_topaz_rec()
712 for (n = 0; n < src_width / 16; n++) { in lnc_unpack_topaz_rec()
734 int src_width, int src_height, in tng_unpack_vsp_rec() argument
751 for (x= 32;x < src_width + 32; x++) { in tng_unpack_vsp_rec()
754 tmp_dstY += dstY_stride - src_width; in tng_unpack_vsp_rec()
759 for (x= 16;x < 16 + ( (src_width+1)>>1); x++) { in tng_unpack_vsp_rec()
763 tmp_dstU += dstU_stride - ((src_width)); in tng_unpack_vsp_rec()
772 int src_width, int src_height, in tng_unpack_topaz_rec() argument
785 int mb_src_y_w = src_width >> 4; in tng_unpack_topaz_rec()
[all …]
Dpsb_output.h282 unsigned int src_width,
336 unsigned short src_width,
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_display_external.cpp231 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, in AdjustSourceResolution() argument
233 *src_height = (dst_width * (*src_height)) / (*src_width); in AdjustSourceResolution()
234 *src_width = dst_width; in AdjustSourceResolution()
/hardware/qcom/display/msm8998/sdm/libs/core/
Dresource_default.cpp468 float src_width = src_rect.right - src_rect.left; in SrcSplitConfig() local
472 if ((src_width > hw_res_info_.max_pipe_width) || (dst_width > hw_res_info_.max_pipe_width)) { in SrcSplitConfig()
852 float src_width = src_rect.right - src_rect.left; in SplitRect() local
854 float src_width_ori = src_width; in SplitRect()
855 src_width = ROUND_UP_ALIGN_DOWN(src_width / 2, 1); in SplitRect()
856 dst_width = ROUND_UP_ALIGN_DOWN(dst_width * src_width / src_width_ori, 1); in SplitRect()
859 src_left->right = src_rect.left + src_width; in SplitRect()
Ddisplay_base.cpp900 float src_width = FLOAT(src_rect.right - src_rect.left); in NeedsDownScale() local
906 std::swap(src_width, src_height); in NeedsDownScale()
909 if ((src_width > dst_width) || (src_height > dst_height)) { in NeedsDownScale()
/hardware/qcom/display/msm8996/sdm/libs/core/
Dresource_default.cpp431 float src_width = src_rect.right - src_rect.left; in SrcSplitConfig() local
435 if ((src_width > hw_res_info_.max_pipe_width) || (dst_width > hw_res_info_.max_pipe_width)) { in SrcSplitConfig()
815 float src_width = src_rect.right - src_rect.left; in SplitRect() local
817 float src_width_ori = src_width; in SplitRect()
818 src_width = ROUND_UP_ALIGN_DOWN(src_width / 2, 1); in SplitRect()
819 dst_width = ROUND_UP_ALIGN_DOWN(dst_width * src_width / src_width_ori, 1); in SplitRect()
822 src_left->right = src_rect.left + src_width; in SplitRect()
/hardware/intel/common/libva/va/
Dva_backend.h270 unsigned int src_width,
323 unsigned short src_width,
Dva.c1268 unsigned int src_width, in vaPutImage() argument
1280 …return ctx->vtable->vaPutImage ( ctx, surface, image, src_x, src_y, src_width, src_height, dest_x,… in vaPutImage()
1458 unsigned short src_width, in vaAssociateSubpicture() argument
1475 …picture ( ctx, subpicture, target_surfaces, num_surfaces, src_x, src_y, src_width, src_height, des… in vaAssociateSubpicture()
Dva.h2923 unsigned int src_width,
3074 unsigned short src_width,
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp182 mdp_scale->src_width[i] = plane.src_width; in SetHWScaleData()
290 scale->src_width[j], scale->src_height[j], scale->roi_w[j]); in DumpScaleData()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_scale.cpp185 mdp_scale->src_width[i] = plane.src_width; in SetHWScaleData()
293 scale->src_width[j], scale->src_height[j], scale->roi_w[j]); in DumpScaleData()
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_mdp_ext.h616 uint32_t src_width[MAX_PLANES]; member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp_ext.h230 uint32_t src_width[MAX_PLANES]; member
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h342 uint32_t src_width = 0; member
/hardware/qcom/display/msm8998/sdm/include/private/
Dhw_info_types.h351 uint32_t src_width = 0; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c363 const int src_width = src_widths[i] - 4; in vp9_denoise() local
370 src_height, src_width, ppl); in vp9_denoise()