This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: LDC Node for Color convert

Part Number: TDA4VM

HI TI,
  I JUST want to use tivxVpacLdcNode to convert color format VX_DF_IMAGE_UYVY to VX_DF_IMAGE_NV12,LDC functionality not required.
Can the parameters be set to NULL?

ldcObj->node = tivxVpacLdcNode(graph, NULL, NULL,
NULL, NULL,
NULL, NULL, input_img,
output_img, NULL);
If that doesn't work, how do I set these parameters? 
ldcObj->config,ldcObj->region_config, ldcObj->mesh_config,ldcObj->mesh_img,ldcObj->dcc_config.
Best Regards!