/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/ |
H A D | screen_capture_server_function_unittest.cpp | 76 .audioChannels = 0, in SetInvalidConfig() 82 .audioChannels = 0, in SetInvalidConfig() 121 .audioChannels = 2, in SetValidConfig() 127 .audioChannels = 2, in SetValidConfig() 183 .audioChannels = 0, in SetInvalidConfigFile() 189 .audioChannels = 0, in SetInvalidConfigFile() 235 .audioChannels = 2, in SetValidConfigFile() 241 .audioChannels = 2, in SetValidConfigFile() 382 config_.audioInfo.micCapInfo.audioChannels = 2; in HWTEST_F() 385 config_.audioInfo.innerCapInfo.audioChannels in HWTEST_F() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/ |
H A D | rtp_factory.cpp | 23 RtpPayloadStream ps, uint32_t audioChannels) in CreateRtpPack() 25 return std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, audioChannels); in CreateRtpPack() 22 CreateRtpPack(uint32_t ssrc, size_t mtuSize, uint32_t sampleRate, uint8_t pt, RtpPayloadStream ps, uint32_t audioChannels) CreateRtpPack() argument
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_unittest/src/ |
H A D | screen_capture_unit_test.cpp | 49 .audioChannels = 2, in HWTEST_F() 55 .audioChannels = 2, in HWTEST_F() 82 .audioChannels = 2, in HWTEST_F() 88 .audioChannels = 2, in HWTEST_F() 115 .audioChannels = 2, in HWTEST_F() 121 .audioChannels = 2, in HWTEST_F() 148 .audioChannels = 2, in HWTEST_F() 154 .audioChannels = 2, in HWTEST_F() 198 .audioChannels = 2, in HWTEST_F() 240 .audioChannels in HWTEST_F() [all...] |
H A D | screen_capture_unit_test_exclude.cpp | 191 .audioChannels = 2, in HWTEST_F() 197 .audioChannels = 0, in HWTEST_F() 232 .audioChannels = 0, in HWTEST_F() 238 .audioChannels = 0, in HWTEST_F() 304 .audioChannels = 0, in HWTEST_F() 310 .audioChannels = 0, in HWTEST_F() 448 .audioChannels = 2, in HWTEST_F() 454 .audioChannels = 2, in HWTEST_F() 483 .audioChannels = 2, in HWTEST_F() 489 .audioChannels in HWTEST_F() [all...] |
H A D | screen_capture_unit_test_state.cpp | 437 .audioChannels = 2, in SetConfig() 492 .audioChannels = 0, in SetConfigFile() 498 .audioChannels = 0, in SetConfigFile() 716 config_.audioInfo.innerCapInfo.audioChannels = 2; in HWTEST_F() 770 config_.audioInfo.innerCapInfo.audioChannels = 2; in HWTEST_F() 871 config_.audioInfo.micCapInfo.audioChannels = 0; in HWTEST_F() 874 config_.audioInfo.innerCapInfo.audioChannels = 2; in HWTEST_F() 928 config_.audioInfo.innerCapInfo.audioChannels = 2; in HWTEST_F() 982 config_.audioInfo.micCapInfo.audioChannels = 0; in HWTEST_F() 985 config_.audioInfo.innerCapInfo.audioChannels in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/muxer/InnerAPI/ |
H A D | InnerAVMuxerFuzzTest.cpp | 129 int audioChannels = GetIntRand(); in HWTEST_F() local 139 ", OH_AV_KEY_AUDIO_CHANNELS len is: " << audioChannels << endl; in HWTEST_F() 146 mediaParams->Set<Tag::AUDIO_CHANNEL_COUNT>(audioChannels); in HWTEST_F() 229 int audioChannels = GetIntRand(); in HwTest_AddTrack() local 239 << ", OH_AV_KEY_AUDIO_CHANNELS len is: " << audioChannels << endl; in HwTest_AddTrack() 247 mediaParams->Set<Tag::AUDIO_CHANNEL_COUNT>(audioChannels); in HwTest_AddTrack()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiochannels_fuzzer/ |
H A D | screencaptureaudiochannels_fuzzer.cpp | 43 .audioChannels = 2, in SetConfig() 80 config.audioInfo.micCapInfo.audioChannels = *reinterpret_cast<int32_t *>(data); in FuzzScreenCaptureAudioChannels()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkaudiochannels_fuzzer/ |
H A D | screencaptureaudiochannels_ndk_fuzzer.cpp | 42 .audioChannels = 2, in SetConfig() 78 config.audioInfo.micCapInfo.audioChannels = *reinterpret_cast<int32_t *>(data); in FuzzScreenCaptureAudioChannelsNdk()
|
/foundation/multimedia/player_framework/frameworks/native/screen_capture/ |
H A D | screen_capture_impl.cpp | 104 return audioCapInfo.audioChannels == 0 && audioCapInfo.audioSampleRate == 0; in IsAudioCapInfoIgnored() 194 "InitOriginalStream start, innerCapInfo.audioSampleRate:%{public}d, innerCapInfo.audioChannels::%{public}d, " in InitOriginalStream() 195 "micCapInfo.audioSampleRate:%{public}d, micCapInfo.audioChannels:%{public}d, " in InitOriginalStream() 197 config.audioInfo.innerCapInfo.audioSampleRate, config.audioInfo.innerCapInfo.audioChannels, in InitOriginalStream() 198 config.audioInfo.micCapInfo.audioSampleRate, config.audioInfo.micCapInfo.audioChannels, in InitOriginalStream() 228 "innerCapInfo.audioSampleRate:%{public}d, innerCapInfo.audioChannels::%{public}d, " in InitCaptureFile() 229 "micCapInfo.audioSampleRate:%{public}d, micCapInfo.audioChannels:%{public}d, " in InitCaptureFile() 233 config.audioInfo.innerCapInfo.audioSampleRate, config.audioInfo.innerCapInfo.audioChannels, in InitCaptureFile() 234 config.audioInfo.micCapInfo.audioSampleRate, config.audioInfo.micCapInfo.audioChannels, in InitCaptureFile() 257 if ((config.audioInfo.micCapInfo.audioChannels ! in InitCaptureFile() [all...] |
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/ |
H A D | rtp_factory.h | 41 RtpPayloadStream ps, uint32_t audioChannels = 1);
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/ |
H A D | InnerFuzzTest.cpp | 168 int32_t audioChannels = getIntRand(); in HWTEST_F() local 175 cout << ", AUDIO_CHANNELS len is: " << audioChannels << endl; in HWTEST_F() 178 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, audioChannels); in HWTEST_F() 232 int32_t audioChannels = getIntRand(); in HWTEST_F() local 238 cout << ", AUDIO_CHANNELS len is: " << audioChannels << endl; in HWTEST_F() 240 generalFormat.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, audioChannels); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerFuzzTest.cpp | 174 int32_t audioChannels = getIntRand(); in HWTEST_F() local 179 cout << ", AUDIO_CHANNELS len is: " << audioChannels << endl; in HWTEST_F() 182 format.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, audioChannels); in HWTEST_F() 233 int32_t audioChannels = getIntRand(); in HWTEST_F() local 238 cout << ", AUDIO_CHANNELS len is: " << audioChannels << endl; in HWTEST_F() 241 generalFormat.PutIntValue(MediaDescriptionKey::MD_KEY_CHANNEL_COUNT, audioChannels); in HWTEST_F()
|
/foundation/multimedia/player_framework/services/services/recorder_profiles/server/ |
H A D | recorder_profiles_server.cpp | 135 (profile.recorderProfile.audioChannels == compareProfile.recorderProfile.audioChannels)) {
in CompareProfile()
|
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/ |
H A D | recorder_profiles_impl.cpp | 73 profileData.recorderProfile.audioChannels = profile.audioChannels; in IsAudioRecorderConfigSupported()
|
/foundation/multimedia/player_framework/interfaces/inner_api/native/ |
H A D | recorder_profiles.h | 217 int32_t audioChannels = 0; member 238 int32_t audioChannels = 0; member
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/ |
H A D | screencaptureserverstartcase_fuzzer.cpp | 49 .audioChannels = 2, in SetConfig() 54 .audioChannels = 2, in SetConfig()
|
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/ |
H A D | recorder_profiles_unit_test.cpp | 50 profile->audioChannels = 2; // 2 common channels in HWTEST_F() 56 * @tc.desc: recorde profile IsAudioRecorderConfigSupported when match the wrong audioChannels 67 profile->audioChannels = -1; // the wrong channels in HWTEST_F() 191 EXPECT_EQ(2, videoRecorderProfile->audioChannels); // 2 expect channels in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/muxer/NativeAPI/ |
H A D | NativeAVMuxerFuzzTest.cpp | 136 int audioChannels = getIntRand(); in HWTEST_F() local 144 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, audioChannels); in HWTEST_F() 266 int audioChannels = getIntRand(); in HWTEST_F() local 274 OH_AVFormat_SetIntValue(trackFormat, OH_MD_KEY_AUD_CHANNEL_COUNT, audioChannels); in HWTEST_F()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetmicrophoneenabled_fuzzer/ |
H A D | screencapturesetmicrophoneenabled_fuzzer.cpp | 43 .audioChannels = 2, in SetConfig()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/ |
H A D | screencapturesetcanvasrotation_fuzzer.cpp | 43 .audioChannels = 2, in SetConfig()
|
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/ |
H A D | screen_capture_capi_mock.cpp | 89 .audioChannels = config.audioInfo.micCapInfo.audioChannels, in Convert() 94 .audioChannels = config.audioInfo.innerCapInfo.audioChannels, in Convert()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiosamplerate_fuzzer/ |
H A D | screencaptureaudiosamplerate_fuzzer.cpp | 43 .audioChannels = 2, in SetConfig()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkacquirevideobuffer_fuzzer/ |
H A D | screencaptureacquirevideobuffer_ndk_fuzzer.cpp | 48 .audioChannels = 2, in SetConfig()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/ |
H A D | screencapturevideoframewidth_fuzzer.cpp | 43 .audioChannels = 2, in SetConfig()
|
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiobitratefile_fuzzer/ |
H A D | screencaptureaudiobitratefile_fuzzer.cpp | 49 .audioChannels = 2, in SetConfig()
|