Searched refs:temp_bytes_read (Results 1 – 2 of 2) sorted by relevance
365 uint32_t temp_bytes_read = 0; in a2dp_opus_encode_frames() local366 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()
445 uint32_t temp_bytes_read = 0; in a2dp_ldac_encode_frames() local446 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()