Searched refs:u4_app_disp_width (Results 1 – 4 of 4) sorted by relevance
1030 ps_dec->u4_app_disp_width = 0; in ih264d_init_decoder()1706 if(ps_dec->u4_app_disp_width > pic_wd) in check_app_out_buf_size()1707 pic_wd = ps_dec->u4_app_disp_width; in check_app_out_buf_size()2879 if(ps_dec->u4_app_disp_width > pic_wd) in ih264d_get_status()2880 pic_wd = ps_dec->u4_app_disp_width; in ih264d_get_status()3053 if((WORD32)ps_dec->u4_app_disp_width > pic_wd) in ih264d_get_buf_info()3054 pic_wd = ps_dec->u4_app_disp_width; in ih264d_get_buf_info()3172 ps_dec->u4_app_disp_width = ps_ctl_ip->u4_disp_wd; in ih264d_set_params()3176 ps_dec->u4_app_disp_width = ps_ctl_ip->u4_disp_wd; in ih264d_set_params()3180 ps_dec->u4_app_disp_width = 0; in ih264d_set_params()[all …]
866 if(ps_dec->u4_app_disp_width > u2_frm_wd_y) in ih264d_parse_sps()867 u2_frm_wd_y = ps_dec->u4_app_disp_width; in ih264d_parse_sps()
990 if(ps_dec->u4_app_disp_width) in ih264d_get_next_display_field()993 ps_dec->u4_app_disp_width, in ih264d_get_next_display_field()
901 UWORD32 u4_app_disp_width; member