Commit 6e4fc475 by Googler Committed by Marc Baechinger

Fix ConcurrentHashMap usage in demo MediaPipeProcessor.

PiperOrigin-RevId: 465563540
parent c09b34a6
...@@ -69,7 +69,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull; ...@@ -69,7 +69,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
* @param inputStreamName Name of the input video stream in the graph. * @param inputStreamName Name of the input video stream in the graph.
* @param outputStreamName Name of the input video stream in the graph. * @param outputStreamName Name of the input video stream in the graph.
*/ */
@SuppressWarnings("AndroidConcurrentHashMap") // Only used on API >= 23.
public MediaPipeProcessor( public MediaPipeProcessor(
Context context, Context context,
boolean useHdr, boolean useHdr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment