Searched defs: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.cpp861 jlong* nTimestamp = (jlong *) env->GetPrimitiveArrayCritical(jTimestamp, NULL); local
862 if (nTimestamp == NULL) {
866 nTimestamp[0] = (jlong) timestamp.mPosition;
867 nTimestamp[1] = (jlong) ((timestamp.mTime.tv_sec * 1000000000LL) + timestamp.mTime.tv_nsec);
868 env->ReleasePrimitiveArrayCritical(jTimestamp, nTimestamp, 0);

Completed in 372 milliseconds