Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_aptx_hd_encoder.cc338 const int COMPRESSION_RATIO = 4; in a2dp_vendor_aptx_hd_send_frames() local
339 size_t encoded_bytes = pcm_bytes_encoded / COMPRESSION_RATIO; in a2dp_vendor_aptx_hd_send_frames()
Da2dp_vendor_aptx_encoder.cc351 const int COMPRESSION_RATIO = 4; in a2dp_vendor_aptx_send_frames() local
352 size_t encoded_bytes = pcm_bytes_encoded / COMPRESSION_RATIO; in a2dp_vendor_aptx_send_frames()