Home
last modified time | relevance | path

Searched refs:InitMainDecoder (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_image_source.cpp254 uint32_t ImageSource::InitMainDecoder() in InitMainDecoder() function in OHOS::Media::ImageSource
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h269 uint32_t InitMainDecoder();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1148 if (InitMainDecoder() != SUCCESS) { in CreatePixelMap()
1813 if (InitMainDecoder() != SUCCESS) { in ParseHdrType()
2122 uint32_t ret = InitMainDecoder(); in OnSourceRecognized()
2310 uint32_t ImageSource::InitMainDecoder() in InitMainDecoder() function in OHOS::Media::ImageSource
3378 if (InitMainDecoder() != SUCCESS) { in GetFrameCount()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1076 HWTEST_F(ImageSourceTest, InitMainDecoder, TestSize.Level3)
1081 auto ret = imageSource->InitMainDecoder();