Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h108 FORMAT_RECOGNIZED = 3, enumerator
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp1065 imageSource->decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED;
1411 imageSource->decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2190 decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED; in OnSourceUnresolved()
2229 decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED; in DecodeSourceInfo()
2241 if (decodeState_ == SourceDecodingState::FORMAT_RECOGNIZED) { in DecodeSourceInfo()