Home
last modified time | relevance | path

Searched refs:CH_LAYOUT_STEREO (Results 1 - 25 of 31) sorted by relevance

12

/foundation/multimedia/audio_framework/interfaces/kits/c/common/multimedia/
H A Dnative_audio_channel_layout.h179 CH_LAYOUT_STEREO = CH_SET_FRONT_LEFT | CH_SET_FRONT_RIGHT, enumerator
185 CH_LAYOUT_2POINT1 = CH_LAYOUT_STEREO | CH_SET_LOW_FREQUENCY,
188 CH_LAYOUT_3POINT0 = CH_LAYOUT_STEREO | CH_SET_BACK_CENTER,
191 CH_LAYOUT_SURROUND = CH_LAYOUT_STEREO | CH_SET_FRONT_CENTER,
200 CH_LAYOUT_QUAD_SIDE = CH_LAYOUT_STEREO | CH_SET_SIDE_LEFT | CH_SET_SIDE_RIGHT,
203 CH_LAYOUT_QUAD = CH_LAYOUT_STEREO | CH_SET_BACK_LEFT | CH_SET_BACK_RIGHT,
206 CH_LAYOUT_2POINT0POINT2 = CH_LAYOUT_STEREO | CH_SET_TOP_SIDE_LEFT | CH_SET_TOP_SIDE_RIGHT,
/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_audio_channel_layout.h179 CH_LAYOUT_STEREO = CH_SET_FRONT_LEFT | CH_SET_FRONT_RIGHT, enumerator
185 CH_LAYOUT_2POINT1 = CH_LAYOUT_STEREO | CH_SET_LOW_FREQUENCY,
188 CH_LAYOUT_3POINT0 = CH_LAYOUT_STEREO | CH_SET_BACK_CENTER,
191 CH_LAYOUT_SURROUND = CH_LAYOUT_STEREO | CH_SET_FRONT_CENTER,
200 CH_LAYOUT_QUAD_SIDE = CH_LAYOUT_STEREO | CH_SET_SIDE_LEFT | CH_SET_SIDE_RIGHT,
203 CH_LAYOUT_QUAD = CH_LAYOUT_STEREO | CH_SET_BACK_LEFT | CH_SET_BACK_RIGHT,
206 CH_LAYOUT_2POINT0POINT2 = CH_LAYOUT_STEREO | CH_SET_TOP_SIDE_LEFT | CH_SET_TOP_SIDE_RIGHT,
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
H A Daudio_stream_info.h358 CH_LAYOUT_STEREO = FRONT_LEFT | FRONT_RIGHT,
361 CH_LAYOUT_2POINT1 = CH_LAYOUT_STEREO | LOW_FREQUENCY,
362 CH_LAYOUT_3POINT0 = CH_LAYOUT_STEREO | BACK_CENTER,
363 CH_LAYOUT_SURROUND = CH_LAYOUT_STEREO | FRONT_CENTER,
367 CH_LAYOUT_QUAD_SIDE = CH_LAYOUT_STEREO | SIDE_LEFT | SIDE_RIGHT,
368 CH_LAYOUT_QUAD = CH_LAYOUT_STEREO | BACK_LEFT | BACK_RIGHT,
369 CH_LAYOUT_2POINT0POINT2 = CH_LAYOUT_STEREO | TOP_SIDE_LEFT | TOP_SIDE_RIGHT,
434 CH_LAYOUT_STEREO, CH_LAYOUT_STEREO_DOWNMIX,
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_converter_parser.cpp48 {"CH_LAYOUT_STEREO", CH_LAYOUT_STEREO},
147 result.outChannelLayout = CH_LAYOUT_STEREO; in LoadConfigChannelLayout()
153 result.outChannelLayout = CH_LAYOUT_STEREO; in LoadConfigChannelLayout()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_effect_chain_manager.h51 const uint64_t DEFAULT_NUM_CHANNELLAYOUT = CH_LAYOUT_STEREO;
72 CH_LAYOUT_STEREO,
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/audio_endpoint_unit_test/src/
H A Daudio_endpoint_unit_test.cpp99 deviceInfo.audioStreamInfo.channelLayout = CH_LAYOUT_STEREO; in CreateOutputEndpointInner()
117 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in InitServerProcessConfig()
314 deviceInfo.audioStreamInfo.channelLayout = CH_LAYOUT_STEREO; in HWTEST_F()
362 deviceInfo.audioStreamInfo.channelLayout = CH_LAYOUT_STEREO; in HWTEST_F()
/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpa_adapter_manager.h32 {1, CH_LAYOUT_MONO}, {2, CH_LAYOUT_STEREO}, {3, CH_LAYOUT_SURROUND},
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceserversrc_fuzzer/
H A Daudio_service_server_src_fuzzer.cpp61 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in InitProcessConfig()
/foundation/multimedia/audio_framework/test/fuzztest/audioservermore_fuzzer/
H A Daudio_server_more_fuzzer.cpp335 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in AudioCreateAudioProcessTest()
410 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in AudioCapturerInServerFuzzTest()
525 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in AudioRendererInServerTest()
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_channel_layout_test.cpp31 CH_LAYOUT_STEREO,
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Dnone_mix_engine_unit_test.cpp72 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in InitProcessConfig()
118 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in HWTEST_F()
H A Dpa_renderer_stream_impl_unit_test_p2.cpp59 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in GetInnerCapConfig()
H A Dpa_renderer_stream_impl_unit_test.cpp59 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in GetInnerCapConfig()
H A Daudio_service_unit_test.cpp441 config.streamInfo.channelLayout = CH_LAYOUT_STEREO; in HWTEST()
H A Daudio_process_in_server_unit_test.cpp74 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in InitProcessConfig()
/foundation/multimedia/audio_framework/test/fuzztest/audiostream_fuzzer/
H A Daudio_stream_fuzzer.cpp250 config.streamInfo.channelLayout = CH_LAYOUT_STEREO; in ModifyStreamInfoFormat()
/foundation/multimedia/audio_framework/test/fuzztest/audioserviceserversrcenhance_fuzzer/
H A Daudio_service_server_src_enhance_fuzzer.cpp45 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in InitProcessConfig()
64 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in AudioServiceMoreFuzzTest()
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/
H A Daudio_policy_service_more_fuzzer.cpp88 config.streamInfo.channelLayout = AudioChannelLayout::CH_LAYOUT_STEREO; in InitProcessConfig()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_effect_chain.cpp35 const uint64_t DEFAULT_NUM_CHANNELLAYOUT = CH_LAYOUT_STEREO;
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/
H A Dnative_avmuxer_demo.c102 OH_AVFormat_SetLongValue(formatAudio, OH_MD_KEY_CHANNEL_LAYOUT, CH_LAYOUT_STEREO); in AddTrackAudio()
/foundation/multimedia/audio_framework/frameworks/native/audioeffect/test/unittest/effect_unit_test/src/
H A Daudio_effect_chain_adapter_unit_test.cpp1015 const uint64_t channelLayout2 = CH_LAYOUT_STEREO; in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/fast/
H A Dfast_audio_renderer_sink.cpp434 param.channelLayout = CH_LAYOUT_STEREO; in CreateRender()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/fast/
H A Dfast_audio_capturer_source.cpp316 param.channelLayout = CH_LAYOUT_STEREO; in CreateCapture()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp116 channelLayout = CH_LAYOUT_STEREO; in GetChannelLayoutByCount()
125 channelLayout = CH_LAYOUT_STEREO; in GetChannelLayoutByCount()
/foundation/multimedia/av_codec/test/unittest/avmuxer_test/
H A Davmuxer_unit_test.cpp1675 audioParams->PutLongValue(OH_MD_KEY_CHANNEL_LAYOUT, CH_LAYOUT_STEREO); in HWTEST_F()
1722 audioParams->PutLongValue(OH_MD_KEY_CHANNEL_LAYOUT, CH_LAYOUT_STEREO); in HWTEST_F()

Completed in 32 milliseconds

12