Home
last modified time | relevance | path

Searched refs:OH_AudioStreamBuilder_SetChannelCount (Results 1 - 8 of 8) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audiostreambuilder.h92 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder* builder, int32_t channelCount);
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp306 * @tc.name : Test OH_AudioStreamBuilder_SetChannelCount API via legal state, channelCount is 1.
308 * @tc.desc : Test OH_AudioStreamBuilder_SetChannelCount interface. Returns true if result is successful.
318 result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount); in HWTEST()
326 * @tc.name : Test OH_AudioStreamBuilder_SetChannelCount API via legal state, channelCount is 16.
328 * @tc.desc : Test OH_AudioStreamBuilder_SetChannelCount interface. Returns true if result is successful.
338 result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount); in HWTEST()
346 * @tc.name : Test OH_AudioStreamBuilder_SetChannelCount API via illegal state.
348 * @tc.desc : Test OH_AudioStreamBuilder_SetChannelCount interface. Returns error code, if channelCount is 8.
358 result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount); in HWTEST()
948 OH_AudioStreamBuilder_SetChannelCount(builder in HWTEST()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/
H A Doh_audio_render_unit_test.cpp170 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_COUNT); in InitRenderBuilder()
906 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_COUNT); in HWTEST()
947 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_COUNT); in HWTEST()
1016 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_COUNT); in HWTEST()
1059 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2); in HWTEST()
1120 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2); in HWTEST()
1181 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2); in HWTEST()
1220 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2); in HWTEST()
1281 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2); in HWTEST()
1488 OH_AudioStreamBuilder_SetChannelCount(builde in HWTEST()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/
H A Doh_audio_capturer_test.cpp100 OH_AudioStreamBuilder_SetChannelCount(builder, g_channelCount); in RecorderTest()
H A Doh_audio_capturer_lowlatency_test.cpp232 OH_AudioStreamBuilder_SetChannelCount(builder, STEREO); in InitSpk()
285 OH_AudioStreamBuilder_SetChannelCount(builder, STEREO); in InitMic()
H A Doh_audio_renderer_test.cpp112 OH_AudioStreamBuilder_SetChannelCount(builder, g_channelCount); in PlayerTest()
H A Doh_audio_session_manager_test.cpp225 OH_AudioStreamBuilder_SetChannelCount(builder, g_channelCount); in StartPlay()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioStreamBuilder.cpp50 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder *builder, int32_t channelCount) in OH_AudioStreamBuilder_SetChannelCount() function

Completed in 11 milliseconds