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

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

Completed in 57 milliseconds