Lines Matching refs:u1_chroma_format
128 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu…
1487 UWORD32 impeg2d_get_outbuf_size(WORD32 pic_wd,UWORD32 pic_ht, WORD32 u1_chroma_format,UWORD32 *p_bu… in impeg2d_get_outbuf_size() argument
1490 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size()
1492 else if(u1_chroma_format == IV_YUV_422ILE) in impeg2d_get_outbuf_size()
1494 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
1496 else if((u1_chroma_format == IV_YUV_420SP_UV) in impeg2d_get_outbuf_size()
1497 || (u1_chroma_format == IV_YUV_420SP_VU)) in impeg2d_get_outbuf_size()
1500 if(u1_chroma_format == IV_YUV_420P) in impeg2d_get_outbuf_size()
1508 else if(u1_chroma_format == IV_YUV_422ILE) in impeg2d_get_outbuf_size()
1515 else if(u1_chroma_format == IV_RGB_565) in impeg2d_get_outbuf_size()
1522 else if((u1_chroma_format == IV_YUV_420SP_UV) in impeg2d_get_outbuf_size()
1523 || (u1_chroma_format == IV_YUV_420SP_VU)) in impeg2d_get_outbuf_size()