Searched refs:framesPerSecond (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
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,
H A DVideoFormats.cpp273 size_t *width, size_t *height, size_t *framesPerSecond,
295 if (framesPerSecond) {
296 *framesPerSecond = config->framesPerSecond;
495 size_t width, height, framesPerSecond; local
500 &width, &height, &framesPerSecond, &interlaced)) {
511 i, j, width, height, interlaced ? 'i' : 'p', framesPerSecond);
513 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
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp1020 size_t width, height, framesPerSecond; local
1027 &framesPerSecond,
1043 new RepeaterSource(source, framesPerSecond);
H A DWifiDisplaySource.cpp420 NULL /* framesPerSecond */,
870 size_t width, height, framesPerSecond; local
877 &framesPerSecond,
881 width, height, interlaced ? 'i' : 'p', framesPerSecond);

Completed in 2257 milliseconds