Home
last modified time | relevance | path

Searched refs:interleaved (Results 1 – 25 of 91) sorted by relevance

1234

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_sample_attributes_v10.md21 | boolean [interleaved](#interleaved) | 音频数据交织的标记。 |
70 ### interleaved subsection
73 boolean AudioSampleAttributes::interleaved
H A D_audio_sample_attributes_v20.md21 | boolean [interleaved](#interleaved) | 音频数据交织的标记。 |
81 ### interleaved subsection
84 boolean AudioSampleAttributes::interleaved
/ohos5.0/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_common_vdi.c50 vdiAttrs->interleaved = attrs->interleaved; in AudioCommonAttrsToVdiAttrsVdi()
425 vdiAttrs->interleaved = attrs->interleaved; in AudioCommonSampleAttrToVdiSampleAttrVdi()
459 attrs->interleaved = vdiAttrs->interleaved; in AudioCommonVdiSampleAttrToSampleAttrVdi()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/utils/
H A Dhdi_au_utils.cpp79 attrs.interleaved = item.isInterleaved; in PluginAuFormat2HdiAttrs()
126 attrs.interleaved == item.isInterleaved && attrs.isBigEndian == item.isBigEndian) { in HdiAttrs2PluginAuFormat()
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/include/
H A Daudio_source.h42 bool interleaved; member
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp207 attrs.interleaved = config.interleaved; in Initialize()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createcapture_fuzzer/
H A Dcreatecapture_fuzzer.cpp47 .interleaved = *(reinterpret_cast<const uint32_t*>(data)), in CreateCaptureFuzzTest()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createrender_fuzzer/
H A Dcreaterender_fuzzer.cpp47 .interleaved = *(reinterpret_cast<const uint32_t*>(data)), in CreateRenderFuzzTest()
/ohos5.0/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_common.cpp112 if (!HdfSbufWriteUint32(data, (uint32_t)attrs->interleaved)) { in AudioProxyWriteSampleAttributes()
162 attrs->interleaved = (bool)tempInterleaved; in AudioProxyReadSapmleAttrbutes()
/ohos5.0/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Dtypes.h77 uint32_t interleaved; member
/ohos5.0/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_types.h181 bool interleaved; /**< Interleaving flag of audio data */ member
/ohos5.0/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_host.h181 uint32_t interleaved; member
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/capture/src/
H A Daudio_idl_hdicapture_hardware_dependence_test.cpp794 attrs.interleaved = false;
830 attrs.interleaved = false;
866 attrs.interleaved = false;
902 attrs.interleaved = false;
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/hdi_adapter/sink/
H A Dhos_au_sink.cpp302 if (sampleAttributes_.interleaved) { in ProcessInputSampleFormat()
304 sampleAttributes_.interleaved = false; in ProcessInputSampleFormat()
397 … sampleAttributes_.interleaved, sampleAttributes_.period, sampleAttributes_.frameSize); in Prepare()
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_multchannel_test.cpp58 attrs.interleaved = 0; in InitRenderAttrs()
H A Daudio_render_offload_test.cpp61 attrs.interleaved = 0; in InitRenderAttrs()
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Daudio_types.h213 bool interleaved; /**< Interleaving flag of audio data */ member
/ohos5.0/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_types.h214 bool interleaved; /**< Interleaving flag of audio data */ member
/ohos5.0/drivers/peripheral/audio/interfaces/include/
H A Daudio_types.h213 bool interleaved; /**< Interleaving flag of audio data */ member
/ohos5.0/drivers/peripheral/audio/test/unittest/common/adapter/
H A Daudio_adapter_multchannel_test.cpp88 attrs.interleaved = 1; in InitMultchannelAttrs()
H A Daudio_adapter_direct_test.cpp89 attrs.interleaved = 1; in InitDirectAttrs()
/ohos5.0/drivers/peripheral/audio/test/systemtest/hdi_service/hispark_taurus_standard/render/src/
H A Daudio_idl_hdirender_hardware_dependence_test.cpp731 attrs.interleaved = false;
768 attrs.interleaved = false;
804 attrs.interleaved = false;
840 attrs.interleaved = false;
/ohos5.0/drivers/peripheral/audio/test/fuzztest/common/src/
H A Daudio_adm_fuzzer_common.cpp45 attrs.interleaved = 0; in InitAttrs()
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_mmap_benchmarktest.cpp76 attrs.interleaved = 1; in InitCaptureAttrs()
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_mmap_benchmarktest.cpp63 attrs.interleaved = 0; in InitRenderAttrs()

1234