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

  /frameworks/native/include/media/openmax/
OMX_Other.h 134 OMX_TICKS nTimestamp; /**< timestamp .*/
  /hardware/qcom/media/mm-core/inc/
OMX_Other.h 117 OMX_TICKS nTimestamp; /**< timestamp .*/
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 117 OMX_TICKS nTimestamp; /**< timestamp .*/
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Other.h 117 OMX_TICKS nTimestamp; /**< timestamp .*/
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 117 OMX_TICKS nTimestamp; /**< timestamp .*/
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 117 OMX_TICKS nTimestamp; /**< timestamp .*/
  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 755 jlong* nTimestamp = (jlong *) env->GetPrimitiveArrayCritical(jTimestamp, NULL);
756 if (nTimestamp == NULL) {
760 nTimestamp[0] = (jlong) timestamp.mPosition;
761 nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000LL) + timestamp.mTime.tv_nsec);
762 env->ReleasePrimitiveArrayCritical(jTimestamp, nTimestamp, 0);
    [all...]

Completed in 40 milliseconds