Searched refs:framesPerSecond (Results 1 - 4 of 4) sorted by last modified time

/frameworks/av/media/libstagefright/wifi-display/
H A DVideoFormats.cpp273 size_t *width, size_t *height, size_t *framesPerSecond,
295 if (framesPerSecond) {
296 *framesPerSecond = config->framesPerSecond;
494 size_t width, height, framesPerSecond; local
499 &width, &height, &framesPerSecond, &interlaced)) {
510 i, j, width, height, interlaced ? 'i' : 'p', framesPerSecond);
512 uint32_t score = width * height * framesPerSecond;
270 GetConfiguration( ResolutionType type, size_t index, size_t *width, size_t *height, size_t *framesPerSecond, bool *interlaced) argument
H A DVideoFormats.h40 size_t width, height, framesPerSecond; member in struct:android::VideoFormats::config_t
91 size_t *width, size_t *height, size_t *framesPerSecond,
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp1031 size_t width, height, framesPerSecond; local
1038 &framesPerSecond,
1054 new RepeaterSource(source, framesPerSecond);
H A DWifiDisplaySource.cpp426 NULL /* framesPerSecond */,
876 size_t width, height, framesPerSecond; local
883 &framesPerSecond,
887 width, height, interlaced ? 'i' : 'p', framesPerSecond);

Completed in 1321 milliseconds