Searched refs:ENCODED_FORMAT_KEY (Results 1 – 3 of 3) sorted by relevance
105 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; variable509 } 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()
41 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; variable174 key = ENCODED_FORMAT_KEY;
570 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; in IsExtendedCodec() local571 if (decoder != nullptr && decoder->HasProperty(ENCODED_FORMAT_KEY)) { in IsExtendedCodec()3423 const static string ENCODED_FORMAT_KEY = "EncodedFormat"; in GetExtendedCodecMimeType() local3425 …if (decoder != nullptr && decoder->GetImagePropertyString(FIRST_FRAME, ENCODED_FORMAT_KEY, format)… in GetExtendedCodecMimeType()