Searched refs:GetSupportedChannel (Results 1 - 6 of 6) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/codeclist_test/ |
H A D | caps_unit_test.cpp | 447 EXPECT_EQ(1, audioCaps->GetSupportedChannel().minVal); in CheckAVDecMP3() 448 EXPECT_EQ(MAX_CHANNEL_COUNT_MP3, audioCaps->GetSupportedChannel().maxVal); in CheckAVDecMP3() 467 EXPECT_EQ(1, audioCaps->GetSupportedChannel().minVal); in CheckAVDecAAC() 468 EXPECT_EQ(MAX_CHANNEL_COUNT, audioCaps->GetSupportedChannel().maxVal); // 8: max channal count in CheckAVDecAAC() 487 EXPECT_EQ(1, audioCaps->GetSupportedChannel().minVal); in CheckAVDecVorbis() 488 EXPECT_EQ(MAX_CHANNEL_COUNT, audioCaps->GetSupportedChannel().maxVal); // 8: max channal count in CheckAVDecVorbis() 507 EXPECT_EQ(1, audioCaps->GetSupportedChannel().minVal); in CheckAVDecFlac() 508 EXPECT_EQ(MAX_CHANNEL_COUNT, audioCaps->GetSupportedChannel().maxVal); // 8: max channal count in CheckAVDecFlac() 527 EXPECT_EQ(1, audioCaps->GetSupportedChannel().minVal); in CheckAVDecOpus() 528 EXPECT_EQ(MAX_CHANNEL_COUNT, audioCaps->GetSupportedChannel() in CheckAVDecOpus() [all...] |
/foundation/multimedia/av_codec/test/unittest/codeclist_test/inner/ |
H A D | codeclist_inner_mock.cpp | 106 return codecInfo->GetSupportedChannel(); in GetAudioChannelsRange()
|
/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 520 Range GetSupportedChannel();
|
/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 319 const auto &channels = codecInfo->GetSupportedChannel(); in OH_AVCapability_GetAudioChannelCountRange()
|
/foundation/multimedia/player_framework/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 418 Range AudioCaps::GetSupportedChannel()
in GetSupportedChannel() function in OHOS::Media::AudioCaps
|
/foundation/multimedia/av_codec/frameworks/native/avcodeclist/ |
H A D | avcodec_info.cpp | 556 Range AudioCaps::GetSupportedChannel() in GetSupportedChannel() function in OHOS::MediaAVCodec::AudioCaps
|
Completed in 11 milliseconds