Searched refs:nTimestamp (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/media/openmax/
H A DOMX_Other.h134 OMX_TICKS nTimestamp; /**< timestamp .*/ member in struct:OMX_TIME_CONFIG_TIMESTAMPTYPE
/frameworks/base/core/jni/
H A Dandroid_media_AudioTrack.cpp755 jlong* nTimestamp = (jlong *) env->GetPrimitiveArrayCritical(jTimestamp, NULL); local
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);

Completed in 148 milliseconds