Home
last modified time | relevance | path

Searched defs:frame_size (Results 1 – 9 of 9) sorted by relevance

/btstack/3rd-party/lc3-google/fuzz/
H A Defuzz.cc35 int encode(Encoder &e, int nchannels, int frame_size, FuzzedDataProvider &fdp, in encode()
52 int encode(Encoder &e, int frame_size, int nchannels, in encode()
93 int frame_size = fdp.ConsumeIntegralInRange( in LLVMFuzzerTestOneInput() local
H A Ddfuzz.cc42 int frame_size = fdp.ConsumeIntegralInRange( in LLVMFuzzerTestOneInput() local
/btstack/src/
H A Dbtstack_uart_slip_wrapper.c100 static void btstack_uart_slip_wrapper_send_frame(const uint8_t * frame, uint16_t frame_size){ in btstack_uart_slip_wrapper_send_frame()
128 uint16_t frame_size = btstack_slip_decoder_frame_size(); in btstack_uart_slip_wrapper_block_received() local
147 static void btstack_uart_slip_wrapper_set_frame_received( void (*frame_handler)(uint16_t frame_size in btstack_uart_slip_wrapper_set_frame_received()
H A Dhci_transport_h5.c249 static void hci_transport_slip_send_frame_with_dic(uint8_t * frame, uint16_t frame_size){ in hci_transport_slip_send_frame_with_dic()
488 static void hci_transport_h5_process_frame(uint16_t frame_size){ in hci_transport_h5_process_frame()
704 static void hci_transport_h5_frame_received(uint16_t frame_size){ in hci_transport_h5_frame_received()
/btstack/platform/posix/
H A Dbtstack_uart_posix.c472 uint16_t frame_size = 0; in btstack_uart_slip_posix_process_buffer() local
559 static void btstack_uart_slip_posix_send_frame(const uint8_t * frame, uint16_t frame_size){ in btstack_uart_slip_posix_send_frame()
598 static void btstack_uart_slip_posix_set_frame_received( void (*block_handler)(uint16_t frame_size)){ in btstack_uart_slip_posix_set_frame_received()
/btstack/3rd-party/lc3-google/include/
H A Dlc3_cpp.h103 int frame_size = block_size / nchannels_ in EncodeImpl() local
211 int frame_size = block_size / nchannels_ in DecodeImpl() local
/btstack/3rd-party/lc3-google/python/tools/
H A Dencoder.py61 frame_size = enc.get_frame_bytes(args.bitrate) variable
H A Dspecgram.py66 frame_size = enc.get_frame_bytes(args.bitrate) variable
/btstack/3rd-party/lwip/core/src/apps/snmp/
H A Dsnmp_msg.c1633 u16_t frame_size; in snmp_complete_outbound_frame() local