/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | incremental_pixel_map.cpp | 77 uint32_t IncrementalPixelMap::PromoteDecoding(uint8_t &decodeProgress) in PromoteDecoding() function in OHOS::Media::IncrementalPixelMap 91 …imageSource_->PromoteDecoding(index_, opts_, *(static_cast<PixelMap *>(this)), imageState, decodeP… in PromoteDecoding()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_webp_test.cpp | 306 incPixelMap->PromoteDecoding(decodeProgress); 408 incPixelMap->PromoteDecoding(decodeProgress); 489 incPixelMap->PromoteDecoding(decodeProgress); 617 uint32_t ret = incOpts->PromoteDecoding(decodeProgress); 620 ret = incOpts->PromoteDecoding(decodeProgress); 623 ret = incOpts->PromoteDecoding(decodeProgress);
|
H A D | image_source_png_test.cpp | 264 incPixelMap->PromoteDecoding(decodeProgress); 366 incPixelMap->PromoteDecoding(decodeProgress); 449 incPixelMap->PromoteDecoding(decodeProgress);
|
H A D | image_source_jpeg_test.cpp | 759 incPixelMap->PromoteDecoding(decodeProgress); 863 incPixelMap->PromoteDecoding(decodeProgress); 950 incPixelMap->PromoteDecoding(decodeProgress);
|
H A D | image_source_test.cpp | 401 incPixelMap->PromoteDecoding(decodeProgress);
|
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | incremental_pixel_map.h | 49 uint32_t PromoteDecoding(uint8_t &decodeProgress);
|
H A D | image_source.h | 284 …uint32_t PromoteDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, ImageDecod…
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | interface_test.cpp | 64 incPixelMap->PromoteDecoding(decodeProgress);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/ |
H A D | mock_image_source.cpp | 133 uint32_t ImageSource::PromoteDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, in PromoteDecoding() function in OHOS::Media::ImageSource
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/ |
H A D | image_source_mdk_kits.cpp | 703 uint32_t errCode = incPixelMap->PromoteDecoding(tmpProgress); in ProcessIncrementalPixelMap()
|
H A D | image_source_napi.cpp | 2179 uint32_t err = incPixelMap->PromoteDecoding(decodeProgress); in UpdateDataExecute()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/ |
H A D | image_ffi.cpp | 366 uint32_t err = incPixelMap->PromoteDecoding(decodeProgress); in FfiOHOSUpdateData()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 1286 uint32_t ImageSource::PromoteDecoding(uint32_t index, const DecodeOptions &opts, PixelMap &pixelMap, in PromoteDecoding() function in OHOS::Media::ImageSource
|