Lines Matching refs:streamIndex
52 XAuint32 streamIndex, /* [in] */ in IStreamInformation_QueryStreamType() argument
65 if (0 == streamIndex) { in IStreamInformation_QueryStreamType()
76 if (streamIndex <= nbStreams) { in IStreamInformation_QueryStreamType()
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain; in IStreamInformation_QueryStreamType()
81 streamIndex, nbStreams); in IStreamInformation_QueryStreamType()
94 XAuint32 streamIndex, /* [in] */ in IStreamInformation_QueryStreamInformation() argument
113 if (streamIndex <= nbStreams) { in IStreamInformation_QueryStreamInformation()
115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex); in IStreamInformation_QueryStreamInformation()
141 "unknown domain %u", streamIndex, streamInfo.domain); in IStreamInformation_QueryStreamInformation()
148 streamIndex, nbStreams); in IStreamInformation_QueryStreamInformation()
162 XAuint32 streamIndex, /* [in] */ in IStreamInformation_QueryStreamName() argument
168 if (NULL == pNameSize || streamIndex == 0) { in IStreamInformation_QueryStreamName()
177 if (streamIndex <= nbStreams) { in IStreamInformation_QueryStreamName()
179 snprintf(streamName, sizeof(streamName), "stream%u", streamIndex); in IStreamInformation_QueryStreamName()