Home
last modified time | relevance | path

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

/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Other.h134 OMX_TICKS nTimestamp; /**< timestamp .*/ member
/frameworks/base/core/jni/
Dandroid_media_AudioTrack.cpp998 jlong* nTimestamp = (jlong *) env->GetPrimitiveArrayCritical(jTimestamp, NULL); in android_media_AudioTrack_get_timestamp() local
999 if (nTimestamp == NULL) { in android_media_AudioTrack_get_timestamp()
1003 nTimestamp[0] = (jlong) timestamp.mPosition; in android_media_AudioTrack_get_timestamp()
1004 nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000LL) + timestamp.mTime.tv_nsec); in android_media_AudioTrack_get_timestamp()
1005 env->ReleasePrimitiveArrayCritical(jTimestamp, nTimestamp, 0); in android_media_AudioTrack_get_timestamp()