Home
last modified time | relevance | path

Searched refs:channelLayouts (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_audio_port_cap_v10.md22 | int[] [channelLayouts](#channellayouts) | 支持的通道格式类型、单通道、平衡声道、3D立体声道等。 |
39 ### channelLayouts subsection
42 int [] CodecAudioPortCap::channelLayouts
H A D_codec_audio_port_cap_v20.md22 | int[] [channelLayouts](#channellayouts) | 支持的通道格式类型、单通道、平衡声道、3D立体声道等。 |
39 ### channelLayouts subsection
42 int [] CodecAudioPortCap::channelLayouts
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h136 int32_t channelLayouts[CHANNEL_NUM]; /** Supported audio channel layouts. */ member
H A Dcodec_type.h296 int32_t channelLayouts[CHANNEL_NUM]; /** Supported audio channel layouts. */ member
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/cpp_target/codec/v1_0/
H A Dcodec_types.cpp.txt291 if (!WritePodArray(data, dataBlock.channelLayouts)) {
292 HDF_LOGE("%{public}s: failed to write dataBlock.channelLayouts", __func__);
315 if (!ReadPodArray(data, dataBlock.channelLayouts)) {
316 HDF_LOGE("%{public}s: failed to read dataBlock.channelLayouts", __func__);
H A Dcodec_types.h.txt232 std::vector<int32_t> channelLayouts;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/
H A Dcodec_types.cpp.txt291 if (!WritePodArray(data, dataBlock.channelLayouts)) {
292 HDF_LOGE("%{public}s: failed to write dataBlock.channelLayouts", __func__);
315 if (!ReadPodArray(data, dataBlock.channelLayouts)) {
316 HDF_LOGE("%{public}s: failed to read dataBlock.channelLayouts", __func__);
H A Dcodec_types.h.txt232 std::vector<int32_t> channelLayouts;
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp384 … {CODEC_CONFIG_KEY_CHANNEL_LAYOUTS, cap.port.audio.channelLayouts}, in GetAudioPortCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c181 {CODEC_CONFIG_KEY_CHANNEL_LAYOUTS, cap->port.audio.channelLayouts, CHANNEL_NUM, -1}, in GetAudioPortCapability()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/dump_ast_target/
H A Ddump.txt310 int[] channelLayouts;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/
H A Ddump.txt506 int[] channelLayouts;
/ohos5.0/drivers/interface/codec/v1_0/
H A DCodecTypes.idl295 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
/ohos5.0/drivers/interface/codec/v2_0/
H A DCodecTypes.idl297 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v1_0/foo/codec/v1_0/
H A DCodecTypes.idl295 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/foo/codec/v2_0/
H A DCodecTypes.idl297 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
/ohos5.0/drivers/interface/codec/v3_0/
H A DCodecTypes.idl359 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…