Searched refs:cFormats (Results 1 – 1 of 1) sorted by relevance
1120 int* cFormats = NULL; in convertAudioPortFromNative() local1214 cFormats = new int[nAudioPort->num_formats]; in convertAudioPortFromNative()1217 if (!hasFormat(cFormats, numUniqueFormats, format)) { in convertAudioPortFromNative()1218 cFormats[numUniqueFormats++] = format; in convertAudioPortFromNative()1228 env->SetIntArrayRegion(jFormats, 0, numUniqueFormats, cFormats); in convertAudioPortFromNative()1326 if (cFormats != NULL) { in convertAudioPortFromNative()1327 delete[] cFormats; in convertAudioPortFromNative()