Home
last modified time | relevance | path

Searched refs:videoInfo (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/mediastress/jni/
Dnative-media-jni.cpp220 XAVideoStreamInformation videoInfo; in StreamChangeCallback() local
221 res = (*caller)->QueryStreamInformation(caller, streamIndex, &videoInfo); in StreamChangeCallback()
224 videoInfo.width, videoInfo.height, videoInfo.codecId, videoInfo.frameRate, in StreamChangeCallback()
225 videoInfo.bitRate, videoInfo.duration); in StreamChangeCallback()