Searched refs:e_chroma_fmt (Results 1 – 5 of 5) sorted by relevance
739 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_check_out_buf_size()741 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_check_out_buf_size()743 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_check_out_buf_size()745 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_check_out_buf_size()747 else if((ps_codec->e_chroma_fmt == IV_YUV_420SP_UV) in ihevcd_check_out_buf_size()748 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_check_out_buf_size()751 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_check_out_buf_size()757 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_check_out_buf_size()763 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_check_out_buf_size()769 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_check_out_buf_size()[all …]
220 ps_dec_op->e_output_format = ps_codec->e_chroma_fmt; in ihevcd_fill_outargs()274 if(ps_codec->e_chroma_fmt != IV_YUV_420P) in ihevcd_fill_outargs()312 if((IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()313 || (IV_YUV_420SP_UV == ps_codec->e_chroma_fmt)) in ihevcd_fill_outargs()325 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fill_outargs()501 == ps_codec->e_chroma_fmt))) in ihevcd_decode()543 ps_codec->e_chroma_fmt, in ihevcd_decode()754 ((0 == ps_codec->i4_share_disp_buf) || (IV_YUV_420P == ps_codec->e_chroma_fmt))) in ihevcd_decode()829 (IV_YUV_420P == ps_codec->e_chroma_fmt)) && in ihevcd_decode()920 ps_codec->e_chroma_fmt, in ihevcd_decode()
1061 if(IV_YUV_420SP_VU == ps_codec->e_chroma_fmt) in ihevcd_init()1198 ps_codec->e_chroma_fmt = ps_create_ip->s_ivd_create_ip_t.e_output_format; in ihevcd_allocate_static_bufs()2208 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame()2227 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_set_display_frame()2365 if(ps_codec->e_chroma_fmt == IV_YUV_420P) in ihevcd_get_status()2367 else if(ps_codec->e_chroma_fmt == IV_YUV_422ILE) in ihevcd_get_status()2369 else if(ps_codec->e_chroma_fmt == IV_RGB_565) in ihevcd_get_status()2371 else if(ps_codec->e_chroma_fmt == IV_RGBA_8888) in ihevcd_get_status()2373 else if((ps_codec->e_chroma_fmt == IV_YUV_420SP_UV) in ihevcd_get_status()2374 || (ps_codec->e_chroma_fmt == IV_YUV_420SP_VU)) in ihevcd_get_status()[all …]
756 if((1 == ps_codec->i4_share_disp_buf) && (IV_YUV_420P == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()831 … if((IV_YUV_420SP_UV == ps_codec->e_chroma_fmt) || (IV_YUV_420SP_VU == ps_codec->e_chroma_fmt)) in ihevcd_fmt_conv()843 else if(IV_YUV_420P == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()874 else if(IV_RGB_565 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()887 else if(IV_RGBA_8888 == ps_codec->e_chroma_fmt) in ihevcd_fmt_conv()
1723 IV_COLOR_FORMAT_T e_chroma_fmt; member