Home
last modified time | relevance | path

Searched refs:profileSupport10Bits (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h531 bool profileSupport10Bits(const AString &mime, const int32_t profile);
/frameworks/av/media/libstagefright/
DMediaCodec.cpp1571 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