Searched refs:DeliverPendingOutputs (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediadecoder_jni.cc109 bool DeliverPendingOutputs(JNIEnv* jni, int dequeue_timeout_us);
524 if (!DeliverPendingOutputs(jni, kMediaCodecPollMs)) {
525 ALOGE << "DeliverPendingOutputs error. Frames received: " <<
586 if (!DeliverPendingOutputs(jni, 0)) {
587 ALOGE << "DeliverPendingOutputs error";
594 bool MediaCodecVideoDecoder::DeliverPendingOutputs( function in class:webrtc_jni::MediaCodecVideoDecoder
802 if (!DeliverPendingOutputs(jni, 0)) {
803 ALOGE << "OnMessage: DeliverPendingOutputs error";
H A Dandroidmediaencoder_jni.cc158 bool DeliverPendingOutputs(JNIEnv* jni);
438 DeliverPendingOutputs(jni);
568 if (!DeliverPendingOutputs(jni)) {
663 if (!DeliverPendingOutputs(jni)) {
835 bool MediaCodecVideoEncoder::DeliverPendingOutputs(JNIEnv* jni) { function in class:webrtc_jni::MediaCodecVideoEncoder

Completed in 87 milliseconds