HomeSort by relevance Sort by last modified time
    Searched refs:videoInfo (Results 1 - 6 of 6) sorted by null

  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 91 XAVideoStreamInformation videoInfo;
92 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
95 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate,
96 videoInfo.bitRate, videoInfo.duration);
  /development/ndk/platforms/android-14/samples/native-media/jni/
native-media-jni.c 225 XAVideoStreamInformation videoInfo;
226 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
229 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate,
230 videoInfo.bitRate, videoInfo.duration);
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 248 XAVideoStreamInformation videoInfo;
249 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
252 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate,
253 videoInfo.bitRate, videoInfo.duration);
  /frameworks/wilhelm/src/
data.h 105 XAVideoStreamInformation videoInfo;
  /frameworks/wilhelm/src/android/
MediaPlayer_to_android.cpp 117 streamInfo.videoInfo.codecId = 0;// unknown, we don't have that info FIXME
118 streamInfo.videoInfo.width = (XAuint32)data1;
119 streamInfo.videoInfo.height = (XAuint32)data2;
120 streamInfo.videoInfo.bitRate = 0;// unknown, we don't have that info FIXME
121 streamInfo.videoInfo.frameRate = 0;
122 streamInfo.videoInfo.duration = XA_TIME_UNKNOWN;
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;

Completed in 111 milliseconds