HomeSort by relevance Sort by last modified time
    Searched refs:DeliverPendingOutputs (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc 109 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(
802 if (!DeliverPendingOutputs(jni, 0)) {
803 ALOGE << "OnMessage: DeliverPendingOutputs error";
    [all...]
androidmediaencoder_jni.cc 158 bool DeliverPendingOutputs(JNIEnv* jni);
438 DeliverPendingOutputs(jni);
568 if (!DeliverPendingOutputs(jni)) {
663 if (!DeliverPendingOutputs(jni)) {
    [all...]

Completed in 53 milliseconds