Searched refs:rx_buffer_inx (Results 1 – 1 of 1) sorted by relevance
113 uint32_t rx_buffer_inx; member125 con.rx_buffer_inx = 0; in reset_connection()540 … res = con.data_read( con.param, &con.buffer[con.rx_buffer_inx], HEADER_SIZE - con.rx_buffer_inx ); in acamera_connection_process()547 con.rx_buffer_inx += res; in acamera_connection_process()548 if ( con.rx_buffer_inx >= HEADER_SIZE ) { in acamera_connection_process()560 …EADER_SIZE], MIN( CONNECTION_BUFFER_SIZE - HEADER_SIZE, con.rx_buffer_size - con.rx_buffer_inx ) ); in acamera_connection_process()567 con.rx_buffer_inx += res; in acamera_connection_process()568 if ( con.rx_buffer_inx >= con.rx_buffer_size ) { in acamera_connection_process()576 …res = con.data_read( con.param, &con.buffer[con.rx_buffer_inx], con.rx_buffer_size - con.rx_buffer… in acamera_connection_process()583 con.rx_buffer_inx += res; in acamera_connection_process()[all …]