Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_opus_encoder.cc365 uint32_t temp_bytes_read = 0; in a2dp_opus_encode_frames() local
366 if (a2dp_opus_read_feeding(read_buffer, &temp_bytes_read)) { in a2dp_opus_encode_frames()
367 bytes_read += temp_bytes_read; in a2dp_opus_encode_frames()
Da2dp_vendor_ldac_encoder.cc445 uint32_t temp_bytes_read = 0; in a2dp_ldac_encode_frames() local
446 if (a2dp_ldac_read_feeding(read_buffer, &temp_bytes_read)) { in a2dp_ldac_encode_frames()
447 bytes_read += temp_bytes_read; in a2dp_ldac_encode_frames()