Searched refs:videoInfo (Results 1 - 4 of 4) sorted by relevance

/system/media/wilhelm/tests/native-media/jni/
H A Dnative-media-jni.c248 XAVideoStreamInformation videoInfo; local
249 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
252 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate,
253 videoInfo.bitRate, videoInfo.duration);
/system/media/wilhelm/src/
H A Ddata.h105 XAVideoStreamInformation videoInfo; member in union:__anon525::__anon526
/system/media/wilhelm/src/android/
H A DMediaPlayer_to_android.cpp106 streamInfo.videoInfo.codecId = 0;// unknown, we don't have that info FIXME
107 streamInfo.videoInfo.width = (XAuint32)data1;
108 streamInfo.videoInfo.height = (XAuint32)data2;
109 streamInfo.videoInfo.bitRate = 0;// unknown, we don't have that info FIXME
110 streamInfo.videoInfo.frameRate = 0;
111 streamInfo.videoInfo.duration = XA_TIME_UNKNOWN;
/system/media/wilhelm/src/itf/
H A DIStreamInformation.c125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;

Completed in 152 milliseconds