Home
last modified time | relevance | path

Searched refs:nativeIsSupported (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/sdk/android/api/org/webrtc/
DSoftwareVideoEncoderFactory.java25 if (info.name.equalsIgnoreCase("VP9") && LibvpxVp9Encoder.nativeIsSupported()) { in createEncoder()
41 if (LibvpxVp9Encoder.nativeIsSupported()) { in supportedCodecs()
DSoftwareVideoDecoderFactory.java32 if (codecType.getName().equalsIgnoreCase("VP9") && LibvpxVp9Decoder.nativeIsSupported()) { in createDecoder()
48 if (LibvpxVp9Decoder.nativeIsSupported()) { in supportedCodecs()
DLibvpxVp9Decoder.java21 static native boolean nativeIsSupported(); in nativeIsSupported() method in LibvpxVp9Decoder
DLibvpxVp9Encoder.java26 static native boolean nativeIsSupported(); in nativeIsSupported() method in LibvpxVp9Encoder