This file contains the definition of the streamer filesystem functionality.
More...
◆ streamer_build_fs_pipeline()
int streamer_build_fs_pipeline |
( |
int8_t |
pipeline_index, |
|
|
const char * |
out_dev_name, |
|
|
StreamPipelineType |
pipeline_type, |
|
|
STREAMER_T * |
task_data |
|
) |
| |
- Parameters
-
pipeline_index | Pipeline index |
out_dev_name | Out device name |
pipeline_type | Pipeline type |
task_data | Pointer to streamer object |
- Returns
- int
◆ streamer_destroy_fs_pipeline()
int streamer_destroy_fs_pipeline |
( |
int8_t |
pipeline_index, |
|
|
STREAMER_T * |
task_data |
|
) |
| |
- Parameters
-
pipeline_index | Pipeline index |
task_data | Pointer to streamer object |
- Returns
- int
◆ streamer_get_fs_pipeline_config()
Assign corresponding decoder type according to the file extension
- Parameters
-
[in] | filename | Input file name |
[out] | config | Output config structure |
- Returns
- int
◆ stream_type_conversion()
const int32_t stream_type_conversion |
( |
int32_t |
stream_type | ) |
|
- Parameters
-
[in] | stream_type | CCI stream type. |
- Return values
-
◆ cci_decoder_type_conversion()
const uint8_t cci_decoder_type_conversion |
( |
DecoderType |
decoder_type | ) |
|
- Parameters
-
[in] | decoder_type | Decoder type. |
- Return values
-