Searched refs:vpxDecode (Results 1 – 2 of 2) sorted by relevance
139 : vpxDecode(vpxDecContext, inputData, inputSize); in decode()198 private native long vpxDecode(long context, ByteBuffer encoded, int length); in vpxDecode() method in VpxDecoder
493 DECODER_FUNC(jlong, vpxDecode, jlong jContext, jobject encoded, jint len) { in DECODER_FUNC() argument