HomeSort by relevance Sort by last modified time
    Searched refs:frame_rate (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/media/video/capture/
video_capture_types.h 55 frame_rate(0),
63 int frame_rate,
70 frame_rate(frame_rate),
79 int frame_rate; // Desired frame rate. member in struct:media::VideoCaptureCapability
video_capture_proxy.h 31 VideoCaptureState() : started(false), width(0), height(0), frame_rate(0) {}
35 int frame_rate; member in struct:media::VideoCaptureHandlerProxy::VideoCaptureState
fake_video_capture_device.cc 87 capture_format_.frame_rate = 30;
91 capture_format_.frame_rate = 30;
video_capture_device_unittest.cc 336 EXPECT_EQ(rx_capability.frame_rate, 30);
372 EXPECT_EQ(rx_capability.frame_rate, 30);
420 capture_format.frame_rate = 30;
  /external/chromium_org/ui/base/animation/
linear_animation.cc 17 static TimeDelta CalculateInterval(int frame_rate) {
18 int timer_interval = 1000000 / frame_rate;
24 LinearAnimation::LinearAnimation(int frame_rate,
26 : Animation(CalculateInterval(frame_rate)),
33 int frame_rate,
35 : Animation(CalculateInterval(frame_rate)),
linear_animation.h 25 LinearAnimation(int frame_rate, AnimationDelegate* delegate);
28 LinearAnimation(int duration, int frame_rate, AnimationDelegate* delegate);
animation_unittest.cc 28 RunAnimation(int frame_rate, AnimationDelegate* delegate)
29 : LinearAnimation(frame_rate, delegate) {
43 CancelAnimation(int duration, int frame_rate, AnimationDelegate* delegate)
44 : LinearAnimation(duration, frame_rate, delegate) {
58 EndAnimation(int duration, int frame_rate, AnimationDelegate* delegate)
59 : LinearAnimation(duration, frame_rate, delegate) {
  /external/chromium_org/media/video/capture/win/
sink_input_pin_win.cc 41 if (requested_capability_.frame_rate > 0) {
43 requested_capability_.frame_rate;
110 resulting_capability_.frame_rate =
113 resulting_capability_.frame_rate = requested_capability_.frame_rate;
148 resulting_capability_.frame_rate = 0;
video_capture_device_win.cc 355 capture_format.frame_rate);
360 if (capability.frame_rate > capture_format.frame_rate)
361 capability.frame_rate = capture_format.frame_rate;
379 if (capability.frame_rate > 0)
380 h->AvgTimePerFrame = kSecondsToReferenceTime / capability.frame_rate;
570 capability.frame_rate = (min_time > 0) ?
574 capability.frame_rate = (time_per_frame > 0) ?
580 capability.frame_rate = (time_per_frame > 0)
    [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller_event_handler.h 54 int frame_rate) {};
desktop_capture_device.cc 38 int frame_rate,
54 void DoAllocate(int width, int height, int frame_rate);
129 int frame_rate,
133 DCHECK_GT(frame_rate, 0);
142 base::Bind(&Core::DoAllocate, this, width, height, frame_rate));
196 caps.frame_rate = frame_rate_;
265 int frame_rate) {
271 frame_rate_ = frame_rate;
400 capture_format.frame_rate,
desktop_capture_device_unittest.cc 137 EXPECT_EQ(kFrameRate, caps.frame_rate);
186 EXPECT_EQ(kFrameRate, caps.frame_rate);
web_contents_video_capture_device.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
fakeconstraints.h 78 void SetMandatoryMaxFrameRate(int frame_rate) {
79 AddMandatory(MediaConstraintsInterface::kMaxFrameRate, frame_rate);
  /external/chromium_org/media/video/capture/linux/
video_capture_device_linux.h 53 int frame_rate,
video_capture_device_linux.cc 213 capture_format.frame_rate,
257 int frame_rate,
327 (frame_rate) ? frame_rate : kTypicalFramerate;
347 current_settings.frame_rate = frame_rate;
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_vidc.h 26 unsigned int frame_rate; member in struct:msm_vidc_framerate_payload
  /external/chromium_org/media/video/capture/android/
video_capture_device_android.cc 141 capture_format.frame_rate);
152 current_settings_.frame_rate =
162 << ", frame_rate="
163 << current_settings_.frame_rate;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
rate_control.cpp 89 currFrameNum = (int32)(((modTime - modTimeRef) * rateCtrl->frame_rate + 200) / 1000); /* add small roundings */
113 encvid->modTimeRef += (uint32)(rateCtrl->idrPeriod * 1000 / rateCtrl->frame_rate);
118 encvid->modTimeRef += (uint32)(video->MaxFrameNum * 1000 / rateCtrl->frame_rate);
210 rateCtrl->pMP->frameRange = (int)(rateCtrl->frame_rate * 1.0); /* 1.0s time frame*/
217 rateCtrl->bitsPerFrame = (int32)(rateCtrl->bitRate / rateCtrl->frame_rate);
243 rateCtrl->pMP->framerate = rateCtrl->frame_rate;
247 bpp = 1.0 * rateCtrl->bitRate / (rateCtrl->frame_rate * (video->PicSizeInMbs << 8));
362 pMP->counter_BTdst = (int)(rateCtrl->frame_rate * 7.5 + 0.5); /* 0.75s time frame */
379 pMP->framerate = rateCtrl->frame_rate;
863 frame_bits = (int)(rateCtrl->bitRate / rateCtrl->frame_rate);
    [all...]
  /external/chromium_org/ash/drag_drop/
drag_drop_controller.h 83 int frame_rate,
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_vidc.h 55 unsigned int frame_rate; member in struct:msm_vidc_framerate_payload
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/dvb/
video.h 141 unsigned int frame_rate; /* in frames per 1000sec */ member in union:video_event::__anon39316
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 141 unsigned int frame_rate; /* in frames per 1000sec */ member in union:video_event::__anon40907
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/dvb/
video.h 141 unsigned int frame_rate; /* in frames per 1000sec */ member in union:video_event::__anon42421
  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 471 int frame_rate; local
503 frame_rate = st->Fs/frame_size;
504 if (max_data_bytes<3 || st->bitrate_bps < 3*frame_rate*8
505 || (frame_rate<50 && (max_data_bytes*frame_rate<300 || st->bitrate_bps < 2400)))
512 if (frame_rate>100)
514 if (frame_rate < 50)
522 data[0] = gen_toc(tocmode, frame_rate, bw, st->stream_channels);
529 cbrBytes = IMIN( (st->bitrate_bps + 4*frame_rate)/(8*frame_rate) , max_data_bytes)
    [all...]

Completed in 746 milliseconds

1 2 3