Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhfp_msbc.c66 static uint8_t hfp_msbc_buffer[2 * (MSBC_FRAME_SIZE + MSBC_EXTRA_SIZE)]; variable
82 … return (sizeof(hfp_msbc_buffer) - hfp_msbc_buffer_offset) >= (MSBC_FRAME_SIZE + MSBC_EXTRA_SIZE); in hfp_msbc_can_encode_audio_frame_now()
89 hfp_msbc_buffer[hfp_msbc_buffer_offset++] = hfp_msbc_header_h2_byte_0; in hfp_msbc_encode_audio_frame()
90hfp_msbc_buffer[hfp_msbc_buffer_offset++] = hfp_msbc_header_h2_byte_1_table[hfp_msbc_msbc_sequence… in hfp_msbc_encode_audio_frame()
95 (void)memcpy(hfp_msbc_buffer + hfp_msbc_buffer_offset, in hfp_msbc_encode_audio_frame()
100 hfp_msbc_buffer[hfp_msbc_buffer_offset++] = 0; in hfp_msbc_encode_audio_frame()
111 (void)memcpy(buf, hfp_msbc_buffer, bytes_to_copy); in hfp_msbc_read_from_stream()
112 …memmove(hfp_msbc_buffer, hfp_msbc_buffer + bytes_to_copy, sizeof(hfp_msbc_buffer) - bytes_to_copy); in hfp_msbc_read_from_stream()