Home
last modified time | relevance | path

Searched refs:ACTUAL_IMAGE_ENCODED_FORMAT (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h41 const std::string ACTUAL_IMAGE_ENCODED_FORMAT = "actual_encoded_format"; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_decoder.cpp777 if (IsSameTextStr(key, ACTUAL_IMAGE_ENCODED_FORMAT)) { in GetImagePropertyInt()
806 if (IsSameTextStr(key, ACTUAL_IMAGE_ENCODED_FORMAT)) { in GetImagePropertyString()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp495 std::string key = ACTUAL_IMAGE_ENCODED_FORMAT;
519 std::string key = ACTUAL_IMAGE_ENCODED_FORMAT;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Djpeg_decoder_test.cpp435 std::string key = ACTUAL_IMAGE_ENCODED_FORMAT;
769 std::string key = ACTUAL_IMAGE_ENCODED_FORMAT;
H A Djpeg_decoder_ex_test.cpp851 std::string key = ACTUAL_IMAGE_ENCODED_FORMAT;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1723 if (IsSameTextStr(key, ACTUAL_IMAGE_ENCODED_FORMAT)) { in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2132 ret = mainDecoder_->GetImagePropertyString(0, ACTUAL_IMAGE_ENCODED_FORMAT, value); in OnSourceRecognized()