Go to the source code of this file.
|
vx_status | app_init_ldc (vx_context context, LDCObj *ldcObj, SensorObj *sensorObj, char *objName, uint32_t num_cameras_enabled) |
| LDC module init helper function. More...
|
|
void | app_deinit_ldc (LDCObj *ldcObj) |
| LDC module deinit helper function. More...
|
|
void | app_delete_ldc (LDCObj *ldcObj) |
| LDC module delete helper function. More...
|
|
vx_status | app_create_graph_ldc (vx_graph graph, LDCObj *ldcObj, vx_object_array input_arr, const char *target) |
| LDC module create helper function. More...
|
|
vx_status | app_create_graph_ldc_write_output (vx_graph graph, LDCObj *ldcObj) |
| LDC module write output helper function. More...
|
|
vx_status | app_send_cmd_ldc_write_node (LDCObj *ldcObj, vx_uint32 start_frame, vx_uint32 num_frames, vx_uint32 num_skip) |
| LDC module write output helper function. More...
|
|