Searched refs:nativeIsSupported (Results 1 – 4 of 4) sorted by relevance
25 if (info.name.equalsIgnoreCase("VP9") && LibvpxVp9Encoder.nativeIsSupported()) { in createEncoder()41 if (LibvpxVp9Encoder.nativeIsSupported()) { in supportedCodecs()
32 if (codecType.getName().equalsIgnoreCase("VP9") && LibvpxVp9Decoder.nativeIsSupported()) { in createDecoder()48 if (LibvpxVp9Decoder.nativeIsSupported()) { in supportedCodecs()
21 static native boolean nativeIsSupported(); in nativeIsSupported() method in LibvpxVp9Decoder
26 static native boolean nativeIsSupported(); in nativeIsSupported() method in LibvpxVp9Encoder