Searched refs:profileSupport10Bits (Results 1 – 2 of 2) sorted by relevance
531 bool profileSupport10Bits(const AString &mime, const int32_t profile);
1571 if (!(mHdrInfoFlags & kFlagHasHdrStaticInfo) || !profileSupport10Bits(mime, profile)) { in getHdrFormatForDecoder()1584 bool MediaCodec::profileSupport10Bits(const AString &mime, const int32_t profile) { in profileSupport10Bits() function in android::MediaCodec