作者: milkyjing 时间: 2012-4-25 12:32:30 标题: the process of parsing
1. get the TCAS_BUF as input of tcas_parse, with extra parameters (resolution and fps)
2. use _tcaxlib_convert_tcas_list_to_buf function to create the TCAS_BUF to uncompressed tcas buffer.
3. use libtcas_compress_raw_chunks function to compress the uncompressed tcas buffer to compressed tcas buffer.
4. libtcas_stream_parser_init & libtcas_stream_parser_parse & libtcas_stream_parser_fin functions to parse the compressed tcas buffer and convert to vector of parsed chunks.
5. convert the parsed chunks back to TCAS_BUF
作者: milkyjing 时间: 2012-4-27 16:04:02
End of the issue, though with some details to handle.