Home
last modified time | relevance | path

Searched refs:OH_AudioChannelLayout (Results 1 - 12 of 12) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/common/
H A Dsample_info.h42 constexpr OH_AudioChannelLayout CHANNEL_LAYOUT = OH_AudioChannelLayout::CH_LAYOUT_MONO;
/foundation/multimedia/audio_framework/interfaces/kits/c/common/multimedia/
H A Dnative_audio_channel_layout.h171 typedef enum OH_AudioChannelLayout { enum
332 } OH_AudioChannelLayout; typedef
/foundation/multimedia/media_foundation/interface/kits/c/
H A Dnative_audio_channel_layout.h171 typedef enum OH_AudioChannelLayout { enum
332 } OH_AudioChannelLayout; typedef
/foundation/multimedia/audio_framework/interfaces/kits/c/common/
H A Dnative_audiostreambuilder.h140 OH_AudioChannelLayout channelLayout);
/foundation/multimedia/audio_framework/interfaces/kits/c/audio_renderer/
H A Dnative_audiorenderer.h330 OH_AudioChannelLayout* channelLayout);
/foundation/multimedia/media_foundation/tests/unittest/format/
H A Davformat_unit_channel_layout_test.cpp29 std::vector<OH_AudioChannelLayout> nativeChanneLayouts = {CH_LAYOUT_UNKNOWN,
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioRenderer.cpp287 OH_AudioChannelLayout *channelLayout) in OH_AudioRenderer_GetChannelLayout()
291 *channelLayout = (OH_AudioChannelLayout)audioRenderer->GetChannelLayout(); in OH_AudioRenderer_GetChannelLayout()
H A DOHAudioStreamBuilder.cpp94 OH_AudioChannelLayout channelLayout) in OH_AudioStreamBuilder_SetChannelLayout()
/foundation/multimedia/av_codec/test/unittest/audio_test/
H A Daudio_encoder_avbuffer_capi_unit_test.cpp61 constexpr uint64_t CHANNEL_LAYOUT = OH_AudioChannelLayout::CH_LAYOUT_STEREO;
62 constexpr uint64_t ABNORMAL_CHANNEL_LAYOUT = OH_AudioChannelLayout::CH_LAYOUT_10POINT2;
63 constexpr uint64_t ABNORMAL_CHANNEL_LAYOUT_UNKNOWN = OH_AudioChannelLayout::CH_LAYOUT_UNKNOWN;
H A Daudio_decoder_avbuffer_capi_unit_test.cpp63 constexpr uint64_t CHANNEL_LAYOUT = OH_AudioChannelLayout::CH_LAYOUT_STEREO;
64 constexpr uint64_t ABNORMAL_CHANNEL_LAYOUT = OH_AudioChannelLayout::CH_LAYOUT_5POINT1POINT2;
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_stream_builder_test/src/
H A Doh_audio_stream_builder_unit_test.cpp890 OH_AudioChannelLayout channelLayout = CH_LAYOUT_UNKNOWN; in HWTEST()
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/test/unittest/oh_audio_render_test/src/
H A Doh_audio_render_unit_test.cpp647 OH_AudioChannelLayout channelLayout; in HWTEST()

Completed in 17 milliseconds