Searched refs:max_op_frm_ts (Results 1 – 2 of 2) sorted by relevance
2069 UWORD32 max_op_frm_ts; in h264dec_main() local3002 max_op_frm_ts = s_app_ctx.u4_max_frm_ts + s_app_ctx.disp_delay; in h264dec_main()3004 if(max_op_frm_ts < s_app_ctx.disp_delay) in h264dec_main()3005 max_op_frm_ts = 0xffffffff;/* clip as overflow has occured*/ in h264dec_main()3007 max_op_frm_ts = (s_app_ctx.u4_max_frm_ts > 0)? (max_op_frm_ts): 0xffffffff; in h264dec_main()3011 while(u4_op_frm_ts < max_op_frm_ts) in h264dec_main()
1920 UWORD32 max_op_frm_ts; in h264dec_main() local2836 max_op_frm_ts = s_app_ctx.u4_max_frm_ts + s_app_ctx.disp_delay; in h264dec_main()2838 if(max_op_frm_ts < s_app_ctx.disp_delay) in h264dec_main()2839 max_op_frm_ts = 0xffffffff; /* clip as overflow has occured*/ in h264dec_main()2841 max_op_frm_ts = (s_app_ctx.u4_max_frm_ts > 0) ? (max_op_frm_ts) : 0xffffffff; in h264dec_main()2845 while(u4_op_frm_ts < max_op_frm_ts) in h264dec_main()