Our system uses generic YCbCr 16-bit parallel digital input (422). We need to encode it as H264 stream. We do not need any image processing block within VPFE except resizer to get YUV420SP format for H264 encoder.
Could someone help me confirm if my understanding of the following path is correct ?
16-bit parallel data -> ipipeif (src1) -> isif -> sdram -> ipipeif(src2) -> ipipe(422) -> resizer (420sp)
Is there any additional path that can send 16-bit YCbCr422 data to resizer directly and skip isif and ipipe ?
Thanks.
Bo