HomeSort by relevance Sort by last modified time
    Searched refs:kOutputPortIndex (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 126 def.nPortIndex = kOutputPortIndex;
152 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef;
201 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef;
224 notify(OMX_EventPortSettingsChanged, kOutputPortIndex, 0, NULL);
237 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef;
242 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
246 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
497 bool outputPort = (newParams->nPortIndex == kOutputPortIndex);
533 if (rectParams->nPortIndex != kOutputPortIndex) {
553 if (colorAspectsParams->nPortIndex != kOutputPortIndex) {
    [all...]
SoftVideoEncoderOMXComponent.cpp 122 def.nPortIndex = kOutputPortIndex;
166 OMX_PARAM_PORTDEFINITIONTYPE *outDef = &editPortInfo(kOutputPortIndex)->mDef;
196 } else if (port->nPortIndex == kOutputPortIndex) {
272 } else if (format->nPortIndex == kOutputPortIndex) {
293 if (storeParam->nPortIndex == kOutputPortIndex) {
341 } else if (formatParams->nPortIndex == kOutputPortIndex) {
360 if (profileLevel->nPortIndex != kOutputPortIndex) {
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVP8Encoder.cpp 123 if (vp8Params->nPortIndex != kOutputPortIndex) {
136 if (vp8Params->nPortIndex != kOutputPortIndex) {
SoftVP9Encoder.cpp 115 if (vp9Params->nPortIndex != kOutputPortIndex) {
129 if (vp9Params->nPortIndex != kOutputPortIndex) {
SoftVPXEncoder.cpp 352 if (bitrate->nPortIndex != kOutputPortIndex) {
415 if (params->nPortIndex != kOutputPortIndex) {
432 if (params->nPortIndex != kOutputPortIndex) {
450 if (bitrate->nPortIndex != kOutputPortIndex) {
468 if (bitrate->nPortIndex != kOutputPortIndex) {
487 if (vpxAndroidParams->nPortIndex != kOutputPortIndex) {
503 if (vpxAndroidParams->nPortIndex != kOutputPortIndex) {
632 List<BufferInfo *> &outputBufferInfoQueue = getPortQueue(kOutputPortIndex);
SoftVPXEncoder.h 179 static const uint32_t kOutputPortIndex = 1;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 86 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
112 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
251 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
282 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
  /frameworks/av/media/libstagefright/include/
SoftVideoEncoderOMXComponent.h 73 kOutputPortIndex = 1,
SoftVideoDecoderOMXComponent.h 124 kOutputPortIndex = 1,
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.cpp 431 if (kOutputPortIndex == portIndex) {
495 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
651 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
  /frameworks/av/media/libstagefright/codecs/hevcdec/
SoftHEVC.cpp 431 if (kOutputPortIndex == portIndex) {
494 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
642 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.cpp 568 if (kOutputPortIndex == portIndex) {
608 List<BufferInfo *> &outQueue = getPortQueue(kOutputPortIndex);
784 notify(OMX_EventPortSettingsChanged, kOutputPortIndex,
  /frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.cpp 409 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(kOutputPortIndex)->mDef;

Completed in 482 milliseconds