Home | History | Annotate | Download | only in android

Lines Matching refs:mStreamInfo

108         for(size_t i=0 ; i < mp->mStreamInfo.mStreamInfoTable.size() ; i++) {
109 if (XA_DOMAINTYPE_VIDEO == mp->mStreamInfo.mStreamInfoTable.itemAt(i).domain) {
110 mp->mStreamInfo.mStreamInfoTable.removeAt(i);
123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0);
125 ssize_t index = mp->mStreamInfo.mStreamInfoTable.add(streamInfo);
128 xaStreamEventChangeCallback callback = mp->mStreamInfo.mCallback;
129 void* callbackPContext = mp->mStreamInfo.mContext;
136 (*callback)(&mp->mStreamInfo.mItf, XA_STREAMCBEVENT_PROPERTYCHANGE /*eventId*/,
142 /*p1*/ &mp->mStreamInfo.mItf,
149 callback, &mp->mStreamInfo.mItf, callbackPContext);