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

  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 112 OMX_TICKS nVideoTime = 0; /* Video duration since last framerate calculation */
194 nVideoTime = pBufferHdr->nTimeStamp - nLastFrameRateUpdateTime;
196 if(nVideoTime < 0) {
223 if (nVideoTime != 0)
224 nTargetFrameRate = nFrameCounter * 1000000 / nVideoTime;
255 nVideoTime = 0;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 115 OMX_TICKS nVideoTime = 0; /* Video duration since last framerate calculation */
192 nVideoTime = pBufferHdr->nTimeStamp - nLastFrameRateUpdateTime;
194 if(nVideoTime < 0) {
221 if (nVideoTime != 0)
222 nTargetFrameRate = nFrameCounter * 1000000 / nVideoTime;
253 nVideoTime = 0;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 702 OMX_TICKS nVideoTime; /* Video duration since last framerate update */
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c     [all...]

Completed in 185 milliseconds