OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInputPortIndex
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h
99
static const uint32_t
kInputPortIndex
= 0;
SoftVPXEncoder.cpp
187
inputPort.nPortIndex =
kInputPortIndex
;
348
if (formatParams->nPortIndex ==
kInputPortIndex
) {
510
if (storeParam->nPortIndex !=
kInputPortIndex
) {
616
if (format->nPortIndex ==
kInputPortIndex
) {
622
OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(
kInputPortIndex
)->mDef;
658
if (port->nPortIndex ==
kInputPortIndex
) {
675
OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(
kInputPortIndex
)->mDef;
725
List<BufferInfo *> &inputBufferInfoQueue = getPortQueue(
kInputPortIndex
);
/frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h
68
kInputPortIndex
= 0,
/frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp
72
def.nPortIndex =
kInputPortIndex
;
121
OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(
kInputPortIndex
)->mDef;
159
if (formatParams->nPortIndex ==
kInputPortIndex
) {
179
if (profileLevel->nPortIndex !=
kInputPortIndex
) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp
86
List<BufferInfo *> &inQueue = getPortQueue(
kInputPortIndex
);
110
List<BufferInfo *> &inQueue = getPortQueue(
kInputPortIndex
);
310
if (portIndex ==
kInputPortIndex
) {
Completed in 43 milliseconds