Searched refs:nTimestamp (Results 1 – 2 of 2) sorted by relevance
134 OMX_TICKS nTimestamp; /**< timestamp .*/ member
1008 jlong* nTimestamp = (jlong *) env->GetPrimitiveArrayCritical(jTimestamp, NULL); in android_media_AudioTrack_get_timestamp() local1009 if (nTimestamp == NULL) { in android_media_AudioTrack_get_timestamp()1013 nTimestamp[0] = (jlong) timestamp.mPosition; in android_media_AudioTrack_get_timestamp()1014 nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000LL) + timestamp.mTime.tv_nsec); in android_media_AudioTrack_get_timestamp()1015 env->ReleasePrimitiveArrayCritical(jTimestamp, nTimestamp, 0); in android_media_AudioTrack_get_timestamp()