Home
last modified time | relevance | path

Searched refs:outtimestamp (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.cpp96 OMX_S64 outtimestamp = 0; in ProcessorProcess() local
162 outtimestamp = outBuf.timeStamp; in ProcessorProcess()
219 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; in ProcessorProcess()
224 outtimestamp, in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp90 OMX_S64 outtimestamp = 0; in ProcessorProcess() local
167 outtimestamp = outBuf.timeStamp; in ProcessorProcess()
223 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; in ProcessorProcess()
DOMXVideoEncoderVP8.cpp83 OMX_S64 outtimestamp = 0; in ProcessorProcess() local
162 outtimestamp = buffers[INPORT_INDEX]->nTimeStamp; in ProcessorProcess()
219 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; in ProcessorProcess()
DOMXVideoEncoderAVC.cpp514 OMX_S64 outtimestamp = outBuf.timeStamp; in ProcessDataRetrieve() local
552 …d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp); in ProcessDataRetrieve()
560 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; in ProcessDataRetrieve()
565 …d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp); in ProcessDataRetrieve()