Lines Matching full:info
22 XAMediaContainerInformation * info /* [out] */)
26 if (NULL == info) {
34 // always storing container info at index 0, as per spec
35 *info = thiz->mStreamInfoTable.itemAt(0).containerInfo;
37 // even though the pointer to the media container info is returned, the values aren't set
43 memset(info, 0, sizeof(XAMediaContainerInformation));
95 void * info) /* [out] */
99 if (NULL == info) {
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;
302 // initialize container info
309 // always storing container info at index 0, as per spec: here, the table was still empty