Home
last modified time | relevance | path

Searched defs:profileLevelsMap (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp248 auto profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in GetSupportedLevelsForProfile() local
264 auto profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in AreProfileAndLevelSupported() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp167 const auto &profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in OH_AVCapability_GetSupportedLevelsForProfile() local
203 const auto &profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in OH_AVCapability_AreProfileAndLevelSupported() local
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h167 std::map<int32_t, std::vector<int32_t>> profileLevelsMap; member