Home
last modified time | relevance | path

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

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