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

  /system/media/wilhelm/src/
data.h 105 XAVideoStreamInformation videoInfo;
  /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);

Completed in 22 milliseconds