Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp105 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; variable
509 } else if (ENCODED_FORMAT_KEY.compare(key) == ZERO) { in HeapMemAlloc()
1736 if (ENCODED_FORMAT_KEY.compare(key) == ZERO) { in HeapMemAlloc()
1843 if (ENCODED_FORMAT_KEY.compare(key) == ZERO) { in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp41 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; variable
174 key = ENCODED_FORMAT_KEY;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp570 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; in IsExtendedCodec() local
571 if (decoder != nullptr && decoder->HasProperty(ENCODED_FORMAT_KEY)) { in IsExtendedCodec()
3423 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; in GetExtendedCodecMimeType() local
3425 …if (decoder != nullptr && decoder->GetImagePropertyString(FIRST_FRAME, ENCODED_FORMAT_KEY, format)… in GetExtendedCodecMimeType()