OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPortIndexInput
(Results
1 - 8
of
8
) sorted by null
/frameworks/av/media/libstagefright/filters/
MediaFilter.cpp
211
CHECK(portIndex ==
kPortIndexInput
|| portIndex == kPortIndexOutput);
212
const bool isInput = portIndex ==
kPortIndexInput
;
251
if (portIndex ==
kPortIndexInput
) {
281
if (mPortEOS[
kPortIndexInput
]) {
319
if (mPortEOS[
kPortIndexInput
]) {
323
for (size_t i = 0; i < mBuffers[
kPortIndexInput
].size(); ++i) {
324
BufferInfo *info = &mBuffers[
kPortIndexInput
].editItemAt(i);
489
allocateBuffersOnPort(
kPortIndexInput
);
502
mPortEOS[
kPortIndexInput
] = false;
514
BufferInfo *info = findBufferByID(
kPortIndexInput
, bufferID)
[
all
...]
/frameworks/av/media/libstagefright/
ACodec.cpp
593
mPortEOS[
kPortIndexInput
] = mPortEOS[kPortIndexOutput] = false;
596
mPortMode[
kPortIndexInput
] = IOMX::kPortModePresetByteBuffer;
701
if (mPortEOS[
kPortIndexInput
] && !mPortEOS[kPortIndexOutput] &&
725
if (mBuffers[
kPortIndexInput
].size() == 0) {
843
portIndex ==
kPortIndexInput
? "input" : "output",
854
CHECK(portIndex ==
kPortIndexInput
|| portIndex == kPortIndexOutput);
891
if (portIndex ==
kPortIndexInput
) {
906
portIndex ==
kPortIndexInput
? "input" : "output");
935
portIndex ==
kPortIndexInput
? mInputFormat : mOutputFormat;
[
all
...]
MediaCodec.cpp
[
all
...]
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
50
static const OMX_U32
kPortIndexInput
= 0;
96
mInputBuffersWithCodec.size(), mNumPortBuffers[
kPortIndexInput
], \
110
mCopyToOmx(portIndex ==
kPortIndexInput
&& copy),
208
case
kPortIndexInput
: return "Input";
737
if (portIndex !=
kPortIndexInput
) {
915
if (portIndex !=
kPortIndexInput
&& portIndex != kPortIndexOutput) {
[
all
...]
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaFilter.h
91
kPortIndexInput
= 0,
MediaCodec.h
227
kPortIndexInput
= 0,
ACodec.h
144
kPortIndexInput
= 0,
/frameworks/av/media/libstagefright/omx/1.0/
WGraphicBufferSource.cpp
36
static const OMX_U32
kPortIndexInput
= 0;
166
def.nPortIndex =
kPortIndexInput
;
Completed in 97 milliseconds