/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/ |
H A D | oh_audio_render_unit_test.cpp | 170 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 D | oh_audio_stream_builder_unit_test.cpp | 318 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 D | native_audiostreambuilder.h | 92 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder* builder, int32_t…
|
/ohos5.0/docs/zh-cn/application-dev/media/audio/ |
H A D | replace-opensles-by-ohaudio.md | 76 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
|
H A D | using-ohaudio-for-recording.md | 68 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
|
H A D | using-ohaudio-for-playback.md | 70 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/example/ |
H A D | oh_audio_capturer_test.cpp | 100 OH_AudioStreamBuilder_SetChannelCount(builder, g_channelCount); in RecorderTest()
|
H A D | oh_audio_capturer_lowlatency_test.cpp | 232 OH_AudioStreamBuilder_SetChannelCount(builder, STEREO); in InitSpk() 285 OH_AudioStreamBuilder_SetChannelCount(builder, STEREO); in InitMic()
|
H A D | oh_audio_renderer_test.cpp | 112 OH_AudioStreamBuilder_SetChannelCount(builder, g_channelCount); in PlayerTest()
|
H A D | oh_audio_session_manager_test.cpp | 225 OH_AudioStreamBuilder_SetChannelCount(builder, g_channelCount); in StartPlay()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-audio-kit/ |
H A D | native__audiostreambuilder_8h.md | 31 …AudioStream_Result](_o_h_audio.md#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelCount](_…
|
H A D | _o_h_audio.md | 187 | [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 D | native__audiostreambuilder_8h.md | 31 …AudioStream_Result](_o_h_audio.md#oh_audiostream_result) [OH_AudioStreamBuilder_SetChannelCount](_…
|
H A D | _o_h_audio.md | 187 | [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 D | replace-opensles-by-ohaudio.md | 74 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
|
H A D | using-ohaudio-for-recording.md | 69 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
|
H A D | using-ohaudio-for-playback.md | 71 OH_AudioStreamBuilder_SetChannelCount(builder, 2);
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioStreamBuilder.cpp | 50 OH_AudioStream_Result OH_AudioStreamBuilder_SetChannelCount(OH_AudioStreamBuilder *builder, int32_t… in OH_AudioStreamBuilder_SetChannelCount() function
|