Home | History | Annotate | Download | only in itf

Lines Matching full:streaminfo

115             const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex);
117 switch (streamInfo.domain) {
119 *(XAMediaContainerInformation *)info = streamInfo.containerInfo;
122 *(XAAudioStreamInformation *)info = streamInfo.audioInfo;
125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;
128 *(XAImageStreamInformation *)info = streamInfo.imageInfo;
131 *(XATimedTextStreamInformation *)info = streamInfo.textInfo;
134 *(XAMIDIStreamInformation *)info = streamInfo.midiInfo;
137 *(XAVendorStreamInformation *)info = streamInfo.vendorInfo;
141 "unknown domain %u", streamIndex, streamInfo.domain);
301 (void) new (&thiz->mStreamInfoTable) android::Vector<StreamInfo>();
303 StreamInfo contInf;
319 thiz->mStreamInfoTable.~Vector<StreamInfo>();