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

/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp189 uint32_t nValues = mNumValuesInCurrEntry % mEntryCapacity; local
190 if (nEntries == 0 && nValues == 0) {
196 uint32_t pos = nEntries * mEntryCapacity + nValues;
/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp632 int *nValues = env->GetIntArrayElements(jValues, NULL); local
634 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int));

Completed in 94 milliseconds