HomeSort by relevance Sort by last modified time
    Searched defs:framesPerSecond (Results 1 - 4 of 4) 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;
495 size_t width, height, framesPerSecond;
500 &width, &height, &framesPerSecond, &interlaced)) {
511 i, j, width, height, interlaced ? 'i' : 'p', framesPerSecond);
513 uint32_t score = width * height * framesPerSecond;
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 1018 size_t width, height, framesPerSecond;
1025 &framesPerSecond,
1041 new RepeaterSource(source, framesPerSecond);
WifiDisplaySource.cpp 420 NULL /* framesPerSecond */,
870 size_t width, height, framesPerSecond;
877 &framesPerSecond,
881 width, height, interlaced ? 'i' : 'p', framesPerSecond);
    [all...]

Completed in 263 milliseconds