Home
last modified time | relevance | path

Searched refs:calculateCodecTimestamp_l (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.cpp803 bool GraphicBufferSource::calculateCodecTimestamp_l( in calculateCodecTimestamp_l() function in android::GraphicBufferSource
869 if (!calculateCodecTimestamp_l(item.mTimestampNs, &codecTimeUs)) { in submitBuffer_l()