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

/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp651 int *nValues = env->GetIntArrayElements(jValues, NULL); local
653 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int));
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp218 uint32_t nValues = mNumValuesInCurrEntry % ENTRY_SIZE; local
219 if (nEntries == 0 && nValues == 0) {
225 uint32_t pos = nEntries * ENTRY_SIZE + nValues;

Completed in 57 milliseconds