HomeSort by relevance Sort by last modified time
    Searched refs:framesPerSecond (Results 1 - 5 of 5) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
Utils.java 87 public final static float framesToTime(int framesPerSecond, int frameCount) {
88 return (1.0f / framesPerSecond) * frameCount;
  /frameworks/av/media/libstagefright/wifi-display/
VideoFormats.cpp 202 size_t *width, size_t *height, size_t *framesPerSecond,
224 if (framesPerSecond) {
225 *framesPerSecond = config->framesPerSecond;
375 size_t width, height, framesPerSecond;
380 &width, &height, &framesPerSecond, &interlaced)) {
391 i, j, width, height, interlaced ? 'i' : 'p', framesPerSecond);
393 uint32_t score = width * height * framesPerSecond;
VideoFormats.h 40 size_t width, height, framesPerSecond;
80 size_t *width, size_t *height, size_t *framesPerSecond,
  /frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp 909 size_t width, height, framesPerSecond;
916 &framesPerSecond,
924 new RepeaterSource(source, framesPerSecond);
WifiDisplaySource.cpp 413 NULL /* framesPerSecond */,
855 size_t width, height, framesPerSecond;
862 &framesPerSecond,
866 width, height, interlaced ? 'i' : 'p', framesPerSecond);
    [all...]

Completed in 498 milliseconds