/frameworks/native/headers/media_plugin/media/openmax/ |
D | OMX_IVCommon.h | 193 OMX_U32 nPortIndex; /**< Port that this struct applies to */ member 207 OMX_U32 nPortIndex; /**< Port that this struct applies to */ member 246 OMX_U32 nPortIndex; member 267 OMX_U32 nPortIndex; member 287 OMX_U32 nPortIndex; member 333 OMX_U32 nPortIndex; member 352 OMX_U32 nPortIndex; member 370 OMX_U32 nPortIndex; member 407 OMX_U32 nPortIndex; member 425 OMX_U32 nPortIndex; member [all …]
|
D | OMX_Audio.h | 139 OMX_U32 nPortIndex; /**< Indicates which port to set */ member 179 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 224 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 298 OMX_U32 nPortIndex; /**< Port that this structure applies to */ member 321 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 350 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 387 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 420 OMX_U32 nPortIndex; /**< Port that this structure applies to */ member 446 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 465 OMX_U32 nPortIndex; /**< port that this structure applies to */ member [all …]
|
D | OMX_Video.h | 181 OMX_U32 nPortIndex; member 205 OMX_U32 nPortIndex; member 228 OMX_U32 nPortIndex; member 268 OMX_U32 nPortIndex; member 308 OMX_U32 nPortIndex; member 348 OMX_U32 nPortIndex; member 375 OMX_U32 nPortIndex; member 402 OMX_U32 nPortIndex; member 526 OMX_U32 nPortIndex; member 587 OMX_U32 nPortIndex; member [all …]
|
D | OMX_VideoExt.h | 57 OMX_U32 nPortIndex; member 88 OMX_U32 nPortIndex; member 99 OMX_U32 nPortIndex; member 112 OMX_U32 nPortIndex; member 145 OMX_U32 nPortIndex; member 204 OMX_U32 nPortIndex; member 261 OMX_U32 nPortIndex; member 274 OMX_U32 nPortIndex; member 336 OMX_U32 nPortIndex; member 389 OMX_U32 nPortIndex; member [all …]
|
D | OMX_Image.h | 160 OMX_U32 nPortIndex; member 198 OMX_U32 nPortIndex; member 232 OMX_U32 nPortIndex; member 257 OMX_U32 nPortIndex; member 295 OMX_U32 nPortIndex; member 333 OMX_U32 nPortIndex; member
|
D | OMX_AudioExt.h | 57 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 66 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 75 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 84 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 126 OMX_U32 nPortIndex; member
|
D | OMX_Core.h | 481 OMX_U32 nPortIndex; member 683 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 1059 nPortIndex, \ argument 1066 nPortIndex, \ 1102 nPortIndex, \ argument 1108 nPortIndex, \ 1137 nPortIndex, \ argument 1141 nPortIndex, \ 1239 nPortIndex, \ argument 1245 nPortIndex, \
|
D | OMX_Component.h | 81 OMX_U32 nPortIndex; /**< Port number the structure applies to */ member 109 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 498 OMX_IN OMX_U32 nPortIndex, 510 OMX_IN OMX_U32 nPortIndex, 520 OMX_IN OMX_U32 nPortIndex, 580 OMX_IN OMX_U32 nPortIndex,
|
D | OMX_Other.h | 133 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 195 OMX_U32 nPortIndex; /**< port that this structure applies to */ member 344 OMX_U32 nPortIndex; /**< Indicates which port to set */ member
|
/frameworks/native/headers/media_plugin/media/hardware/ |
D | HardwareAPI.h | 79 OMX_U32 nPortIndex; member 125 OMX_U32 nPortIndex; member 183 OMX_U32 nPortIndex; member 197 OMX_U32 nPortIndex; member 211 OMX_U32 nPortIndex; // IN member 314 OMX_U32 nPortIndex; // IN member 418 OMX_U32 nPortIndex; // IN member 495 OMX_U32 nPortIndex; // IN member 551 OMX_U32 nPortIndex; // IN member
|
/frameworks/av/media/libstagefright/codecs/g711/dec/ |
D | SoftG711.cpp | 65 def.nPortIndex = 0; in initPorts() 88 def.nPortIndex = 1; in initPorts() 119 if (formatParams->nPortIndex > 1) { in internalGetParameter() 128 (formatParams->nPortIndex == 0) in internalGetParameter() 143 if (pcmParams->nPortIndex > 1) { in internalGetParameter() 151 if (pcmParams->nPortIndex == 0) { in internalGetParameter() 185 if (pcmParams->nPortIndex != 0 && pcmParams->nPortIndex != 1) { in internalSetParameter() 193 if(pcmParams->nPortIndex == 0) { in internalSetParameter() 211 if (formatParams->nPortIndex > 1) { in internalSetParameter() 215 if ((formatParams->nPortIndex == 0 in internalSetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/ |
D | SoftAMRNBEncoder.cpp | 70 def.nPortIndex = 0; in initPorts() 88 def.nPortIndex = 1; in initPorts() 127 if (formatParams->nPortIndex > 1) { in internalGetParameter() 136 (formatParams->nPortIndex == 0) in internalGetParameter() 151 if (amrParams->nPortIndex != 1) { in internalGetParameter() 173 if (pcmParams->nPortIndex != 0) { in internalGetParameter() 225 if (formatParams->nPortIndex > 1) { in internalSetParameter() 229 if ((formatParams->nPortIndex == 0 in internalSetParameter() 231 || (formatParams->nPortIndex == 1 in internalSetParameter() 248 if (amrParams->nPortIndex != 1) { in internalSetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/gsm/dec/ |
D | SoftGSM.cpp | 66 def.nPortIndex = 0; in initPorts() 86 def.nPortIndex = 1; in initPorts() 117 if (formatParams->nPortIndex > 1) { in internalGetParameter() 126 (formatParams->nPortIndex == 0) in internalGetParameter() 141 if (pcmParams->nPortIndex > 1) { in internalGetParameter() 176 if (pcmParams->nPortIndex != 0 && pcmParams->nPortIndex != 1) { in internalSetParameter() 200 if (formatParams->nPortIndex > 1) { in internalSetParameter() 204 if ((formatParams->nPortIndex == 0 in internalSetParameter() 206 || (formatParams->nPortIndex == 1 in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 77 def.nPortIndex = 0; in initPorts() 95 def.nPortIndex = 1; in initPorts() 162 if (formatParams->nPortIndex > 1) { in internalGetParameter() 171 (formatParams->nPortIndex == 0) in internalGetParameter() 186 if (amrParams->nPortIndex != 1) { in internalGetParameter() 211 if (pcmParams->nPortIndex != 0) { in internalGetParameter() 263 if (formatParams->nPortIndex > 1) { in internalSetParameter() 267 if ((formatParams->nPortIndex == 0 in internalSetParameter() 269 || (formatParams->nPortIndex == 1 in internalSetParameter() 286 if (amrParams->nPortIndex != 1) { in internalSetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/flac/enc/ |
D | SoftFlacEncoder.cpp | 118 def.nPortIndex = 0; in initPorts() 137 def.nPortIndex = 1; in initPorts() 170 if (formatParams->nPortIndex > 1) { in internalGetParameter() 179 (formatParams->nPortIndex == 0) in internalGetParameter() 194 if (pcmParams->nPortIndex != 0) { in internalGetParameter() 220 if (flacParams->nPortIndex != 1) { in internalGetParameter() 247 if (formatParams->nPortIndex > 1) { in internalSetParameter() 251 if ((formatParams->nPortIndex == 0 in internalSetParameter() 253 || (formatParams->nPortIndex == 1 in internalSetParameter() 270 if (pcmParams->nPortIndex != 0) { in internalSetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/ |
D | SoftAMR.cpp | 78 def.nPortIndex = 0; in initPorts() 100 def.nPortIndex = 1; in initPorts() 152 if (formatParams->nPortIndex > 1) { in internalGetParameter() 161 (formatParams->nPortIndex == 0) in internalGetParameter() 176 if (amrParams->nPortIndex != 0) { in internalGetParameter() 206 if (pcmParams->nPortIndex != 1) { in internalGetParameter() 269 if (formatParams->nPortIndex > 1) { in internalSetParameter() 273 if ((formatParams->nPortIndex == 0 in internalSetParameter() 275 || (formatParams->nPortIndex == 1 in internalSetParameter() 292 if (aacParams->nPortIndex != 0) { in internalSetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | SoftRaw.cpp | 59 def.nPortIndex = 0; in initPorts() 77 def.nPortIndex = 1; in initPorts() 112 if (formatParams->nPortIndex > 1) { in internalGetParameter() 134 if (pcmParams->nPortIndex != 0 && pcmParams->nPortIndex != 1) { in internalGetParameter() 187 if (formatParams->nPortIndex > 1) { in internalSetParameter() 207 if (pcmParams->nPortIndex != 0) { in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/mp3dec/ |
D | SoftMP3.cpp | 73 def.nPortIndex = 0; in initPorts() 93 def.nPortIndex = 1; in initPorts() 146 if (formatParams->nPortIndex > 1) { in internalGetParameter() 155 (formatParams->nPortIndex == 0) in internalGetParameter() 170 if (pcmParams->nPortIndex > 1) { in internalGetParameter() 197 if (mp3Params->nPortIndex > 1) { in internalGetParameter() 244 if (formatParams->nPortIndex > 1) { in internalSetParameter() 248 if ((formatParams->nPortIndex == 0 in internalSetParameter() 250 || (formatParams->nPortIndex == 1 in internalSetParameter() 267 if (pcmParams->nPortIndex != 1) { in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/flac/dec/ |
D | SoftFlacDecoder.cpp | 70 def.nPortIndex = 0; in initPorts() 88 def.nPortIndex = 1; in initPorts() 141 if (formatParams->nPortIndex > 1) { in internalGetParameter() 150 (formatParams->nPortIndex == 0) in internalGetParameter() 165 if (flacParams->nPortIndex != 0) { in internalGetParameter() 193 if (pcmParams->nPortIndex != 1) { in internalGetParameter() 257 if (formatParams->nPortIndex > 1) { in internalSetParameter() 261 if ((formatParams->nPortIndex == 0 in internalSetParameter() 263 || (formatParams->nPortIndex == 1 in internalSetParameter() 280 if (pcmParams->nPortIndex != 1) { in internalSetParameter()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 105 def.nPortIndex = kInputPortIndex; in initPorts() 128 def.nPortIndex = kOutputPortIndex; in initPorts() 359 if (formatParams->nPortIndex > kMaxPortIndex) { in internalGetParameter() 367 if (formatParams->nPortIndex == kInputPortIndex) { in internalGetParameter() 372 CHECK_EQ(formatParams->nPortIndex, 1u); in internalGetParameter() 391 if (profileLevel->nPortIndex != kInputPortIndex) { in internalGetParameter() 392 ALOGE("Invalid port index: %" PRIu32, profileLevel->nPortIndex); in internalGetParameter() 443 if (formatParams->nPortIndex > kMaxPortIndex) { in internalSetParameter() 447 if (formatParams->nPortIndex == kInputPortIndex) { in internalSetParameter() 495 OMX_PARAM_PORTDEFINITIONTYPE *def = &editPortInfo(newParams->nPortIndex)->mDef; in internalSetParameter() [all …]
|
D | SoftVideoEncoderOMXComponent.cpp | 93 def.nPortIndex = kInputPortIndex; in initPorts() 121 def.nPortIndex = kOutputPortIndex; in initPorts() 180 if (port->nPortIndex == kInputPortIndex) { in internalSetPortParams() 195 } else if (port->nPortIndex == kOutputPortIndex) { in internalSetPortParams() 259 if (format->nPortIndex == kInputPortIndex) { in internalSetParameter() 271 } else if (format->nPortIndex == kOutputPortIndex) { in internalSetParameter() 292 if (storeParam->nPortIndex == kOutputPortIndex) { in internalSetParameter() 294 } else if (storeParam->nPortIndex != kInputPortIndex) { in internalSetParameter() 330 if (formatParams->nPortIndex == kInputPortIndex) { in internalGetParameter() 340 } else if (formatParams->nPortIndex == kOutputPortIndex) { in internalGetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | SoftAACEncoder2.cpp | 84 def.nPortIndex = 0; in initPorts() 102 def.nPortIndex = 1; in initPorts() 141 if (formatParams->nPortIndex > 1) { in internalGetParameter() 150 (formatParams->nPortIndex == 0) in internalGetParameter() 165 if (aacParams->nPortIndex != 1) { in internalGetParameter() 228 if (pcmParams->nPortIndex != 0) { in internalGetParameter() 255 if (profileParams->nPortIndex != 1) { in internalGetParameter() 304 if (formatParams->nPortIndex > 1) { in internalSetParameter() 308 if ((formatParams->nPortIndex == 0 in internalSetParameter() 310 || (formatParams->nPortIndex == 1 in internalSetParameter() [all …]
|
/frameworks/av/media/libstagefright/codecs/opus/dec/ |
D | SoftOpus.cpp | 86 def.nPortIndex = 0; in initPorts() 107 def.nPortIndex = 1; in initPorts() 142 if (formatParams->nPortIndex > 1) { in internalGetParameter() 151 (formatParams->nPortIndex == 0) in internalGetParameter() 167 if (opusParams->nPortIndex != 0) { in internalGetParameter() 193 if (pcmParams->nPortIndex != 1) { in internalGetParameter() 250 if (formatParams->nPortIndex > 1) { in internalSetParameter() 254 if ((formatParams->nPortIndex == 0 in internalSetParameter() 257 || (formatParams->nPortIndex == 1 in internalSetParameter() 274 if (opusParams->nPortIndex != 0) { in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/vorbis/dec/ |
D | SoftVorbis.cpp | 86 def.nPortIndex = 0; in initPorts() 106 def.nPortIndex = 1; in initPorts() 141 if (formatParams->nPortIndex > 1) { in internalGetParameter() 150 (formatParams->nPortIndex == 0) in internalGetParameter() 165 if (vorbisParams->nPortIndex != 0) { in internalGetParameter() 199 if (pcmParams->nPortIndex != 1) { in internalGetParameter() 257 if (formatParams->nPortIndex > 1) { in internalSetParameter() 261 if ((formatParams->nPortIndex == 0 in internalSetParameter() 263 || (formatParams->nPortIndex == 1 in internalSetParameter() 280 if (vorbisParams->nPortIndex != 0) { in internalSetParameter()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.cpp | 227 if (bitRate->nPortIndex != 1) { in internalGetParameter() 245 if (h263type->nPortIndex != 1) { in internalGetParameter() 270 if (mpeg4type->nPortIndex != 1) { in internalGetParameter() 308 if (bitRate->nPortIndex != 1 || in internalSetParameter() 326 if (h263type->nPortIndex != 1) { in internalSetParameter() 352 if (mpeg4type->nPortIndex != 1) { in internalSetParameter()
|