Home
last modified time | relevance | path

Searched refs:OH_AudioStreamBuilder_SetChannelCount (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/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()
684 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
745 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
806 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
846 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
909 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
1171 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_COUNT);
1212 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_COUNT);
1493 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
1535 OH_AudioStreamBuilder_SetChannelCount(builder, CHANNEL_2);
[all …]
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp318 result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount);
338 result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount);
358 result = OH_AudioStreamBuilder_SetChannelCount(builder, channelCount);
948 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT);
1008 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT);
1073 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT);
1084 OH_AudioStreamBuilder_SetChannelCount(builder2, CHANNEL_COUNT);
1139 OH_AudioStreamBuilder_SetChannelCount(builder1, CHANNEL_COUNT);
/ohos5.0/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audiostreambuilder.h92 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder* builder, int32_t…
/ohos5.0/docs/zh-cn/application-dev/media/audio/
H A Dreplace-opensles-by-ohaudio.md76 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
H A Dusing-ohaudio-for-recording.md68 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
H A Dusing-ohaudio-for-playback.md70 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
/ohos5.0/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()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/
H A Dnative__audiostreambuilder_8h.md31 …AudioStream_Result](_o_h_audio.md#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelCount](_…
H A D_o_h_audio.md187 | [OH_AudioStream_Result](#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelCount](#oh_audio…
3335 ### OH_AudioStreamBuilder_SetChannelCount()
3338 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder *builder, int32_t…
/ohos5.0/docs/en/application-dev/reference/apis-audio-kit/
H A Dnative__audiostreambuilder_8h.md31 …AudioStream_Result](_o_h_audio.md#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelCount](_…
H A D_o_h_audio.md187 | [OH_AudioStream_Result](#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelCount](#oh_audio…
3573 ### OH_AudioStreamBuilder_SetChannelCount()
3576 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder *builder, int32_t…
/ohos5.0/docs/en/application-dev/media/audio/
H A Dreplace-opensles-by-ohaudio.md74 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
H A Dusing-ohaudio-for-recording.md69 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
H A Dusing-ohaudio-for-playback.md71 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioStreamBuilder.cpp50 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder *builder, int32_t… in OH_AudioStreamBuilder_SetChannelCount() function