Searched defs:codecTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp716 nsecs_t bufferTimeNs, int64_t *codecTimeUs) {
762 *codecTimeUs = mPrevFrameUs;
772 int64_t codecTimeUs; local
773 if (!calculateCodecTimestamp_l(item.mTimestampNs, &codecTimeUs)) {
791 codecBufferId, OMX_BUFFERFLAG_ENDOFFRAME, graphicBuffer, codecTimeUs,
715 calculateCodecTimestamp_l( nsecs_t bufferTimeNs, int64_t *codecTimeUs) argument
H A DOMXNodeInstance.cpp1785 int64_t codecTimeUs = getCodecTimestamp(timestamp); local
1795 return emptyBuffer_l(header, flags, codecTimeUs, (intptr_t)header->pBuffer, fenceFd);

Completed in 103 milliseconds