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

1 2 3 4 5 6 78 91011>>

  /external/openssl/crypto/evp/
bio_enc.c 72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
  /hardware/libhardware/tests/hardware/
struct-offset.cpp 129 CHECK_MEMBER_AT(framebuffer_device_t, fps, 92, 148);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/earth/
earth.cc 30 #include "common/fps.h"
847 double fps;
848 if (FpsStep(&fps_state_, &fps))
849 PostUpdateMessage("fps", fps);
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 391 int outputFormat, int videoEncoder, int width, int height, int fps);
468 int outputFormat, int videoEncoder, int width, int height, int fps) {
475 mr->setVideoFrameRate(fps);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
EffectsRecorder.java 408 public void setCaptureRate(double fps) {
419 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps");
420 mCaptureRate = fps;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureModule.java 860 int fps = Math.round(frames * 1000f / dt);
861 String report = String.format("%s scan: fps=%d frames=%d",
862 passive ? "CAF" : "AF", fps, frames);
864 mUI.showDebugMessage(String.format("%d / %d", frames, fps));
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 1462 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/HAL/
QCameraParameters.cpp 1462 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoengine_unittest.h 68 inline bool IsEqualRes(const cricket::VideoCodec& a, int w, int h, int fps) {
69 return a.width == w && a.height == h && a.framerate == fps;
292 // constrain res & fps greater than the max
304 // constrain res & fps to new max
585 // Send frames for a full kTimeout's worth of 15fps video.
796 int duration_sec, int fps) {
802 for (int frame = 1; frame <= fps; ++frame) {
803 EXPECT_TRUE(WaitAndSendFrame(1000 / fps));
804 EXPECT_FRAME_WAIT(frame + i * fps, codec.width, codec.height, kTimeout);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 272 int fps = 30; variable
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.cpp 77 float fps = metadata.data.panel_frame_rate; local
80 //The reserved[3] field is used to store FPS by the driver.
81 float fps = info.reserved[3] & 0xFF; local
97 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_utils.cpp 92 float fps = metadata.data.panel_frame_rate; local
95 //The reserved[3] field is used to store FPS by the driver.
96 float fps = info.reserved[3] & 0xFF; local
113 ctx->dpyAttr[HWC_DISPLAY_PRIMARY].vsync_period = 1000000000l / fps;
    [all...]
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraParameters.h     [all...]
QCameraParameters.cpp     [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 244 // Don't show the FPS display when continuous painting is enabled, because
355 base::StringPrintf("FPS:%5.1f", fps_graph_.value);
391 double fps = 1.0 / delta.InSecondsF(); local
393 // Clamp the FPS to the range we want to plot visually.
394 double p = fps / fps_graph_.current_upper_bound;
407 // Use the fps value to find the right bucket in the histogram.
410 // Add the delta time to take the time spent at that fps rate into
417 // Draw FPS histogram.
446 // Draw FPS graph.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 239 $('fps').textContent = event.data.toFixed(1);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 112 double fps = 1E6 / slotUs; local
113 printf("[%.2f fps]: %zu\n", fps, counts[i]);
376 printf("avg. %.2f fps\n", n * 1E6 / delay);
606 fprintf(stderr, " -x display a histogram of decoding times/fps "
    [all...]
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 398 int fps; member in struct:__anon42724
559 printf("####### [%d] Frames, %f FPS", mFrameCount, mFps);
1122 frameRateIDX = ARRAY_SIZE(fpsConstRanges) - 1; /* Default frame rate is 30 FPS */
1184 params.setPreviewFrameRate(frameRate[ARRAY_SIZE(frameRate) - 1].fps);
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 227 //Default FPS
328 //supported preview fps ranges should be added to this array in the form (minFps,maxFps)
7899 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
vpxenc.c 172 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1,
1643 float fps = usec_to_fps(cx_time, seen_frames); local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 219 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1,
1674 float fps = usec_to_fps(cx_time, seen_frames); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 219 static const arg_def_t framerate = ARG_DEF(NULL, "fps", 1,
1674 float fps = usec_to_fps(cx_time, seen_frames); local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 1666 FILE* fps[3]; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.cc 136 : ssrc(s), fps(0), screencast_max_pixels(0) {
139 int fps; member in struct:cricket::VideoChannel::ScreencastDetailsData
    [all...]

Completed in 1198 milliseconds

1 2 3 4 5 6 78 91011>>