HomeSort by relevance Sort by last modified time
    Searched refs:outtimestamp (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 96 OMX_S64 outtimestamp = 0; local
162 outtimestamp = outBuf.timeStamp;
219 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp;
224 outtimestamp,
OMXVideoEncoderMPEG4.cpp 90 OMX_S64 outtimestamp = 0; local
167 outtimestamp = outBuf.timeStamp;
223 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp;
OMXVideoEncoderVP8.cpp 83 OMX_S64 outtimestamp = 0; local
162 outtimestamp = buffers[INPORT_INDEX]->nTimeStamp;
219 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp;
OMXVideoEncoderAVC.cpp 514 OMX_S64 outtimestamp = outBuf.timeStamp; local
552 LOGV("emit one empty EOS OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp);
560 buffers[OUTPORT_INDEX]->nTimeStamp = outtimestamp;
565 LOGV("emit one OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp);
    [all...]

Completed in 115 milliseconds