Home
last modified time | relevance | path

Searched defs:dstHeight (Results 1 - 24 of 24) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.cpp32 int32_t dstHeight = -1; in UploadToGpuForRender() local
49 int32_t dstHeight = static_cast<int32_t>(imageSize.Height() + SizeOffset); in UploadToGpuForRender() local
H A Dapng_image_player.cpp28 APngImagePlayer( ImageSourceInfo source, UploadSuccessCallback successCallback, const WeakPtr<PipelineBase>& weakContext, const RefPtr<PNGImageDecoder>& decoder, int32_t dstWidth, int32_t dstHeight) APngImagePlayer() argument
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Davmetadatahelper.h322 int32_t dstHeight = -1; member
/foundation/multimedia/player_framework/services/include/
H A Di_avmetadatahelper_service.h57 int32_t dstHeight = -1; member
/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object_animated.cpp115 int32_t dstHeight = -1; in UploadToGpuForRender() local
131 int32_t dstHeight = static_cast<int32_t>(imageSize.Height() + SizeOffset); in UploadToGpuForRender() local
H A Dimage_provider.cpp528 int32_t dstHeight = static_cast<int32_t>(imageSize.Height() + 0.5); local
560 int32_t dstHeight = static_cast<int32_t>(imageSize.Height() + 0.5); local
586 ApplySizeToSkImage( const sk_sp<SkImage>& rawImage, int32_t dstWidth, int32_t dstHeight, const std::string& srcKey) global() argument
637 ApplySizeToDrawingImage( const std::shared_ptr<RSImage>& rawRSImage, int32_t dstWidth, int32_t dstHeight, const std::string& srcKey) global() argument
[all...]
/foundation/multimedia/av_codec/services/engine/common/include/
H A Dcodec_utils.h43 int32_t dstHeight = 0; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_format_convert_fail_test.cpp38 float dstHeight = 0; member
H A Dimage_format_convert_test.cpp59 float dstHeight = 0; member
H A Djpg_yuv_test.cpp56 float dstHeight = 0; member
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp211 int32_t dstHeight = std::lround(desiredSize_.Height()); in QueryCompressedCache() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_yuv_ext.cpp215 int32_t dstHeight = imageInfo_.size.height; in rotate() local
326 int32_t dstHeight = dst.info.height(); in ColorSpaceBGRAToYuv() local
[all...]
H A Dpixel_yuv.cpp191 bool PixelYuv::YuvRotateConvert(Size &size, int32_t degrees, int32_t &dstWidth, int32_t &dstHeight, in YuvRotateConvert() argument
295 int32_t dstHeight = imageInfo_.size.height; in rotate() local
244 CreateMemory(PixelFormat pixelFormat, std::string memoryTag, int32_t dstWidth, int32_t dstHeight, YUVStrideInfo &dstStrides) CreateMemory() argument
927 int32_t dstHeight = dst.info.height(); ColorSpaceBGRAToYuv() local
[all...]
H A Dpixel_map.cpp568 int32_t dstHeight = opts.size.height; in CheckParams() local
3810 int32_t dstHeight = imageInfo.size.height; in UpdateSdrYuvStrides() local
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp91 int32_t dstHeight = static_cast<int32_t>(dst->bufferInfo_->height_); in Crop() local
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp421 const float dstHeight = getMeshHeight(*meshManager, dstMeshEntity); in CalculateScalingFactor() local
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_composer_adapter.cpp1024 uint32_t dstHeight = static_cast<uint32_t>(dstRect.h); in LayerScaleDown() local
1092 uint32_t dstHeight = static_cast<uint32_t>(dstRect.h); in LayerScaleDown() local
1165 uint32_t dstHeight = static_cast<uint32_t>(dstRect.h); LayerScaleFit() local
[all...]
H A Drs_uni_render_util.cpp1627 uint32_t dstHeight = static_cast<uint32_t>(dstRect.height_); in LayerScaleDown() local
1696 uint32_t dstHeight = static_cast<uint32_t>(dstRect.height_); in LayerScaleFit() local
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp41 float dstHeight = 0; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dpixel_yuv_ext_utils.cpp164 int dstHeight = size.dstH; in NV12Rotate() local
223 int32_t dstHeight = dstSize.height; in YuvRotate() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageyuvconvert_fuzzer/src/
H A Dimage_yuv_convert_fuzzer.cpp63 float dstHeight = 0; member
/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp743 int32_t dstHeight = info.rotation % NUM_180 == 0 ? param.dstHeight : param.dstWidth; in ScalePixelMap() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drosen_render_image.cpp217 int32_t dstHeight = static_cast<int32_t>(previousResizeTarget_.Height() + precision); in ImageDataPaintSuccess() local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp590 int dstHeight = opts.desiredSize.height; in HeapMemAlloc() local
1191 uint32_t ExtDecoder::HandleGifCache(uint8_t* src, uint8_t* dst, uint64_t rowStride, int dstHeight) in HeapMemAlloc() argument
[all...]

Completed in 45 milliseconds