Home
last modified time | relevance | path

Searched refs:frameBytes (Results 1 – 5 of 5) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Ddecoder-sbc.c43 OI_UINT32 *frameBytes) in FindSyncword() argument
50 if (*frameBytes == 0) { in FindSyncword()
62 while (*frameBytes && (**frameData != search1) && (**frameData != search2)) { in FindSyncword()
63 (*frameBytes)--; in FindSyncword()
66 if (*frameBytes) { in FindSyncword()
79 while (*frameBytes && (**frameData != OI_SBC_SYNCWORD)) { in FindSyncword()
80 (*frameBytes)--; in FindSyncword()
83 if (*frameBytes) { in FindSyncword()
185 OI_UINT32 *frameBytes, in internal_DecodeRaw() argument
203 if (*frameBytes < bodyLen) { in internal_DecodeRaw()
[all …]
Ddecoder-oina.c104 OI_UINT32 *frameBytes, in OI_CODEC_SBC_DecodeRaw() argument
111 frameBytes, in OI_CODEC_SBC_DecodeRaw()
/system/bt/embdrv/sbc/decoder/include/
Doi_codec_sbc.h329 OI_UINT32 *frameBytes,
359 OI_UINT32 *frameBytes,
373 OI_UINT32 frameBytes);
392 OI_UINT32 *frameBytes);
Doi_codec_sbc_private.h164 OI_UINT32 *frameBytes,
/system/bt/btif/src/
Dbtif_media_task.c357 unsigned long *frameBytes,