Searched refs:tot_bufsize (Results 1 - 2 of 2) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp335 static long long tot_bufsize = 0; variable
1121 tot_bufsize += pBuffer->nFilledLen;
2321 printf("\nEncoder Bitrate :%lf Kbps",(tot_bufsize*8)/(enc_time_sec*1000));
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp364 static long long tot_bufsize = 0; variable
1133 tot_bufsize += pBuffer->nFilledLen;
2321 printf("\nEncoder Bitrate :%lf Kbps",(tot_bufsize*8)/(enc_time_sec*1000));

Completed in 36 milliseconds