Home
last modified time | relevance | path

Searched refs:mStreamInfoTable (Results 1 – 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
DIStreamInformation.c35 *info = thiz->mStreamInfoTable.itemAt(0).containerInfo; in IStreamInformation_QueryMediaContainerInformation()
74 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams; in IStreamInformation_QueryStreamType()
78 *domain = thiz->mStreamInfoTable.itemAt(streamIndex).domain; in IStreamInformation_QueryStreamType()
111 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams; in IStreamInformation_QueryStreamInformation()
115 const StreamInfo& streamInfo = thiz->mStreamInfoTable.itemAt((size_t)streamIndex); in IStreamInformation_QueryStreamInformation()
175 XAuint32 nbStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams; in IStreamInformation_QueryStreamName()
249 *numStreams = thiz->mStreamInfoTable.itemAt(0).containerInfo.numStreams; in IStreamInformation_QueryActiveStreams()
301 (void) new (&thiz->mStreamInfoTable) android::Vector<StreamInfo>(); in IStreamInformation_init()
310 thiz->mStreamInfoTable.add(contInf); in IStreamInformation_init()
319 thiz->mStreamInfoTable.~Vector<StreamInfo>(); in IStreamInformation_deinit()
DIEngine.c1210 &thiz->mStreamInfo.mStreamInfoTable.itemAt(0).containerInfo; in IEngine_CreateMediaPlayer()
/frameworks/wilhelm/src/android/
DMediaPlayer_to_android.cpp108 for(size_t i=0 ; i < mp->mStreamInfo.mStreamInfoTable.size() ; i++) { in player_handleMediaPlayerEventNotifications()
109 if (XA_DOMAINTYPE_VIDEO == mp->mStreamInfo.mStreamInfoTable.itemAt(i).domain) { in player_handleMediaPlayerEventNotifications()
110 mp->mStreamInfo.mStreamInfoTable.removeAt(i); in player_handleMediaPlayerEventNotifications()
123 StreamInfo &contInfo = mp->mStreamInfo.mStreamInfoTable.editItemAt(0); in player_handleMediaPlayerEventNotifications()
125 ssize_t index = mp->mStreamInfo.mStreamInfoTable.add(streamInfo); in player_handleMediaPlayerEventNotifications()
/frameworks/wilhelm/src/
Ditfstruct.h612 android::Vector<StreamInfo> mStreamInfoTable; member