HomeSort by relevance Sort by last modified time
    Searched full:outtimestamp (Results 1 - 10 of 10) 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 82 OMX_S64 outtimestamp = 0; local
139 outtimestamp = buffers[INPORT_INDEX]->nTimeStamp;
196 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...]
  /frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp 65 bool processPendingEvents(nsecs_t* outTimestamp, int32_t* id, uint32_t* outCount);
155 nsecs_t* outTimestamp, int32_t* outId, uint32_t* outCount) {
168 *outTimestamp = ev.header.timestamp;
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 201 final long outTimeStamp = fullOutFile.lastModified (); // 0 if 'fullOutFile' does not exist or if an I/O error occurs
203 if (outTimeStamp > 0)
210 if (inTimeStamp <= outTimeStamp)
451 final long outTimeStamp = fullOutFile.lastModified (); // 0 if 'fullOutFile' does not exist or if an I/O error occurs
453 if (outTimeStamp > 0)
457 if (inTimeStamp <= outTimeStamp)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
APITest.cc 723 uint32_t outTimestamp = 0;
745 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp));
755 CHECK_ERROR_MT(myACM->PlayoutTimestamp(&outTimestamp));
757 //std::cout << outTimestamp << std::endl << std::flush;
758 estimDelay = (double) ((uint32_t)(inTimestamp - outTimestamp))
    [all...]
  /frameworks/native/include/gui/
IGraphicBufferProducer.h 284 inline void deflate(int64_t* outTimestamp, bool* outIsAutoTimestamp,
288 *outTimestamp = timestamp;
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 427 milliseconds