Home
last modified time | relevance | path

Searched refs:GetSupportedLevelsForProfile (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp244 std::vector<int32_t> CodecListInnerMock::GetSupportedLevelsForProfile(int32_t profile) in GetSupportedLevelsForProfile() function in OHOS::MediaAVCodec::CodecListInnerMock
248 auto profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in GetSupportedLevelsForProfile()
264 auto profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in AreProfileAndLevelSupported()
H A Dcodeclist_inner_mock.h52 std::vector<int32_t> GetSupportedLevelsForProfile(int32_t profile) override;
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.h51 std::vector<int32_t> GetSupportedLevelsForProfile(int32_t profile) override;
H A Dcodeclist_capi_mock.cpp360 std::vector<int32_t> CodecListCapiMock::GetSupportedLevelsForProfile(int32_t profile) in GetSupportedLevelsForProfile() function in OHOS::MediaAVCodec::CodecListCapiMock
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp167 const auto &profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in OH_AVCapability_GetSupportedLevelsForProfile()
203 const auto &profileLevelsMap = codecInfo->GetSupportedLevelsForProfile(); in OH_AVCapability_AreProfileAndLevelSupported()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_mock.h59 virtual std::vector<int32_t> GetSupportedLevelsForProfile(int32_t profile) = 0;
H A Dcodeclist_unit_test.cpp678 …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);
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h263 std::map<int32_t, std::vector<int32_t>> GetSupportedLevelsForProfile();
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp657 std::map<int32_t, std::vector<int32_t>> AVCodecInfo::GetSupportedLevelsForProfile() in GetSupportedLevelsForProfile() function in OHOS::MediaAVCodec::AVCodecInfo