Home
last modified time | relevance | path

Searched refs:codecDataBytes (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dalloc.c31 OI_UINT32 codecDataBytes, in OI_CODEC_SBC_Alloc() argument
54 if (subdataSize > codecDataBytes) { in OI_CODEC_SBC_Alloc()
58 …filterBufferCount = (codecDataBytes - subdataSize) / (sizeof(common->filterBuffer[0][0]) * SBC_MAX… in OI_CODEC_SBC_Alloc()
67 OI_ASSERT(codecDataBytes >= subdataSize); in OI_CODEC_SBC_Alloc()
68 codecDataBytes -= subdataSize; in OI_CODEC_SBC_Alloc()
74 OI_ASSERT(codecDataBytes >= allocSize); in OI_CODEC_SBC_Alloc()
76 codecDataBytes -= allocSize; in OI_CODEC_SBC_Alloc()
/hal_espressif-latest/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_codec_sbc_private.h222 OI_UINT32 codecDataBytes,