Searched refs:timeStamp (Results 1 - 25 of 43) sorted by relevance

12

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderDefs.h130 int64_t timeStamp; member in struct:VideoDecodeBuffer
171 int64_t timeStamp; // presentation time stamp member in struct:VideoErrorBuffer
179 int64_t timeStamp; // presentation time stamp member in struct:VideoRenderBuffer
H A DVideoDecoderMPEG4.cpp151 mCurrentPTS = buffer->timeStamp;
221 mLastReference->renderBuffer.timeStamp = mCurrentPTS;
231 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
330 mAcquiredBuffer->renderBuffer.timeStamp += increment;
333 mCurrentPTS = mAcquiredBuffer->renderBuffer.timeStamp;
396 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
H A DVideoDecoderWMV.cpp134 mCurrentPTS = buffer->timeStamp;
155 mAcquiredBuffer->renderBuffer.timeStamp = mCurrentPTS;
171 mAcquiredBuffer->renderBuffer.timeStamp = buffer->timeStamp;
H A DVideoDecoderBase.cpp285 vaStatus = vaSetTimestampForSurface(mVADisplay, outputByPos->renderBuffer.surface, outputByPos->renderBuffer.timeStamp);
329 //VTRACE("Output POC %d for display (pts = %.2f)", output->pictureOrder, output->renderBuffer.timeStamp/1E6);
330 vaStatus = vaSetTimestampForSurface(mVADisplay, output->renderBuffer.surface, output->renderBuffer.timeStamp);
352 if ((uint64_t)(p->renderBuffer.timeStamp) <= pts) {
354 pts = p->renderBuffer.timeStamp;
622 mAcquiredBuffer->renderBuffer.timeStamp = INVALID_PTS;
628 mAcquiredBuffer->renderBuffer.errBuf.timeStamp = INVALID_PTS;
682 //VTRACE("Pushing POC %d to queue (pts = %.2f)", mAcquiredBuffer->pictureOrder, mAcquiredBuffer->renderBuffer.timeStamp/1E6);
1252 mSurfaceBuffers[i].renderBuffer.timeStamp = 0;
1420 currentSurface->errBuf.timeStamp
[all...]
H A DVideoDecoderVP8.cpp157 mCurrentPTS = buffer->timeStamp;
195 mAcquiredBuffer->renderBuffer.timeStamp = buffer->timeStamp;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Baseport.h70 OMX_TICKS timeStamp; member in struct:_EXYNOS_OMX_DATABUFFER
100 OMX_TICKS timeStamp; member in struct:_EXYNOS_OMX_DATA
H A DExynos_OMX_Basecomponent.h88 OMX_TICKS timeStamp[MAX_TIMESTAMP]; member in struct:_EXYNOS_OMX_BASECOMPONENT
H A DExynos_OMX_Baseport.c857 pDataBuffer->timeStamp = 0;
877 pData->timeStamp = 0;
903 pData->timeStamp = pUseBuffer->timeStamp;
921 pUseBuffer->timeStamp = pData->timeStamp;
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderVP8.cpp101 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
103 if (inBuf.timeStamp > mLastTimestamp) {
104 frameDuration = (OMX_U32)(inBuf.timeStamp - mLastTimestamp);
163 mLastTimestamp = inBuf.timeStamp;
H A DOMXVideoEncoderH263.cpp116 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
162 outtimestamp = outBuf.timeStamp;
H A DOMXVideoEncoderMPEG4.cpp107 inBuf.timeStamp = buffers[INPORT_INDEX]->nTimeStamp;
167 outtimestamp = outBuf.timeStamp;
H A DOMXVideoDecoderAVC.cpp222 p->timeStamp = mTimeStamp;
/hardware/intel/common/libmix/videoencoder/
H A DPVSoftMPEG4Encoder.cpp389 if (mCurTimestampUs <= inBuffer->timeStamp) {
391 mCurTimestampUs = inBuffer->timeStamp;
473 outBuffer->timeStamp = mCurTimestampUs;
474 LOG_I("info.mTimeUs %lld\n", outBuffer->timeStamp);
481 vin.timestamp = (outBuffer->timeStamp + 500) / 1000; // in ms
H A DVideoEncoderDef.h156 int64_t timeStamp; //reserved member in struct:__anon255
165 int64_t timeStamp; //reserved member in struct:__anon256
/hardware/intel/common/utils/ISV/include/
H A Disv_processor.h89 status_t calculateFps(int64_t timeStamp, uint32_t* fps);
/hardware/intel/common/wrs_omxil_core/core/inc/khronos/openmax/include/
H A DOMX_IntelVideoExt.h172 OMX_S64 timeStamp; // presentation time stamp member in struct:OMX_VIDEO_ERROR_BUFFER
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
H A DExynos_OMX_Adec.c420 dataBuffer->timeStamp = 0;
461 dataBuffer->timeStamp = dataBuffer->bufferHeader->nTimeStamp;
492 bufferHeader->nTimeStamp = dataBuffer->timeStamp;
525 dataBuffer->timeStamp = 0;
628 inputData->timeStamp = inputUseBuffer->timeStamp;
678 pExynosComponent->checkTimeStamp.startTimeStamp = inputData->timeStamp;
682 inputData->timeStamp, inputData->timeStamp / 1E6);
708 if (pExynosComponent->checkTimeStamp.startTimeStamp == outputData->timeStamp) {
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c290 pData->timeStamp = 0;
310 pData->timeStamp = 0;
537 srcInputData->timeStamp = inputUseBuffer->timeStamp;
561 pExynosComponent->checkTimeStamp.startTimeStamp = srcInputData->timeStamp;
565 srcInputData->timeStamp, srcInputData->timeStamp / 1E6);
607 dstOutputData->timeStamp, dstOutputData->timeStamp / 1E6);
610 if ((pExynosComponent->checkTimeStamp.startTimeStamp == dstOutputData->timeStamp)
[all...]
H A DExynos_OMX_VdecControl.c576 Exynos_OSAL_Memset(pExynosComponent->timeStamp, -19771003, sizeof(OMX_TICKS) * MAX_TIMESTAMP);
716 inputUseBuffer->timeStamp = inputUseBuffer->bufferHeader->nTimeStamp;
746 bufferHeader->nTimeStamp = dataBuffer->timeStamp;
1575 pData->timeStamp = pUseBuffer->timeStamp;
1593 pUseBuffer->timeStamp = pData->timeStamp;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c863 OMXBuffer->nTimeStamp = pSrcInputData->timeStamp;
1615 Exynos_OSAL_Memset(pExynosComponent->timeStamp, -19771003, sizeof(OMX_TICKS) * MAX_TIMESTAMP);
1737 pExynosComponent->timeStamp[pH264Dec->hMFCH264Handle.indexTimestamp] = pSrcInputData->timeStamp;
1739 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "input timestamp %lld us (%.2f secs), Tag: %d, nFlags: 0x%x", pSrcInputData->timeStamp, pSrcInputData->timeStamp / 1E6, pH264Dec->hMFCH264Handle.indexTimestamp, pSrcInputData->nFlags);
1794 pSrcOutputData->timeStamp = 0;
2011 pDstOutputData->timeStamp = pExynosComponent->timeStamp[pH264Dec->hMFCH264Handle.outputIndexTimestamp];
2016 pDstOutputData->timeStamp
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c967 OMXBuffer->nTimeStamp = pSrcInputData->timeStamp;
1782 Exynos_OSAL_Memset(pExynosComponent->timeStamp, -19771003, sizeof(OMX_TICKS) * MAX_TIMESTAMP);
1895 pExynosComponent->timeStamp[pMpeg4Dec->hMFCMpeg4Handle.indexTimestamp] = pSrcInputData->timeStamp;
1897 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "input timestamp %lld us (%.2f secs), Tag: %d, nFlags: 0x%x", pSrcInputData->timeStamp, pSrcInputData->timeStamp / 1E6, pMpeg4Dec->hMFCMpeg4Handle.indexTimestamp, pSrcInputData->nFlags);
1952 pSrcOutputData->timeStamp = 0;
2170 pDstOutputData->timeStamp = pExynosComponent->timeStamp[pMpeg4Dec->hMFCMpeg4Handle.outputIndexTimestamp];
2175 pDstOutputData->timeStamp
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c782 OMXBuffer->nTimeStamp = pSrcInputData->timeStamp;
1371 Exynos_OSAL_Memset(pExynosComponent->timeStamp, -19771003, sizeof(OMX_TICKS) * MAX_TIMESTAMP);
1484 pExynosComponent->timeStamp[pVp8Dec->hMFCVp8Handle.indexTimestamp] = pSrcInputData->timeStamp;
1486 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "input timestamp %lld us (%.2f secs), Tag: %d, nFlags: 0x%x", pSrcInputData->timeStamp, pSrcInputData->timeStamp / 1E6, pVp8Dec->hMFCVp8Handle.indexTimestamp, pSrcInputData->nFlags);
1541 pSrcOutputData->timeStamp = 0;
1761 pDstOutputData->timeStamp = pExynosComponent->timeStamp[pVp8Dec->hMFCVp8Handle.outputIndexTimestamp];
1766 pDstOutputData->timeStamp
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c219 pData->timeStamp = 0;
241 pData->timeStamp = 0;
533 srcInputData->timeStamp = inputUseBuffer->timeStamp;
571 pExynosComponent->checkTimeStamp.startTimeStamp = srcInputData->timeStamp;
575 srcInputData->timeStamp, srcInputData->timeStamp / 1E6);
605 if (pExynosComponent->checkTimeStamp.startTimeStamp == dstOutputData->timeStamp){
631 outputUseBuffer->timeStamp = dstOutputData->timeStamp;
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c847 OMXBuffer->nTimeStamp = pSrcInputData->timeStamp;
1650 Exynos_OSAL_Memset(pExynosComponent->timeStamp, -19771003, sizeof(OMX_TICKS) * MAX_TIMESTAMP);
1760 pExynosComponent->timeStamp[pH264Enc->hMFCH264Handle.indexTimestamp] = pSrcInputData->timeStamp;
1762 Exynos_OSAL_Log(EXYNOS_LOG_TRACE, "input timestamp %lld us (%.2f secs), Tag: %d, nFlags: 0x%x", pSrcInputData->timeStamp, pSrcInputData->timeStamp / 1E6, pH264Enc->hMFCH264Handle.indexTimestamp, pSrcInputData->nFlags);
1847 pSrcOutputData->timeStamp = 0;
1986 pDstOutputData->timeStamp = 0;
1993 pDstOutputData->timeStamp = pExynosComponent->timeStamp[pH264En
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp3680 const struct tm * const timeStamp = gmtime(&saveTime); local
3685 timeStamp->tm_hour,
3686 timeStamp->tm_min,
3687 timeStamp->tm_sec,
3697 timeStamp->tm_hour,
3698 timeStamp->tm_min,
3699 timeStamp->tm_sec,
3735 const struct tm * const timeStamp = gmtime(&saveTime); local
3740 timeStamp->tm_hour,
3741 timeStamp
[all...]

Completed in 470 milliseconds

12