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

/external/webrtc/talk/app/webrtc/java/jni/
H A Dandroidmediadecoder_jni.cc537 int j_input_buffer_index = jni->CallIntMethod(*j_media_codec_video_decoder_, local
539 if (CheckException(jni) || j_input_buffer_index < 0) {
545 jobject j_input_buffer = input_buffers_[j_input_buffer_index];
560 j_input_buffer_index << ". pTS: "
575 j_input_buffer_index,
H A Dandroidmediaencoder_jni.cc626 int j_input_buffer_index = jni->CallIntMethod(*j_media_codec_video_encoder_, local
629 if (j_input_buffer_index == -1) {
637 if (j_input_buffer_index == -2) {
642 j_input_buffer_index);

Completed in 59 milliseconds