> Thanks for reply. > > Scaler method mean through DISP_CMD_SCALER_EXECUTE. > > Right now I am using neon based optimized method for conversion but it is too > slow. I want to do it through hardware if possible.
I am by no means an expert or familiar with the CedarX, but it looks like you can use the output __disp_fb_t's mode field to specify plane packing. DISP_MOD_NON_MB_UV_COMBINED (no macroblocks) or DISP_MOD_MB_UV_COMBINED (with macroblocks) seems to do the trick, although the order of the U and V samples is not mentioned. -- You received this message because you are subscribed to the Google Groups "linux-sunxi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
