Searched refs:total_time (Results 1 – 5 of 5) sorted by relevance
/hardware/libhardware/modules/consumerir/ |
D | consumerir.c | 43 int total_time = 0; in consumerir_transmit() local 47 total_time += pattern[i]; in consumerir_transmit() 50 ALOGD("transmit for %d uS at %d Hz", total_time, carrier_freq); in consumerir_transmit() 51 usleep(total_time); in consumerir_transmit()
|
/hardware/qcom/camera/msm8998/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 244 uint32_t total_time = 0; in decoder_test() local 496 total_time += diff; in decoder_test() 498 __func__, diff, i+1, total_time, total_time/(i+1)); in decoder_test() 510 … __func__, p_args->back_to_back_count, total_time, total_time/p_args->back_to_back_count); in decoder_test()
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
D | main.c | 737 double total_time; in main() local 886 total_time = (1.0 * inv_get_tick_count() - start_time) / 1000; in main() 887 if (total_time > 0) { in main() 889 sample_count, total_time , 1.0 * sample_count / total_time); in main()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 616 float total_time = 0; in fbd_thread() local 841 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6 in fbd_thread() 845 printf("\nAvg decoding frame rate=%f\n", (fbd_cnt - 1)/total_time); in fbd_thread()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/ |
D | omx_vdec_test.cpp | 738 float total_time = 0; in fbd_thread() local 1044 total_time = ((float) ((t_end.tv_sec - t_start.tv_sec) * 1e6 in fbd_thread() 1048 printf("\nAvg decoding frame rate=%f\n", (fbd_cnt - 1)/total_time); in fbd_thread()
|