I'm trying to create an application that decodes and displays a signal but the image appears blurry. I decode frames until outArgs.outputID[ 0 ] > 0. Then I pass the value in outArgs.displayBufs[ 0 ].bufDesc[ 0 ].buf to address.buffers[ VDCE_BUF_IN ].virt_ptr and do a chroma conversion. The outArgs.displayBufs[ 0 ].frameWidth and frameHeight are 720 x 480, which is what I'm trying to display. The framePitch is 768. If I use this value for address.src_horz_pitch, the VDCE_START ioctl returns an invalid size error. Any suggestions where I'm going wrong?