Searched refs:codecTimeUs (Results 1 – 3 of 3) sorted by relevance
/frameworks/av/media/libstagefright/bqhelper/ |
D | GraphicBufferSource.cpp | 804 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/ |
D | GraphicBufferSource.h | 496 bool calculateCodecTimestamp_l(nsecs_t bufferTimeNs, int64_t *codecTimeUs);
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1923 int64_t codecTimeUs = getCodecTimestamp(timestamp); in emptyGraphicBuffer_l() local 1933 return emptyBuffer_l(header, flags, codecTimeUs, (intptr_t)header->pBuffer, fenceFd); in emptyGraphicBuffer_l()
|