Home | History | Annotate | Download | only in jni

Lines Matching defs:cFormats

920     int* cFormats = NULL;
1013 cFormats = new int[nAudioPort->num_formats];
1016 if (!hasFormat(cFormats, numUniqueFormats, format)) {
1017 cFormats[numUniqueFormats++] = format;
1027 env->SetIntArrayRegion(jFormats, 0, numUniqueFormats, cFormats);
1126 if (cFormats != NULL) {
1127 delete[] cFormats;