Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_gif_test.cpp68 int32_t imageCount = imageSource->GetSourceInfo(errorCode).topLevelImageNum;
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h132 uint32_t topLevelImageNum = 0; member
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2140 ret = mainDecoder_->GetTopLevelImageNum(sourceInfo_.topLevelImageNum); in OnSourceRecognized()
3372 uint32_t frameCount = GetSourceInfo(errorCode).topLevelImageNum; in GetFrameCount()