Home
last modified time | relevance | path

Searched defs:target_width (Results 1 – 15 of 15) sorted by relevance

/third_party/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder.cc33 std::optional<uint32_t> target_width, in GetResizedDimensions()
60 std::optional<uint32_t> target_width, in ResizeRasterImage()
113 std::optional<uint32_t> target_width, in ImageFromDecompressedData()
130 std::optional<uint32_t> target_width, in ImageFromCompressedData()
Dimage_decoder.h47 std::optional<uint32_t> target_width; member
Dimage_decoder_unittests.cc327 std::optional<uint32_t> target_height) -> SkISize { in TEST_F()
412 std::optional<uint32_t> target_height) -> SkISize { in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/soft_dvpp/
Dsoft_dvpp_decode_resize_jpeg_op.h31 SoftDvppDecodeResizeJpegOp(int32_t target_height, int32_t target_width) in SoftDvppDecodeResizeJpegOp()
Dsoft_dvpp_decode_random_crop_resize_jpeg_op.cc28 …CropResizeJpegOp::SoftDvppDecodeRandomCropResizeJpegOp(int32_t target_height, int32_t target_width, in SoftDvppDecodeRandomCropResizeJpegOp()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Drandom_crop_and_resize_with_bbox_op.h32 …: RandomCropAndResizeOp(target_height, target_width, scale_lb, scale_ub, aspect_lb, aspect_ub, int… in RandomCropAndResizeOp() argument
Drandom_crop_decode_resize_op.cc24 RandomCropDecodeResizeOp::RandomCropDecodeResizeOp(int32_t target_height, int32_t target_width, flo… in RandomCropDecodeResizeOp()
Drandom_crop_and_resize_op.cc33 RandomCropAndResizeOp::RandomCropAndResizeOp(int32_t target_height, int32_t target_width, float sca… in RandomCropAndResizeOp()
Dbounding_box.cc195 …dingBox::UpdateBBoxesForResize(const TensorPtr &bbox_list, size_t bbox_count, int32_t target_width, in UpdateBBoxesForResize()
Dimage_utils.cc661 … int crop_height, int crop_width, int target_height, int target_width, InterpolationMode mode) { in CropAndResize()
/third_party/mindspore/tests/ut/cpp/dataset/
Drandom_crop_decode_resize_op_test.cc42 constexpr int target_width = 718; in TEST_F() local
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp438 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp439 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp439 const auto target_width = std::max(index_width, count_width); in ClampIndicesForAccessChain() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c726 int target_width, target_height, target_depth, i; in present() local