Searched refs:outtimestamp (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderH263.cpp | 96 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()
|
D | OMXVideoEncoderMPEG4.cpp | 90 OMX_S64 outtimestamp = 0; in ProcessorProcess() local 167 outtimestamp = outBuf.timeStamp; in ProcessorProcess() 223 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; in ProcessorProcess()
|
D | OMXVideoEncoderVP8.cpp | 83 OMX_S64 outtimestamp = 0; in ProcessorProcess() local 162 outtimestamp = buffers[INPORT_INDEX]->nTimeStamp; in ProcessorProcess() 219 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp; in ProcessorProcess()
|
D | OMXVideoEncoderAVC.cpp | 514 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()
|