Searched defs:frame_size (Results 1 – 9 of 9) sorted by relevance
/btstack/3rd-party/lc3-google/fuzz/ |
H A D | efuzz.cc | 35 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 D | dfuzz.cc | 42 int frame_size = fdp.ConsumeIntegralInRange( in LLVMFuzzerTestOneInput() local
|
/btstack/src/ |
H A D | btstack_uart_slip_wrapper.c | 100 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 D | hci_transport_h5.c | 249 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 D | btstack_uart_posix.c | 472 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 D | lc3_cpp.h | 103 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 D | encoder.py | 61 frame_size = enc.get_frame_bytes(args.bitrate) variable
|
H A D | specgram.py | 66 frame_size = enc.get_frame_bytes(args.bitrate) variable
|
/btstack/3rd-party/lwip/core/src/apps/snmp/ |
H A D | snmp_msg.c | 1633 u16_t frame_size; in snmp_complete_outbound_frame() local
|