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

1 2 3 4 5 6

  /external/chromium_org/media/video/capture/mac/
platform_video_capturing_mac.h 34 // setCaptureHeight:width:frameRate. If |deviceId| is nil, capture is stopped
42 frameRate:(float)frameRate;
video_capture_device_avfoundation_mac.h 43 // * -setCaptureWidth:height:frameRate: is called if a resolution or frame rate
62 // The following attributes are set via -setCaptureHeight:width:frameRate:.
110 frameRate:(float)frameRate;
114 // setCaptureHeight:width:frameRate:. Returns YES on sucess, NO otherwise.
video_capture_device_qtkit_mac.h 63 frameRate:(float)frameRate;
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/include/
tb_video_channel.h 27 int width = 352, int height = 288, int frameRate = 30,
32 void SetFrameSettings(int width, int height, int frameRate);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
video_source.cc 29 float frameRate, webrtc::VideoType type /*= webrtc::kI420*/)
35 _frameRate(frameRate)
39 assert(frameRate > 0);
44 float frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
50 _frameRate(frameRate)
55 assert(frameRate > 0);
video_source.h 58 VideoSource(std::string fileName, VideoSize size, float frameRate, webrtc::VideoType type = webrtc::kI420);
60 float frameRate = 30, webrtc::VideoType type = webrtc::kI420);
tester_main.cc 30 DEFINE_int32(framerate, 30, "Frame rate of the input file, in FPS "
58 args.frameRate = FLAGS_framerate;
60 args.frameRate < 1) {
test_callbacks.h 232 const uint32_t frameRate);
233 void set_framerate(uint32_t frameRate) {_framerate = frameRate;}
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.h 55 - (void)setCaptureHeight:(int)height width:(int)width frameRate:(int)frameRate;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
content_metrics_processing.h 48 void UpdateFrameRate(uint32_t frameRate);
media_opt_util.h 52 packetsPerFrame(0.0f), packetsPerFrameKey(0.0f), frameRate(0.0f),
63 float frameRate;
313 // - frameRate : The current target frame rate.
314 void UpdateFrameRate(float frameRate) { _frameRate = frameRate; }
content_metrics_processing.cc 46 void VCMContentMetricsProcessing::UpdateFrameRate(uint32_t frameRate) {
49 static_cast<float>(frameRate * kQmMinIntervalMs);
  /external/libvpx/libvpx/third_party/libmkv/
WebMElement.h 21 double frameRate);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
WebMElement.h 21 double frameRate);
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
video_source.h 55 VideoSource(std::string fileName, VideoSize size, int frameRate = 30,
57 VideoSource(std::string fileName, int width, int height, int frameRate = 30,
100 void SetFrameRate(double frameRate, double maxFrameRate);
video_source.cc 29 int frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
33 _frameRate(frameRate)
37 assert(frameRate > 0);
44 int frameRate /*= 30*/, webrtc::VideoType type /*= webrtc::kI420*/)
50 _frameRate(frameRate)
55 assert(frameRate > 0);
415 FrameDropper::SetFrameRate(double frameRate, double maxFrameRate)
417 if (frameRate >= 1.0)
419 _dropsBetweenRenders = static_cast<unsigned int>(maxFrameRate / frameRate + 0.5) - 1;
benchmark.cc 69 const int frameRate[] = {10, 15, 30};
77 const int nFrameRates = sizeof(frameRate)/sizeof(*frameRate);
101 ss << frameRate[j];
106 _target = new const VideoSource(outFileName, size[i], frameRate[j]);
118 << ", " << frameRate[j] << " fps" << std::endl << "Bitrate [kbps]:";
120 << "," << frameRate[j] << " fps" << std::endl << "Bitrate [kbps]";
  /frameworks/av/include/media/stagefright/
CameraSource.h 64 * @param frameRate the target frames per second
84 int32_t frameRate,
171 Size videoSize, int32_t frameRate,
213 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
218 Size videoSize, int32_t frameRate, bool storeMetaDataInVideoBuffers);
229 int32_t frameRate);
235 int32_t frameRate);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/interface/
video_coding_defines.h 104 const uint32_t frameRate) = 0;
115 const uint32_t frameRate) = 0;
183 virtual int32_t SetVideoQMSettings(const uint32_t frameRate,
  /external/chromium_org/third_party/webrtc/video_engine/test/libvietest/testbed/
tb_video_channel.cc 18 int height, int frameRate, int startBitrate)
32 videoCodec.maxFramerate = frameRate;
61 void TbVideoChannel::SetFrameSettings(int width, int height, int frameRate) {
66 videoCodec.maxFramerate = frameRate;
  /frameworks/av/media/libstagefright/
CameraSource.cpp 154 int32_t frameRate,
159 clientName, clientUid, videoSize, frameRate, surface,
171 int32_t frameRate,
194 videoSize, frameRate,
305 * if frameRate is -1, configuration on the frame rate
313 * @param frameRate the target frame rate in frames per second.
319 int32_t frameRate) {
347 if (frameRate != -1) {
348 CHECK(frameRate > 0 && frameRate <= 120)
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
MediaRecorderStressTestRunner.java 67 String frameRate = (String) icicle.get("frame_rate");
83 if (frameRate != null) {
84 mFrameRate = Integer.parseInt(frameRate);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/
MediaPlayerPerformance.java 222 private boolean stressVideoRecord(int frameRate, int width, int height, int videoFormat,
237 mRecorder.setVideoFrameRate(frameRate);
441 int frameRate = MediaProfileReader
443 assertTrue("H263 video recording frame rate", frameRate != -1);
445 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
462 int frameRate = MediaProfileReader.getMaxFrameRateForCodec
464 assertTrue("MPEG4 video recording frame rate", frameRate != -1);
466 assertTrue(stressVideoRecord(frameRate, mVideoWidth, mVideoHeight,
484 int frameRate = MediaProfileReader
486 assertTrue("H263 video recording frame rate", frameRate != -1)
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java 36 int width, int height, int framerate, int pixelformat) {
39 mFramerate = framerate;
89 boolean allocate(int width, int height, int frameRate) {
91 frameRate + "fps");
125 int frameRateInMs = frameRate * 1000;
132 newFrameRate = frameRate;
136 frameRate = newFrameRate;
137 Log.d(TAG, "allocate: fps set to " + frameRate);
174 setCaptureParameters(matchedWidth, matchedHeight, frameRate, parameters);
288 int frameRate,
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
CameraSettings.java 207 * @param frameRate The target frame rate.
209 public void setPreviewFrameRate(int frameRate) {
210 if (frameRate > 0) {
211 mPreviewFrameRate = frameRate;
212 mPreviewFpsRangeMax = frameRate;
213 mPreviewFpsRangeMin = frameRate;

Completed in 381 milliseconds

1 2 3 4 5 6