Home
last modified time | relevance | path

Searched refs:SourceDecodingState (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h104 enum class SourceDecodingState : int32_t { class in OHOS::HDI::Display::Graphic::Common::OHOS::Media::DecodeEvent::ImageDecodingState
376 SourceDecodingState decodeState_ = SourceDecodingState::UNRESOLVED;
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp552 decodeState_ = SourceDecodingState::UNRESOLVED;
2106 decodeState_ = SourceDecodingState::UNSUPPORTED_FORMAT;
2129 decodeState_ = SourceDecodingState::FILE_INFO_ERROR;
2135 decodeState_ = SourceDecodingState::FILE_INFO_DECODED;
2161 decodeState_ = SourceDecodingState::UNKNOWN_FORMAT;
2165 decodeState_ = SourceDecodingState::SOURCE_ERROR;
2171 decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED;
2175 uint32_t GetSourceDecodingState(SourceDecodingState decodeState_)
2179 case SourceDecodingState::SOURCE_ERROR: {
2184 case SourceDecodingState
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_test.cpp980 imageSource->decodeState_ = SourceDecodingState::SOURCE_ERROR; in HWTEST_F()
983 imageSource->decodeState_ = SourceDecodingState::UNKNOWN_FORMAT; in HWTEST_F()
986 imageSource->decodeState_ = SourceDecodingState::UNSUPPORTED_FORMAT; in HWTEST_F()
989 imageSource->decodeState_ = SourceDecodingState::FILE_INFO_ERROR; in HWTEST_F()
1051 imageSource->decodeState_ = SourceDecodingState::FILE_INFO_DECODED; in HWTEST_F()
1066 imageSource->decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED; in HWTEST_F()
1412 imageSource->decodeState_ = SourceDecodingState::FORMAT_RECOGNIZED; in HWTEST_F()

Completed in 8 milliseconds