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

  /cts/tests/tests/mediastress/jni/
native-media-jni.cpp 220 XAVideoStreamInformation videoInfo;
221 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo);
224 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate,
225 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 107 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/av/media/libstagefright/webm/
WebmElement.cpp 360 List<sp<WebmElement> > videoInfo;
361 videoInfo.push_back(new WebmUnsigned(kMkvPixelWidth, width));
362 videoInfo.push_back(new WebmUnsigned(kMkvPixelHeight, height));
364 trackEntryFields.push_back(new WebmMaster(kMkvVideo, videoInfo));
  /frameworks/wilhelm/src/itf/
IStreamInformation.c 125 *(XAVideoStreamInformation *)info = streamInfo.videoInfo;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfobjects.h     [all...]

Completed in 609 milliseconds