Home | History | Annotate | Download | only in decoder

Lines Matching refs:bytes_avg

3042         double bytes_avg = total_bytes_comsumed / frm_cnt;
3043 double bitrate = (bytes_avg * 8 * s_app_ctx.fps) / 1000000;