Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp257 uint32_t nValues = mNumValuesInCurrEntry % ENTRY_SIZE; in add() local
258 if (nEntries == 0 && nValues == 0) { in add()
264 uint32_t pos = nEntries * ENTRY_SIZE + nValues; in add()
/aosp12/frameworks/base/core/jni/
H A Dandroid_media_AudioSystem.cpp885 int *nValues = env->GetIntArrayElements(jValues, NULL); in convertAudioGainConfigToNative() local
887 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int)); in convertAudioGainConfigToNative()