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.

dm648 jpeg encode

I‘m using the jpeg encoder library ,input format for YUV422I (dynamicParams.inputChromaFormat = XDM_YUV_422ILE),and output format select (YUV420PJpegParams.forceChromaFormat       = XDM_YUV_420P) ,after the jpeg encoder the output file is  JPEG,but How can I verify that the output format  is YUV420P? whether the  input data  in accordance with the output format will be re-arrangedand then encode it?