Searched refs:nbStreams (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIStreamInformation.c74 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams; local
75 // streams in the container are numbered 1..nbStreams
76 if (streamIndex <= nbStreams) {
81 streamIndex, nbStreams);
111 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams;
112 // stream 0 is the container, and other streams in the container are numbered 1..nbStreams
113 if (streamIndex <= nbStreams) {
148 streamIndex, nbStreams);
175 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams; local
176 // streams in the container are numbered 1..nbStreams
[all...]

Completed in 31 milliseconds