Home
last modified time | relevance | path

Searched defs:srcH (Results 1 - 20 of 20) sorted by relevance

/foundation/multimedia/image_effect/frameworks/native/render_environment/base/math/
H A Drender_roi.h28 RenderROI(int srcW, int srcH, double roiL, double roiR, double roiB, double roiT) in RenderROI() argument
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dpixel_yuv_utils.h50 int32_t srcH = 0; member
/third_party/skia/src/image/
H A DSkRescaleAndReadPixels.cpp25 int srcH = srcRect.height(); in SkRescaleAndReadPixels() local
/third_party/ffmpeg/libswscale/tests/
H A Dswscale.c262 const int srcH = h; in selfTest() local
83 doTest(const uint8_t * const ref[4], int refStride[4], int w, int h, enum AVPixelFormat srcFormat, enum AVPixelFormat dstFormat, int srcW, int srcH, int dstW, int dstH, int flags, struct Results *r) doTest() argument
316 int srcW = 0, srcH = 0; fileTest() local
[all...]
/third_party/skia/gm/
H A Dgpu_blur_utils.cpp207 int srcH = srcRect.height(); in run() local
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_renderer.c281 setup_vertex_data_yuv(struct xa_context *r, float srcX, float srcY, float srcW, float srcH, float dstX, float dstY, float dstW, float dstH, struct xa_surface *srf[]) setup_vertex_data_yuv() argument
/third_party/skia/src/effects/imagefilters/
H A DSkDisplacementMapImageFilter.cpp208 const int srcH = src.height(); in compute_displacement() local
H A DSkBlurImageFilter.cpp799 srcH = srcBounds.height(), in cpu_blur() local
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
H A Drga2_drv.c1838 unsigned int srcW, srcH, dstW, dstH; in rga2_slt() local
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_image.cpp177 float srcH; member
277 const float srcH = srcRect_.height_ / scale_; ApplyImageFit() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv.cpp471 int32_t srcH = imageInfo_.size.height; in flip() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp81 bool PixelYuvExtUtils::BGRAToYuv420(const uint8_t *src, uint8_t *dst, int srcW, int srcH, in BGRAToYuv420() argument
[all...]
/third_party/skia/src/core/
H A DSkScalerContext.cpp467 int srcH = mask.fBounds.height(); in generateMask() local
H A DSkGpuBlurUtils.cpp368 int srcH = srcBounds.height(); in two_pass_gaussian() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp226 constexpr auto srcH = std::numeric_limits<T>::max(); variable
/third_party/ffmpeg/libswscale/
H A Dutils.c973 int srcH = c->srcH; in sws_setColorspaceDetails() local
1300 int srcH = c->srcH; in sws_init_context() local
2025 sws_alloc_set_opts(int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags, const double *param) sws_alloc_set_opts() argument
2050 sws_getContext(int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param) sws_getContext() argument
2456 sws_getCachedContext(struct SwsContext *context, int srcW, int srcH, enum AVPixelFormat srcFormat, int dstW, int dstH, enum AVPixelFormat dstFormat, int flags, SwsFilter *srcFilter, SwsFilter *dstFilter, const double *param) sws_getCachedContext() argument
[all...]
H A Dswscale_internal.h321 int srcH; ///< Height of source luma/alpha planes. member
/third_party/skia/dm/
H A DDMSrcSink.cpp2246 static SkISize auto_compute_translate(SkMatrix* matrix, int srcW, int srcH) { in auto_compute_translate() argument
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp3186 const float srcH = float(src.getHeight()); in compareGenMipmapBilinear() local
3222 const float srcH = float(src.getHeight()); in compareGenMipmapBox() local
3259 const float srcH = float(src.getHeight()); in compareGenMipmapVeryLenient() local
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.cpp3455 int srcH = src->getHeight(); in copyCubeEdge() local

Completed in 46 milliseconds