Searched refs:u4_app_disp_width (Results 1 – 4 of 4) sorted by relevance
1027 ps_dec->u4_app_disp_width = 0; in ih264d_init_decoder()1731 if(ps_dec->u4_app_disp_width > pic_wd) in check_app_out_buf_size()1732 pic_wd = ps_dec->u4_app_disp_width; in check_app_out_buf_size()2817 if(ps_dec->u4_app_disp_width > pic_wd) in ih264d_get_status()2818 pic_wd = ps_dec->u4_app_disp_width; in ih264d_get_status()2991 if((WORD32)ps_dec->u4_app_disp_width > pic_wd) in ih264d_get_buf_info()2992 pic_wd = ps_dec->u4_app_disp_width; in ih264d_get_buf_info()3088 ps_dec->u4_app_disp_width = ps_ctl_ip->u4_disp_wd; in ih264d_set_params()3092 ps_dec->u4_app_disp_width = ps_ctl_ip->u4_disp_wd; in ih264d_set_params()3096 ps_dec->u4_app_disp_width = 0; in ih264d_set_params()[all …]
879 if(ps_dec->u4_app_disp_width > u2_frm_wd_y) in ih264d_parse_sps()880 u2_frm_wd_y = ps_dec->u4_app_disp_width; in ih264d_parse_sps()
1020 if(ps_dec->u4_app_disp_width) in ih264d_get_next_display_field()1023 ps_dec->u4_app_disp_width, in ih264d_get_next_display_field()
901 UWORD32 u4_app_disp_width; member