Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp804 nsecs_t bufferTimeNs, int64_t *codecTimeUs) { in calculateCodecTimestamp_l() argument
858 *codecTimeUs = mPrevFrameUs; in calculateCodecTimestamp_l()
868 int64_t codecTimeUs; in submitBuffer_l() local
869 if (!calculateCodecTimestamp_l(item.mTimestampNs, &codecTimeUs)) { in submitBuffer_l()
887 codecBufferId, graphicBuffer, codecTimeUs, buffer->getAcquireFenceFd()); in submitBuffer_l()
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h496 bool calculateCodecTimestamp_l(nsecs_t bufferTimeNs, int64_t *codecTimeUs);
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1923 int64_t codecTimeUs = getCodecTimestamp(timestamp); in emptyGraphicBuffer_l() local
1933 return emptyBuffer_l(header, flags, codecTimeUs, (intptr_t)header->pBuffer, fenceFd); in emptyGraphicBuffer_l()