Home
last modified time | relevance | path

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

/frameworks/base/media/jni/
Dandroid_media_VolumeShaper.h124 jfloatArray *xarray = reinterpret_cast<jfloatArray*>(&xobj); in convertJobjectToConfiguration() local
125 jsize xlen = env->GetArrayLength(*xarray); in convertJobjectToConfiguration()
127 env->GetFloatArrayElements(*xarray, nullptr /* isCopy */); in convertJobjectToConfiguration()
140 env->ReleaseFloatArrayElements(*xarray, x, JNI_ABORT); // no need to copy back in convertJobjectToConfiguration()
149 jfloatArray xarray = nullptr; in convertVolumeShaperToJobject() local
153 jfloatArray xarray = env->NewFloatArray(configuration->size()); in convertVolumeShaperToJobject() local
155 float * const x = env->GetFloatArrayElements(xarray, nullptr /* isCopy */); in convertVolumeShaperToJobject()
162 env->ReleaseFloatArrayElements(xarray, x, 0 /* mode */); in convertVolumeShaperToJobject()
173 args[5].l = xarray; in convertVolumeShaperToJobject()