Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h496 bool calculateCodecTimestamp_l(nsecs_t bufferTimeNs, int64_t *codecTimeUs);
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp804 nsecs_t bufferTimeNs, int64_t *codecTimeUs) { in calculateCodecTimestamp_l() argument
805 int64_t timeUs = bufferTimeNs / 1000; in calculateCodecTimestamp_l()