Home
last modified time | relevance | path

Searched refs:stopThreshold (Results 1 - 25 of 56) sorted by relevance

123

/drivers/peripheral/audio/test/fuzztest/common/src/
H A Daudio_adm_fuzzer_common.cpp52 attrs.stopThreshold = INT_32_MAX; in InitAttrs()
71 frameRenderMode.stopThreshold = frameRenderMode.periodSize * frameRenderMode.periodCount; in InitRenderFramepara()
83 frameCaptureMode.stopThreshold = frameCaptureMode.periodSize * frameCaptureMode.periodCount; in InitHwCaptureFramepara()
/drivers/peripheral/audio/supportlibs/interfaces/include/
H A Daudio_if_lib_common.h35 uint32_t stopThreshold; member
/drivers/hdf_core/framework/model/audio/core/include/
H A Daudio_host.h178 uint32_t stopThreshold; member
203 uint32_t stopThreshold; member
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createcapture_fuzzer/
H A Dcreatecapture_fuzzer.cpp56 .stopThreshold = *(reinterpret_cast<const uint32_t*>(data)), in CreateCaptureFuzzTest()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/test/fuzztest/createrender_fuzzer/
H A Dcreaterender_fuzzer.cpp56 .stopThreshold = *(reinterpret_cast<const uint32_t*>(data)), in CreateRenderFuzzTest()
/drivers/peripheral/audio/hdi_service/primary_impl/vdi_src/
H A Daudio_common_vdi.c61 vdiAttrs->stopThreshold = attrs->stopThreshold; in AudioCommonAttrsToVdiAttrsVdi()
449 vdiAttrs->stopThreshold = attrs->stopThreshold; in AudioCommonSampleAttrToVdiSampleAttrVdi()
482 attrs->stopThreshold = vdiAttrs->stopThreshold; in AudioCommonVdiSampleAttrToSampleAttrVdi()
/drivers/peripheral/audio/test/systemtest/common/adm_common/include/
H A Daudio_adm_common.h84 uint32_t stopThreshold; member
/drivers/peripheral/audio/test/systemtest/common/lib_common/src/
H A Daudio_lib_common.cpp56 frameRenderMode.stopThreshold = frameRenderMode.periodSize * frameRenderMode.periodCount; in InitRenderFramepara()
68 frameCaptureMode.stopThreshold = frameCaptureMode.periodSize * frameCaptureMode.periodCount; in InitHwCaptureFramepara()
/drivers/peripheral/bluetooth/audio/interfaces/include/
H A Daudio_types.h192 uint32_t stopThreshold; /**< Audio render stop threshold. */ member
/drivers/peripheral/distributed_audio/interface/audio/v1_0/
H A Dtypes.h87 uint32_t stopThreshold; member
/drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy/src/
H A Daudio_proxy_common.cpp139 if (!HdfSbufWriteUint32(data, attrs->stopThreshold)) { in AudioProxyWriteSampleAttributes()
191 if (!HdfSbufReadUint32(reply, &attrs->stopThreshold)) { in AudioProxyReadSapmleAttrbutes()
/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_offload_test.cpp68 attrs.stopThreshold = INT_MAX; in InitRenderAttrs()
H A Daudio_render_multchannel_test.cpp65 attrs.stopThreshold = INT_MAX; in InitRenderAttrs()
H A Daudio_render_mmap_test.cpp66 attrs.stopThreshold = INT_MAX; in InitRenderAttrs()
/drivers/peripheral/audio/test/unittest/common/adapter/
H A Daudio_adapter_multchannel_test.cpp95 attrs.stopThreshold = INT_MAX; in InitMultchannelAttrs()
H A Daudio_adapter_direct_test.cpp96 attrs.stopThreshold = INT_MAX; in InitDirectAttrs()
/drivers/peripheral/bluetooth/audio/hal/hdi_passthrough/src/
H A Daudio_adapter.cpp152 ((attrs->startThreshold) >> SHIFT_RIGHT_31_BITS) + ((attrs->stopThreshold) >> SHIFT_RIGHT_31_BITS) + in CheckParaAttr()
228 hwRender->renderParam.frameRenderMode.attrs.stopThreshold = attrs->stopThreshold; in InitHwRenderParam()
/drivers/peripheral/audio/interfaces/2.0/include/
H A Daudio_types.h225 uint32_t stopThreshold; /**< Audio render stop threshold. */ member
/drivers/peripheral/audio/test/benchmarktest/capture/
H A Daudio_capture_mmap_benchmarktest.cpp83 attrs.stopThreshold = INT_MAX; in InitCaptureAttrs()
/drivers/peripheral/audio/interfaces/sound/v1_0/
H A Daudio_types_vdi.h347 uint32_t stopThreshold; member
/drivers/peripheral/audio/interfaces/include/
H A Daudio_types.h224 uint32_t stopThreshold; /**< Audio render stop threshold. */ member
/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_mmap_benchmarktest.cpp70 attrs.stopThreshold = INT_MAX; in InitRenderAttrs()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h152 uint32_t stopThreshold; member
283 uint32_t stopThreshold; member
/drivers/hdf_core/framework/model/audio/common/src/
H A Daudio_platform_base.c155 platformData->renderPcmInfo.stopThreshold = param->stopThreshold; in AudioSetPcmInfo()
173 platformData->capturePcmInfo.stopThreshold = param->stopThreshold; in AudioSetPcmInfo()
/drivers/peripheral/audio/hal/hdi_passthrough/include/
H A Daudio_internal.h159 uint32_t stopThreshold; member
287 uint32_t stopThreshold; member

Completed in 17 milliseconds

123