Searched defs:videoInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/
H A Ddata.h105 XAVideoStreamInformation videoInfo; member in union:__anon1621::__anon1622
/frameworks/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);

Completed in 42 milliseconds