Home
last modified time | relevance | path

Searched refs:currTime (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test_surfacetexture.cpp853 nsecs_t currTime = 0; in showMetadata() local
906 currTime = meta->timestamp; in showMetadata()
907 printf(" timestamp (ns): %llu\n", currTime); in showMetadata()
908 if (prevTime) printf("inter-shot time (ms): %llu\n", (currTime - prevTime) / 1000000l); in showMetadata()
909 prevTime = currTime; in showMetadata()
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
Dvenc_test.cpp1112 long long currTime = GetTimeStamp(); in FBD_CB() local
1125 long long currTime = GetTimeStamp(); in FBD_CB() local
1126 D("FBD_DELTA = %lld\n", currTime - prevTime); in FBD_CB()
1128 prevTime = currTime; in FBD_CB()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
Dvenc_test.cpp1125 long long currTime = GetTimeStamp(); in FBD_CB() local
1137 long long currTime = GetTimeStamp(); in FBD_CB() local
1138 D("FBD_DELTA = %lld\n", currTime - prevTime); in FBD_CB()
1141 prevTime = currTime; in FBD_CB()