Home
last modified time | relevance | path

Searched refs:u16PacketLength (Results 1 – 4 of 4) sorted by relevance

/system/bt/embdrv/sbc/encoder/srce/
Dsbc_encoder.c109 …if(idx > 0){if((idx&1)&&(pstrEncParams->u16PacketLength > (sbc_prtc_cb.base+(idx<<1)))) {tmp2=idx<…
277 …if(pstrEncParams->u16PacketLength > ((sbc_prtc_cb.fr[sbc_prtc_cb.index].idx * 2) + sbc_prtc_cb.bas… in SBC_Encoder()
278 …printf("len: %d, idx: %d\n", pstrEncParams->u16PacketLength, sbc_prtc_cb.fr[sbc_prtc_cb.index].idx… in SBC_Encoder()
280 …printf("len: %d, idx: %d!!!!\n", pstrEncParams->u16PacketLength, sbc_prtc_cb.fr[sbc_prtc_cb.index]… in SBC_Encoder()
Dsbc_packing.c227 pstrEncParams->u16PacketLength=pu8PacketPtr-pstrEncParams->pu8NextPacket+1; in EncPacking()
272 …pstrEncParams->pu8NextPacket+=pstrEncParams->u16PacketLength; /* move the pointer to the end in c… in EncPacking()
/system/bt/embdrv/sbc/encoder/include/
Dsbc_encoder.h189 UINT16 u16PacketLength; member
/system/bt/btif/src/
Dbtif_media_task.c2543 … A2D_SbcDescramble(btif_media_cb.encoder.pu8Packet, btif_media_cb.encoder.u16PacketLength); in btif_media_aa_prep_sbc_2_send()
2545 p_buf->len += btif_media_cb.encoder.u16PacketLength; in btif_media_aa_prep_sbc_2_send()
2569 } while (((p_buf->len + btif_media_cb.encoder.u16PacketLength) < btif_media_cb.TxAaMtuSize) in btif_media_aa_prep_sbc_2_send()