OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mPortEOS
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
304
if (
mPortEOS
[kPortIndexInput]) {
378
if (
mPortEOS
[kPortIndexInput]) {
397
if (
mPortEOS
[kPortIndexOutput]) {
422
mPortEOS
[kPortIndexOutput] = true;
569
mPortEOS
[kPortIndexInput] = false;
570
mPortEOS
[kPortIndexOutput] = false;
640
mPortEOS
[kPortIndexInput] = true;
711
mPortEOS
[kPortIndexInput] = false;
712
mPortEOS
[kPortIndexOutput] = false;
815
mPortEOS
[kPortIndexOutput] = true
[
all
...]
/frameworks/av/include/media/stagefright/
MediaFilter.h
132
bool
mPortEOS
[2];
ACodec.h
265
bool
mPortEOS
[2];
/frameworks/av/media/libstagefright/
ACodec.cpp
541
mPortEOS
[kPortIndexInput] =
mPortEOS
[kPortIndexOutput] = false;
641
if (
mPortEOS
[kPortIndexInput] && !
mPortEOS
[kPortIndexOutput] &&
[
all
...]
Completed in 66 milliseconds