Searched refs:GetSupportedLevelsForProfile (Results 1 – 9 of 9) sorted by relevance
244 std::vector<int32_t> CodecListInnerMock::GetSupportedLevelsForProfile(int32_t profile) in GetSupportedLevelsForProfile() function in OHOS::MediaAVCodec::CodecListInnerMock248 auto profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in GetSupportedLevelsForProfile()264 auto profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in AreProfileAndLevelSupported()
52 std::vector<int32_t> GetSupportedLevelsForProfile(int32_t profile) override;
51 std::vector<int32_t> GetSupportedLevelsForProfile(int32_t profile) override;
360 std::vector<int32_t> CodecListCapiMock::GetSupportedLevelsForProfile(int32_t profile) in GetSupportedLevelsForProfile() function in OHOS::MediaAVCodec::CodecListCapiMock
167 const auto &profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in OH_AVCapability_GetSupportedLevelsForProfile()203 const auto &profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in OH_AVCapability_AreProfileAndLevelSupported()
59 virtual std::vector<int32_t> GetSupportedLevelsForProfile(int32_t profile) = 0;
678 …std::vector<int32_t> levels = capability_->GetSupportedLevelsForProfile(DEFAULT_VIDEO_AVC_PROFILE);744 …std::vector<int32_t> levels = capability_->GetSupportedLevelsForProfile(DEFAULT_VIDEO_AVC_PROFILE);1263 levels = capability_->GetSupportedLevelsForProfile(it);
263 std::map<int32_t, std::vector<int32_t>> GetSupportedLevelsForProfile();
657 std::map<int32_t, std::vector<int32_t>> AVCodecInfo::GetSupportedLevelsForProfile() in GetSupportedLevelsForProfile() function in OHOS::MediaAVCodec::AVCodecInfo