/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_audio_port_cap_v10.md | 22 | int[] [channelLayouts](#channellayouts) | 支持的通道格式类型、单通道、平衡声道、3D立体声道等。 | 39 ### channelLayouts subsection 42 int [] CodecAudioPortCap::channelLayouts
|
H A D | _codec_audio_port_cap_v20.md | 22 | int[] [channelLayouts](#channellayouts) | 支持的通道格式类型、单通道、平衡声道、3D立体声道等。 | 39 ### channelLayouts subsection 42 int [] CodecAudioPortCap::channelLayouts
|
/ohos5.0/drivers/peripheral/codec/interfaces/include/ |
H A D | codec_component_type.h | 136 int32_t channelLayouts[CHANNEL_NUM]; /** Supported audio channel layouts. */ member
|
H A D | codec_type.h | 296 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 D | codec_types.cpp.txt | 291 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 D | codec_types.h.txt | 232 std::vector<int32_t> channelLayouts;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/cpp_target/codec/v2_0/ |
H A D | codec_types.cpp.txt | 291 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 D | codec_types.h.txt | 232 std::vector<int32_t> channelLayouts;
|
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/ |
H A D | codec_component_config.cpp | 384 … {CODEC_CONFIG_KEY_CHANNEL_LAYOUTS, cap.port.audio.channelLayouts}, in GetAudioPortCapability()
|
/ohos5.0/drivers/peripheral/codec/hal/src/ |
H A D | codec_config_parser.c | 181 {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 D | dump.txt | 310 int[] channelLayouts;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/codec_v2_0/dump_ast_target/ |
H A D | dump.txt | 506 int[] channelLayouts;
|
/ohos5.0/drivers/interface/codec/v1_0/ |
H A D | CodecTypes.idl | 295 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
|
/ohos5.0/drivers/interface/codec/v2_0/ |
H A D | CodecTypes.idl | 297 …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 D | CodecTypes.idl | 295 …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 D | CodecTypes.idl | 297 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
|
/ohos5.0/drivers/interface/codec/v3_0/ |
H A D | CodecTypes.idl | 359 …int[] channelLayouts; /**< Supported channel layouts, which include single channel, balanced chann…
|