HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 101 - 125 of 278) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/cube/
cube.cc 12 #include "common/fps.h"
478 double fps; local
479 if (FpsStep(&fps_state_, &fps))
480 PostMessage(fps);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 12 #include "common/fps.h"
316 double fps; local
318 if (FpsStep(&g_fps_state, &fps))
319 g_pMessaging->PostMessage(PSGetInstanceId(), PP_MakeDouble(fps));
  /external/chromium_org/third_party/libvpx/source/libvpx/
rate_hist.c 38 const vpx_rational_t *fps) {
45 hist->samples = cfg->rc_buf_sz * 5 / 4 * fps->num / fps->den / 1000;
webmenc.cc 25 const struct vpx_rational *fps,
  /external/chromium_org/third_party/v4l2capture/
v4l2capture.c 235 int fps; local
236 if(!PyArg_ParseTuple(args, "i", &fps))
244 setfps.parm.capture.timeperframe.denominator = fps;
441 "set_fps(fps) -> fps \n\n"
  /external/libvpx/libvpx/
rate_hist.c 38 const vpx_rational_t *fps) {
45 hist->samples = cfg->rc_buf_sz * 5 / 4 * fps->num / fps->den / 1000;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
rate_hist.c 38 const vpx_rational_t *fps) {
45 hist->samples = cfg->rc_buf_sz * 5 / 4 * fps->num / fps->den / 1000;
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 120 final int fps = (int) (1e9f / dt); local
122 LOG("frame %d fps=%d", mFrameNum, fps);
124 if (fps < 40) {
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_unittest_helper.h 67 RtpStream(int fps, int bitrate_bps, unsigned int ssrc, unsigned int frequency,
  /external/chromium_org/third_party/webrtc/video/
full_stack.cc 45 int fps; member in struct:webrtc::FullStackTestParams::__anon20087
389 kFullStackTestDurationSecs * params.clip.fps);
410 stream->max_framerate = params.clip.fps;
422 params.clip.fps,
  /frameworks/av/include/camera/
CameraParameters2.h 98 void setPreviewFrameRate(int fps);
193 * For example, preview FPS and preview FPS range conflict since only
194 * we only want to use the FPS range if that's the last thing that was set.
195 * So in that case, only use preview FPS range if it was set later than
196 * the preview FPS.
  /frameworks/av/media/libmediaplayerservice/
VideoFrameScheduler.cpp 75 void VideoFrameScheduler::PLL::reset(float fps) {
82 if (fps <= 0.f) {
86 ALOGV("reset at %.1f fps", fps);
87 mPeriod = (nsecs_t)(1e9 / fps + 0.5);
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 55 private static final int FRAME_RATE = 15; // 15fps
771 int fps = 0; // frame rate for the max resolution local
785 fps = 25;
791 fps = 15;
797 fps = 30;
803 fps = 30;
809 fps = 60;
816 fps = 30;
821 info.mFps = fps;
824 " fps " + info.mFps + " w " + maxW + " h " + maxH)
    [all...]
  /external/chromium_org/remoting/webapp/
connection_stats.js 68 ', Frame Rate: ' + formatStatNumber(stats.videoFrameRate, 'fps') +
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
twopass_encoder.c 133 const int fps = 30; // TODO(dkovalev) add command line argument local
151 info.time_base.denominator = fps;
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elfcore.h 261 long fps = (f).arm.uregs[16]; \
264 (r).uregs[16] = fps; \
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elfcore.h 261 long fps = (f).arm.uregs[16]; \
264 (r).uregs[16] = fps; \
  /external/libvpx/libvpx/examples/
twopass_encoder.c 133 const int fps = 30; // TODO(dkovalev) add command line argument local
151 info.time_base.denominator = fps;
  /frameworks/av/cmds/stagefright/
recordvideo.cpp 55 DummySource(int width, int height, int nFrames, int fps, int colorFormat)
59 mFrameRate(fps),
321 fprintf(stderr, "encoding speed is: %.2f fps\n", (nFrames * 1E9) / (end-start));
  /frameworks/base/media/java/android/media/
MediaRecorder.java 420 * @param fps Rate at which frames should be captured in frames per second.
421 * The fps can go as low as desired. However the fastest fps will be limited by the hardware.
422 * For resolutions that can be captured by the video camera, the fastest fps can be computed using
424 * resolutions the fastest fps may be more restrictive.
429 public void setCaptureRate(double fps) {
433 double timeBetweenFrameCapture = 1 / fps;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
twopass_encoder.c 133 const int fps = 30; // TODO(dkovalev) add command line argument local
151 info.time_base.denominator = fps;
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.cc 542 float fps, uint32_t kbps, uint32_t ssrc,
547 frame_period_ms_(1000.0 / fps),
549 frame_size_bytes_(bytes_per_second_ / fps),
597 float fps,
601 : VideoSender(flow_id, listener, fps, kbps, ssrc, first_frame_offset) {}
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 380 // 12fps: don't animate too fast to preserve CPU
479 int fps, width, height, count, pause; local
484 if (sscanf(l, "%d %d %d", &width, &height, &fps) == 3) {
485 // ALOGD("> w=%d, h=%d, fps=%d", width, height, fps);
488 animation.fps = fps;
579 nsecs_t frameDuration = s2ns(1) / animation.fps;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 168 void NuPlayer::Renderer::setVideoFrameRate(float fps) {
170 msg->setFloat("frame-rate", fps);
437 float fps; local
438 CHECK(msg->findFloat("frame-rate", &fps));
439 onSetVideoFrameRate(fps);
765 mAnchorMaxMediaUs = mediaTimeUs + 100000; // smooth out videos >= 10fps
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 102 int fps; member in struct:mpeg2enc_context
534 fprintf(stderr, "\t--fps <FPS> specify the frame rate\n");
551 ctx->fps <= mpeg2_upper_samplings[p][l].frame_per_sec) {
560 fprintf(stderr, "Warning: can't find a proper profile and level for the specified width/height/fps\n");
581 {"fps", required_argument, 0, 'f'},
628 ctx->fps = 30;
665 fprintf(stderr, "Warning: FPS must be greater than 0\n");
667 ctx->fps = tmp;
772 seq_param->frame_rate = ctx->fps;
962 int fps = (int)(seq_param->frame_rate + 0.5); local
    [all...]

Completed in 842 milliseconds

1 2 3 45 6 7 8 91011>>