Lines Matching refs:u1_chroma_format
1253 ps_dec->u1_chroma_format = in ih264d_allocate_static_bufs()
1256 if((ps_dec->u1_chroma_format != IV_YUV_420P) in ih264d_allocate_static_bufs()
1257 && (ps_dec->u1_chroma_format in ih264d_allocate_static_bufs()
1259 && (ps_dec->u1_chroma_format in ih264d_allocate_static_bufs()
1670 UWORD8 u1_chroma_format, in ih264d_get_outbuf_size() argument
1675 if(u1_chroma_format == IV_YUV_420P) in ih264d_get_outbuf_size()
1677 else if(u1_chroma_format == IV_YUV_422ILE) in ih264d_get_outbuf_size()
1679 else if(u1_chroma_format == IV_RGB_565) in ih264d_get_outbuf_size()
1681 else if((u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_outbuf_size()
1682 || (u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_outbuf_size()
1685 if(u1_chroma_format == IV_YUV_420P) in ih264d_get_outbuf_size()
1691 else if(u1_chroma_format == IV_YUV_422ILE) in ih264d_get_outbuf_size()
1696 else if(u1_chroma_format == IV_RGB_565) in ih264d_get_outbuf_size()
1701 else if((u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_outbuf_size()
1702 || (u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_outbuf_size()
1734 ps_dec->u1_chroma_format, in check_app_out_buf_size()
2855 ps_ctl_op->e_output_chroma_format = ps_dec->u1_chroma_format; in ih264d_get_status()
2858 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_status()
2862 else if(ps_dec->u1_chroma_format == IV_YUV_422ILE) in ih264d_get_status()
2866 else if(ps_dec->u1_chroma_format == IV_RGB_565) in ih264d_get_status()
2870 else if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_status()
2871 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_status()
2889 if(ps_dec->u1_chroma_format == IV_YUV_420P) in ih264d_get_status()
2897 else if(ps_dec->u1_chroma_format == IV_YUV_422ILE) in ih264d_get_status()
2904 else if(ps_dec->u1_chroma_format == IV_RGB_565) in ih264d_get_status()
2911 else if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_status()
2912 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_status()
3029 pic_wd, pic_ht, ps_dec->u1_chroma_format, in ih264d_get_buf_info()
3548 if((ps_dec->u1_chroma_format == IV_YUV_420SP_UV) in ih264d_get_frame_dimensions()
3549 || (ps_dec->u1_chroma_format == IV_YUV_420SP_VU)) in ih264d_get_frame_dimensions()