Searched refs:formatStringPair (Results 1 – 2 of 2) sorted by relevance
372 private static HashMap<Integer, String> formatStringPair = new HashMap<>(); field in MuxerTest381 muxSelector[format] = selector.contains(formatStringPair.get(format));386 formatStringPair.put(MediaMuxer.OutputFormat.MUXER_OUTPUT_MPEG_4, "mp4"); in createFormatStringPair()387 formatStringPair.put(MediaMuxer.OutputFormat.MUXER_OUTPUT_WEBM, "webm"); in createFormatStringPair()388 formatStringPair.put(MediaMuxer.OutputFormat.MUXER_OUTPUT_3GPP, "3gp"); in createFormatStringPair()389 formatStringPair.put(MediaMuxer.OutputFormat.MUXER_OUTPUT_HEIF, "heif"); in createFormatStringPair()390 formatStringPair.put(MediaMuxer.OutputFormat.MUXER_OUTPUT_OGG, "ogg"); in createFormatStringPair()1215 mMediaType, formatStringPair.get(format)); in testNoCSDMux()
856 static const std::map<OutputFormat, const char*> formatStringPair = { in nativeTestSimpleMux() local866 auto it = formatStringPair.find((OutputFormat)fmt); in nativeTestSimpleMux()867 if (it == formatStringPair.end() || strstr(cselector, it->second) == nullptr) { in nativeTestSimpleMux()