Searched refs:nFormats (Results 1 – 1 of 1) sorted by relevance
124 int nFormats = native_get_num_file_formats(); in getOutputFileFormats() local125 if (nFormats == 0) return null; in getOutputFileFormats()127 int[] formats = new int[nFormats]; in getOutputFileFormats()128 for (int i = 0; i < nFormats; ++i) { in getOutputFileFormats()