Searched refs:u32BufferHighThreshold (Results 1 – 4 of 4) sorted by relevance
8702 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_HwDma_Reader1_Apply_Setting()8703 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_HwDma_Reader1_Apply_Setting()9470 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_HwDma_Reader1_Write()9652 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_HwDma_Reader2_Apply_Setting()9653 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_HwDma_Reader2_Apply_Setting()10429 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_HwDma_Reader2_Write()10622 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_SwDma_Reader1_Apply_Setting()10623 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_SwDma_Reader1_Apply_Setting()11368 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_SwDma_Reader1_Write()11562 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_R2Dma_Reader1_Apply_Setting()[all …]
9437 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_HwDma_Reader1_Apply_Setting()9438 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_HwDma_Reader1_Apply_Setting()10205 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_HwDma_Reader1_Write()10387 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_HwDma_Reader2_Apply_Setting()10388 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_HwDma_Reader2_Apply_Setting()11164 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_HwDma_Reader2_Write()11357 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_SwDma_Reader1_Apply_Setting()11358 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_SwDma_Reader1_Apply_Setting()12103 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_SwDma_Reader1_Write()12297 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_R2Dma_Reader1_Apply_Setting()[all …]
8988 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_HwDma_Reader1_Apply_Setting()8989 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_HwDma_Reader1_Apply_Setting()9756 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_HwDma_Reader1_Write()9938 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_HwDma_Reader2_Apply_Setting()9939 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_HwDma_Reader2_Apply_Setting()10715 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_HwDma_Reader2_Write()10908 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_SwDma_Reader1_Apply_Setting()10909 AUDIO_DO_ALIGNMENT(pPCM->pPcmBufferInfo->u32BufferHighThreshold, u32TargetAlignmentSize); in HAL_AUDIO_PCM_SwDma_Reader1_Apply_Setting()11654 if ((u32PcmLevel + u32RequestSize) <= pPCM->pPcmBufferInfo->u32BufferHighThreshold) in HAL_AUDIO_PCM_SwDma_Reader1_Write()11848 pPCM->pPcmBufferInfo->u32BufferHighThreshold = u32TargetBufferSize - (u32TargetBufferSize >> 4); in HAL_AUDIO_PCM_R2Dma_Reader1_Apply_Setting()[all …]
488 MS_U32 u32BufferHighThreshold; member