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

  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 273 unsigned int timestampInterval = 33333;
671 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval))
674 pBuffer->nTimeStamp, lastTimestamp + timestampInterval);
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 403 unsigned int timestampInterval = 33333;
799 if (pBuffer->nTimeStamp != (lastTimestamp + timestampInterval)) {
801 pBuffer->nTimeStamp, lastTimestamp + timestampInterval);
    [all...]

Completed in 36 milliseconds