Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h111 FILE_INFO_DECODED = 6, enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2154 decodeState_ = SourceDecodingState::FILE_INFO_DECODED; in OnSourceRecognized()
2227 if (decodeState_ >= SourceDecodingState::FILE_INFO_DECODED) { in DecodeSourceInfo()
2244 decodeState_ = SourceDecodingState::FILE_INFO_DECODED; in DecodeSourceInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1050 imageSource->decodeState_ = SourceDecodingState::FILE_INFO_DECODED;