Searched refs:vpxGetFrame (Results 1 – 2 of 2) sorted by relevance
167 int getFrameResult = vpxGetFrame(vpxDecContext, outputBuffer); in decode()212 private native int vpxGetFrame(long context, VideoDecoderOutputBuffer outputBuffer); in vpxGetFrame() method in VpxDecoder
526 DECODER_FUNC(jint, vpxGetFrame, jlong jContext, jobject jOutputBuffer) { in DECODER_FUNC() argument