Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dbtstack_sbc_decoder_bluedroid.c117 static int find_h2_sync(const OI_BYTE *frame_data, OI_UINT32 frame_bytes, int * sync_word_nr){ in find_h2_sync() function
405 … int h2_sync_pos = find_h2_sync(frame_data, decoder_state->bytes_in_frame_buffer, &h2_syncword); in btstack_sbc_decoder_process_msbc_data()
H A Dbtstack_sbc_bluedroid.c196 static int find_h2_sync(const OI_BYTE *frame_data, OI_UINT32 frame_bytes, int * sync_word_nr){ in find_h2_sync() function
436 int h2_sync_pos = find_h2_sync(frame_data, state->bytes_in_frame_buffer, &h2_syncword); in btstack_sbc_decoder_bluedroid_process_msbc_data()