OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStreamInfoTable
(Results
1 - 4
of
4
) sorted by null
/frameworks/wilhelm/src/itf/
IStreamInformation.c
35
*info = thiz->
mStreamInfoTable
.itemAt(0).containerInfo;
74
XAuint32 nbStreams = thiz->
mStreamInfoTable
.itemAt(0).containerInfo.numStreams;
78
*domain = thiz->
mStreamInfoTable
.itemAt(streamIndex).domain;
111
XAuint32 nbStreams = thiz->
mStreamInfoTable
.itemAt(0).containerInfo.numStreams;
115
const StreamInfo& streamInfo = thiz->
mStreamInfoTable
.itemAt((size_t)streamIndex);
175
XAuint32 nbStreams = thiz->
mStreamInfoTable
.itemAt(0).containerInfo.numStreams;
249
*numStreams = thiz->
mStreamInfoTable
.itemAt(0).containerInfo.numStreams;
301
(void) new (&thiz->
mStreamInfoTable
) android::Vector<StreamInfo>();
310
thiz->
mStreamInfoTable
.add(contInf);
319
thiz->
mStreamInfoTable
.~Vector<StreamInfo>()
[
all
...]
IEngine.c
[
all
...]
/frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp
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);
/frameworks/wilhelm/src/
itfstruct.h
610
android::Vector<StreamInfo>
mStreamInfoTable
;
Completed in 30 milliseconds