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