Searched refs:dst_height (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
H A Dscale.h45 int dst_width, int dst_height,
54 int dst_width, int dst_height,
59 uint8* dst, int dst_width, int dst_height, int dst_yoffset,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/source/
H A Dscale.c3053 int dst_width, int dst_height,
3082 for (y = 0; y < dst_height; ++y) {
3097 int dst_width, int dst_height,
3126 for (y = 0; y < dst_height; ++y) {
3142 int dst_width, int dst_height,
3166 for (y = 0; y < dst_height; ++y) {
3181 int dst_width, int dst_height,
3239 for (y = 0; y < dst_height; ++y) {
3274 int dst_width, int dst_height,
3322 for (y = 0; y < dst_height;
3052 ScalePlaneDown2(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3096 ScalePlaneDown4(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3141 ScalePlaneDown8(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3180 ScalePlaneDown34(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3273 ScalePlaneDown38(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3425 ScalePlaneBox(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
3501 ScalePlaneBilinearSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
3543 ScalePlaneBilinear(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
3609 ScalePlaneSimple(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
3633 ScalePlaneAnySize(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3656 ScalePlaneDown(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr, FilterMode filtering) argument
3682 CopyPlane(int src_width, int src_height, int dst_width, int dst_height, int src_stride, int dst_stride, const uint8* src_ptr, uint8* dst_ptr) argument
3702 ScalePlane(const uint8* src, int src_stride, int src_width, int src_height, uint8* dst, int dst_stride, int dst_width, int dst_height, FilterMode filtering, int use_ref) argument
3762 I420Scale(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, int src_width, int src_height, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int dst_width, int dst_height, FilterMode filtering) argument
3807 Scale(const uint8* src_y, const uint8* src_u, const uint8* src_v, int src_stride_y, int src_stride_u, int src_stride_v, int src_width, int src_height, uint8* dst_y, uint8* dst_u, uint8* dst_v, int dst_stride_y, int dst_stride_u, int dst_stride_v, int dst_width, int dst_height, int interpolate) argument
3851 ScaleOffset(const uint8* src, int src_width, int src_height, uint8* dst, int dst_width, int dst_height, int dst_yoffset, int interpolate) argument
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp572 float dst_height = dst->bottom - dst->top; local
595 top_cut_ratio = (sci_top - dst_top) / (dst_height);
601 bottom_cut_ratio = (dst_bottom - sci_bottom) / (dst_height);
664 float dst_height = dst.bottom - dst.top; local
666 if ((UINT32(crop_width - dst_width) == 1) || (UINT32(crop_height - dst_height) == 1)) {
668 "crop_h = %.0f, dst_h = %.0f", crop_width, dst_width, crop_height, dst_height);
770 float dst_height = dst.bottom - dst.top; local
773 *scale_y = crop_height / dst_height;
/hardware/intel/common/libva/test/
H A Dloadsurface.h394 int dst_fourcc, int dst_width, int dst_height,
440 for (row=0;row<dst_height;row++) {
445 for (row =0; row < dst_height/2; row++) {
393 download_surface_yuv(VADisplay va_dpy, VASurfaceID surface_id, int dst_fourcc, int dst_width, int dst_height, unsigned char *dst_Y, unsigned char *dst_U, unsigned char *dst_V) argument
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_display_external.cpp188 static void AdjustSourceResolution(uint32_t dst_width, uint32_t dst_height, uint32_t *src_width, argument

Completed in 189 milliseconds