Home | History | Annotate | Download | only in videocodec

Lines Matching refs:OUTPORT_INDEX

84             const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition();
168 const OMX_PARAM_PORTDEFINITIONTYPE *def_output = this->ports[OUTPORT_INDEX]->GetPortDefinition();
259 if (buffer->nOutputPortIndex == OUTPORT_INDEX){
296 OMX_BUFFERHEADERTYPE *outBuffer = *pBuffers[OUTPORT_INDEX];
346 ret = FillRenderBuffer(pBuffers[OUTPORT_INDEX], &retains[OUTPORT_INDEX],
350 (*pBuffers[OUTPORT_INDEX])->nTimeStamp = mLastTimeStamp;
394 ret = FillRenderBuffer(pBuffers[OUTPORT_INDEX],
395 &retains[OUTPORT_INDEX],
400 (*pBuffers[OUTPORT_INDEX])->nTimeStamp = mLastTimeStamp;
408 OUTPORT_INDEX])->nFlags & OMX_BUFFERFLAG_EOS);
419 retains[OUTPORT_INDEX] = BUFFER_RETAIN_GETAGAIN;
439 = this->ports[OUTPORT_INDEX]->GetPortDefinition();
555 this->ports[OUTPORT_INDEX]->GetPortDefinition(),
597 this->ports[OUTPORT_INDEX]->ReportOutputCrop();
623 this->ports[OUTPORT_INDEX]->SetPortDefinition(&paramPortDefinitionOutput, true);
625 this->ports[OUTPORT_INDEX]->ReportPortSettingsChanged();
642 if (rectParams->nPortIndex != OUTPORT_INDEX) {
678 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);
718 port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]);