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

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

Completed in 68 milliseconds