Home
last modified time | relevance | path

Searched refs:GetSupportedSampleRates (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcaps_unit_test.cpp452 EXPECT_EQ(12, audioCaps->GetSupportedSampleRates().size()); // 12: supported samplerate count in CheckAVDecMP3()
472 EXPECT_EQ(12, audioCaps->GetSupportedSampleRates().size()); // 12: supported samplerate count in CheckAVDecAAC()
492 EXPECT_EQ(12, audioCaps->GetSupportedSampleRates().size()); // 12: supported samplerate count in CheckAVDecVorbis()
512 EXPECT_EQ(13, audioCaps->GetSupportedSampleRates().size()); // 13: supported samplerate count in CheckAVDecFlac()
532 EXPECT_EQ(1, audioCaps->GetSupportedSampleRates().size()); in CheckAVDecOpus()
549 EXPECT_EQ(AUDIO_SAMPLE_RATE_COUNT_VIVID, audioCaps->GetSupportedSampleRates().size()); in CheckAVDecVivid()
567 EXPECT_EQ(DEFAULT_SAMPLE_RATE_SIZE, audioCaps->GetSupportedSampleRates().size()); // 11: supported samplerate count in CheckAVEncAAC()
589 EXPECT_EQ(1, audioCaps->GetSupportedSampleRates().size()); in CheckAVEncOpus()
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/
H A Dcodeclist_inner_mock.cpp94 auto ret = codecInfo->GetSupportedSampleRates(); in GetAudioSupportedSampleRates()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h536 std::vector<int32_t> GetSupportedSampleRates();
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp284 const auto &vec = codecInfo->GetSupportedSampleRates(); in OH_AVCapability_GetAudioSupportedSampleRates()
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/
H A Davcodec_info.cpp430 std::vector<int32_t> AudioCaps::GetSupportedSampleRates() in GetSupportedSampleRates() function in OHOS::Media::AudioCaps
433 CHECK_AND_RETURN_RET_LOG(sampleRate.size() != 0, sampleRate, "GetSupportedSampleRates failed: sampleRate is null"); in GetSupportedSampleRates()
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/
H A Davcodec_info.cpp570 std::vector<int32_t> AudioCaps::GetSupportedSampleRates() in GetSupportedSampleRates() function in OHOS::MediaAVCodec::AudioCaps
574 CHECK_AND_RETURN_RET_LOG(sampleRate.size() != 0, sampleRate, "GetSupportedSampleRates failed: sampleRate is null"); in GetSupportedSampleRates()

Completed in 7 milliseconds