Home
last modified time | relevance | path

Searched refs:GetImageWidthAndHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/include/
H A Dwebp_exif_metadata_accessor.h57 std::tuple<uint32_t, uint32_t> GetImageWidthAndHeight();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dwebp_exif_metadata_accessor.cpp361 std::tuple<uint32_t, uint32_t> WebpExifMetadataAccessor::GetImageWidthAndHeight() in GetImageWidthAndHeight() function in OHOS::Media::WebpExifMetadataAccessor
496 auto [width, height] = GetImageWidthAndHeight(); in WirteChunkVp8x()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageaccessor_fuzzer/src/
H A Dimage_accessor_fuzzer.cpp123 metadataAccessor->GetImageWidthAndHeight(); in WebpAccessorTest()