HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 126 - 150 of 202) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.h 96 const ScreencastId& screencastid, int fps);
  /external/chromium_org/third_party/openssl/openssl/crypto/evp/
bio_enc.c 72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
  /external/openssl/crypto/evp/
bio_enc.c 72 static long enc_callback_ctrl(BIO *h, int cmd, bio_info_cb *fps);
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 979 double fps = 1000 \/ (double) mTimeBetweenTimeLapseFrameCaptureMs; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 181 // Network and FPS are reported by the TaskManager per resource (tab), not
184 float fps = 0, tmp = 0; local
190 fps += tmp;
192 result->SetDouble(keys::kFPSKey, static_cast<double>(fps));
  /external/chromium_org/chrome/browser/ui/gtk/
task_manager_gtk.cc 708 std::string fps; local
710 fps = GetModelText(row, IDS_TASK_MANAGER_FPS_COLUMN);
734 kTaskManagerFPS, fps.c_str(),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 683 // Optimize appearance for 30fps. However, if at least half frames won't fit at this scale,
792 var fps = fpsMarks[i];
794 var y = this._canvas.height - Math.floor(1.0 / fps * scale) - 0.5;
795 var label = WebInspector.UIString("%d\u2009fps", fps);
    [all...]
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 394 int outputFormat, int videoEncoder, int width, int height, int fps);
471 int outputFormat, int videoEncoder, int width, int height, int fps) {
478 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...]
VideoModule.java 1202 double fps = 1000 \/ (double) mTimeBetweenTimeLapseFrameCaptureMs; local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraParameters.cpp 1462 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL/
QCameraParameters.cpp 1462 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 276 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...]
  /hardware/qcom/display/msm8x26/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...]
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 232 // Don't show the FPS display when continuous painting is enabled, because
343 base::StringPrintf("FPS:%5.1f", fps_graph_.value);
379 double fps = 1.0 / delta.InSecondsF(); local
381 // Clamp the FPS to the range we want to plot visually.
382 double p = fps / fps_graph_.current_upper_bound;
395 // Use the fps value to find the right bucket in the histogram.
398 // Add the delta time to take the time spent at that fps rate into
405 // Draw FPS histogram.
434 // Draw FPS graph.
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc 398 float fps = (render_view()->GetFilteredTimePerFrame() > 0.0f)? local
400 Send(new ChromeViewHostMsg_FPS(routing_id(), fps));
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 112 double fps = 1E6 / slotUs; local
113 printf("[%.2f fps]: %d\n", fps, counts[i]);
376 printf("avg. %.2f fps\n", n * 1E6 / delay);
605 fprintf(stderr, " -x display a histogram of decoding times/fps "
  /hardware/ti/omap4xxx/test/CameraHal/
camera_test_menu.cpp 398 int fps; member in struct:__anon34821
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 230 //Default FPS
331 //supported preview fps ranges should be added to this array in the form (minFps,maxFps)
7902 uint16_t fps = (uint16_t)params.getPreviewFrameRate(); local
    [all...]
  /external/chromium/base/
file_util_unittest.cc 1483 FILE *fps[3]; local
    [all...]
  /external/chromium_org/base/
file_util_unittest.cc 1700 FILE* fps[3]; local
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/client2/
Parameters.cpp 185 // NOTE: Not scaled like FPS range values are.
195 // from the [min, max] fps range use the max value
196 int fps = fpsFromRange(availableFpsRanges.data.i32[i], local
200 if (sortedPreviewFrameRates.indexOf(fps) == NAME_NOT_FOUND) {
201 sortedPreviewFrameRates.add(fps);
212 fps);
    [all...]
  /frameworks/base/core/jni/
android_view_SurfaceControl.cpp 386 env->SetFloatField(infoObj, gPhysicalDisplayInfoClassInfo.refreshRate, info.fps);

Completed in 810 milliseconds

1 2 3 4 56 7 8 9