Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h515 bool calculateCodecTimestamp_l(nsecs_t bufferTimeNs, int64_t *codecTimeUs);
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp808 nsecs_t bufferTimeNs, int64_t *codecTimeUs) { in calculateCodecTimestamp_l() argument
809 int64_t timeUs = bufferTimeNs / 1000; in calculateCodecTimestamp_l()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3OutputUtils.cpp914 nsecs_t bufferTimeNs = systemTime(); in returnOutputBuffers() local
915 int32_t captureLatencyMs = ns2ms(bufferTimeNs - requestTimeNs); in returnOutputBuffers()