OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:framesPerSecond
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/wifi-display/
VideoFormats.h
40
size_t width, height,
framesPerSecond
;
91
size_t *width, size_t *height, size_t *
framesPerSecond
,
VideoFormats.cpp
273
size_t *width, size_t *height, size_t *
framesPerSecond
,
295
if (
framesPerSecond
) {
296
*
framesPerSecond
= config->
framesPerSecond
;
494
size_t width, height,
framesPerSecond
;
499
&width, &height, &
framesPerSecond
, &interlaced)) {
510
i, j, width, height, interlaced ? 'i' : 'p',
framesPerSecond
);
512
uint32_t score = width * height *
framesPerSecond
;
/external/deqp/modules/gles2/performance/
es2pTextureUploadTests.cpp
272
double
framesPerSecond
= (double)numFrames / ((double)totalTime / 1000000.0);
277
log << TestLog::Float("
FramesPerSecond
", "Frames per second in measurement\t\t", "Frames/s", QP_KEY_TAG_PERFORMANCE, (float)
framesPerSecond
);
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
1028
size_t width, height,
framesPerSecond
;
1035
&
framesPerSecond
,
1051
new RepeaterSource(source,
framesPerSecond
);
WifiDisplaySource.cpp
426
NULL /*
framesPerSecond
*/,
876
size_t width, height,
framesPerSecond
;
883
&
framesPerSecond
,
887
width, height, interlaced ? 'i' : 'p',
framesPerSecond
);
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java
[
all
...]
Completed in 180 milliseconds