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

  /system/media/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);
  /system/media/wilhelm/src/
data.h 105 XAVideoStreamInformation videoInfo;
  /system/media/wilhelm/src/android/
MediaPlayer_to_android.cpp 106 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/
IStreamInformation.c 125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;

Completed in 326 milliseconds