OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:j_input_buffer_index
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/app/webrtc/java/jni/
androidmediadecoder_jni.cc
537
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
,
[
all
...]
androidmediaencoder_jni.cc
626
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
);
[
all
...]
Completed in 37 milliseconds