HomeSort by relevance Sort by last modified time
    Searched defs:nValues (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/jni/
android_media_AudioSystem.cpp 570 int *nValues = env->GetIntArrayElements(jValues, NULL);
572 memcpy(nAudioGainConfig->values, nValues, size * sizeof(int));
    [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 175 uint32_t nValues = mNumValuesInCurrEntry % mEntryCapacity;
176 if (nEntries == 0 && nValues == 0) {
182 uint32_t pos = nEntries * mEntryCapacity + nValues;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 141 milliseconds