Searched defs:blocm_x_subband (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c1916 UINT16 blocm_x_subband = btif_media_cb.encoder.s16NumOfSubBands * \ local
1921 UINT16 bytes_needed = blocm_x_subband * btif_media_cb.encoder.s16NumOfChannels * \
1971 src_samples = blocm_x_subband;
2077 UINT16 blocm_x_subband = btif_media_cb.encoder.s16NumOfSubBands * local
2103 memset(btif_media_cb.encoder.as16PcmBuffer, 0, blocm_x_subband
2137 btif_media_cb.timestamp += p_buf->layer_specific * blocm_x_subband;

Completed in 47 milliseconds