OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:videoInfo
(Results
1 - 4
of
4
) 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/src/
data.h
105
XAVideoStreamInformation
videoInfo
;
/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);
Completed in 543 milliseconds