Home
last modified time | relevance | path

Searched refs:audioChannels (Results 1 - 25 of 83) sorted by relevance

1234

/foundation/multimedia/player_framework/test/unittest/screen_capture_test/screen_capture_server_function_unittest/src/
H A Dscreen_capture_server_function_unittest.cpp76 .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 Drtp_factory.cpp23 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 Dscreen_capture_unit_test.cpp49 .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 Dscreen_capture_unit_test_exclude.cpp191 .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 Dscreen_capture_unit_test_state.cpp437 .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 DInnerAVMuxerFuzzTest.cpp129 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 Dscreencaptureaudiochannels_fuzzer.cpp43 .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 Dscreencaptureaudiochannels_ndk_fuzzer.cpp42 .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 Dscreen_capture_impl.cpp104 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 Drtp_factory.h41 RtpPayloadStream ps, uint32_t audioChannels = 1);
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFuzzTest.cpp168 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 DInnerFuzzTest.cpp174 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 Drecorder_profiles_server.cpp135 (profile.recorderProfile.audioChannels == compareProfile.recorderProfile.audioChannels)) { in CompareProfile()
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/
H A Drecorder_profiles_impl.cpp73 profileData.recorderProfile.audioChannels = profile.audioChannels; in IsAudioRecorderConfigSupported()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
H A Drecorder_profiles.h217 int32_t audioChannels = 0; member
238 int32_t audioChannels = 0; member
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureserverstartcase_fuzzer/
H A Dscreencaptureserverstartcase_fuzzer.cpp49 .audioChannels = 2, in SetConfig()
54 .audioChannels = 2, in SetConfig()
/foundation/multimedia/player_framework/frameworks/native/recorder_profiles/test/unittest/
H A Drecorder_profiles_unit_test.cpp50 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 DNativeAVMuxerFuzzTest.cpp136 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 Dscreencapturesetmicrophoneenabled_fuzzer.cpp43 .audioChannels = 2, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturesetcanvasrotation_fuzzer/
H A Dscreencapturesetcanvasrotation_fuzzer.cpp43 .audioChannels = 2, in SetConfig()
/foundation/multimedia/player_framework/test/unittest/screen_capture_test/capi/src/
H A Dscreen_capture_capi_mock.cpp89 .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 Dscreencaptureaudiosamplerate_fuzzer.cpp43 .audioChannels = 2, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturendkacquirevideobuffer_fuzzer/
H A Dscreencaptureacquirevideobuffer_ndk_fuzzer.cpp48 .audioChannels = 2, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencapturevideoframewidth_fuzzer/
H A Dscreencapturevideoframewidth_fuzzer.cpp43 .audioChannels = 2, in SetConfig()
/foundation/multimedia/player_framework/test/fuzztest/screen_capture_fuzztest/screencaptureaudiobitratefile_fuzzer/
H A Dscreencaptureaudiobitratefile_fuzzer.cpp49 .audioChannels = 2, in SetConfig()

Completed in 13 milliseconds

1234