Home | History | Annotate | Download | only in src

Lines Matching refs:iOutPort

46     iOutPort = NULL;
698 if (!GetTrackInfo(iOutPort, trackPortInfoPtr))
716 && iOutPort
717 && iOutPort->OutgoingMsgQueueSize() == 0)
722 iOutPort->ResumeInput();
1192 if (iOutPort)
1195 iOutPort->ClearMsgQueues();
1294 OSCL_TRY(leavecode, iOutPort = OSCL_NEW(PVMFAACFFParserOutPort, (PVMF_AAC_PARSER_NODE_PORT_TYPE_SOURCE, this)););
1295 if (leavecode != OsclErrNone || !iOutPort)
1307 if (!iOutPort->IsFormatSupported(fmt))
1310 PVMF_AAC_PARSER_NODE_DELETE(NULL, PVMFAACFFParserOutPort, iOutPort);
1311 iOutPort = NULL;
1353 PVMF_AAC_PARSER_NODE_DELETE(NULL, PVMFAACFFParserOutPort, ((PVMFAACFFParserOutPort*)iOutPort));
1354 iOutPort = NULL;
1387 iTrack.iPort = iOutPort;
1394 aPort = iOutPort;
1433 if (iOutPort)
1435 iOutPort->Disconnect();
1436 PVMF_AAC_PARSER_NODE_DELETE(NULL, PVMFAACFFParserOutPort, ((PVMFAACFFParserOutPort*)iOutPort));
1437 iOutPort = NULL;
2042 if (iOutPort == port)
2047 iOutPort = NULL;
2859 if (!iOutPort)
3123 if (!iOutPort)
3660 if (!GetTrackInfo(iOutPort, trackInfoPtr))
3985 if (!GetTrackInfo(iOutPort, trackInfoPtr))
4037 if (!GetTrackInfo(iOutPort, trackInfoPtr))