HomeSort by relevance Sort by last modified time
    Searched refs:fps (Results 226 - 250 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 774 /** The requested FPS */
777 /** The actual FPS */
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_layers.cpp 671 float fps = 0; local
673 if (getMetaData(handle, GET_REFRESH_RATE, &fps) == 0) {
674 frame_rate = RoundToStandardFPS(fps);
779 uint32_t HWCLayer::RoundToStandardFPS(float fps) {
781 uint32_t frame_rate = (uint32_t)(fps);
786 // Most likely used for video, the fps can fluctuate
787 // Ex: b/w 29 and 30 for 30 fps clip
  /packages/apps/DevCamera/src/com/android/devcamera/
Api2Camera.java 828 float fps = 0; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
HudSystem.java 232 public void setFPS(int fps) {
233 mFPSDigitsChanged = (fps != mFPS);
234 mFPS = fps;
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
ConnectActivity.java 298 // Get camera fps from settings.
300 String fps = sharedPref.getString(keyprefFps, local
302 String[] fpsValues = fps.split("[ x]+");
307 Log.e(TAG, "Wrong camera fps setting: " + fps);
  /frameworks/av/media/libstagefright/
MediaSync.cpp 377 float fps = mFrameScheduler->getFrameRate(); local
378 if (fps > 0.f) {
379 return fps;
570 // smooth out videos >= 10fps
Utils.cpp 776 int32_t fps; local
1452 int32_t fps; local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_primary.cpp 262 display_attributes_.fps = meta_data.data.panel_frame_rate;
263 display_attributes_.vsync_period_ns = UINT32(1000000000L / display_attributes_.fps);
311 if (refresh_rate == display_attributes_.fps) {
  /packages/apps/LegacyCamera/src/com/android/camera/
EffectsRecorder.java 234 public void setCaptureRate(double fps) {
244 if (mLogVerbose) Log.v(TAG, "Setting time lapse capture rate to " + fps + " fps");
245 mCaptureRate = fps;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVXCheckAnalyzer.java 450 public double fps; field in class:RVCVXCheckAnalyzer.VideoMetaInfo
492 fps = json.getDouble("frameRate");
790 if (meta.fps > DECIMATION_FPS_TARGET) {
791 decimation = (int)(meta.fps / DECIMATION_FPS_TARGET);
792 meta.fps /=decimation;
897 timestamp = (double) i / meta.fps;
    [all...]
  /external/skia/experimental/skottie/
Skottie.cpp 1167 const auto fps = ParseDefault(json["fr"], -1.0f); local
    [all...]
  /external/skqp/experimental/skottie/
Skottie.cpp 1100 const auto fps = ParseDefault(json["fr"], -1.0f); local
    [all...]
  /hardware/qcom/display/msm8909/sdm/libs/core/fb/
hw_hdmi.cpp 340 display_attributes->fps = timing_mode->refresh_rate / 1000;
341 display_attributes->vsync_period_ns = UINT32(1000000000L / display_attributes->fps);
902 data->fps = refresh_rate;
972 snprintf(refresh_rate_string, sizeof(refresh_rate_string), "%d", data.fps);
973 DLOGI_IF(kTagDriverConfig, "Setting refresh rate = %d", data.fps);
977 data.clk_rate_hz, data.fps);
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecTest.java 78 private static final int FRAME_RATE = 15; // 15fps
1496 int fps = 0; \/\/ frame rate for the max resolution local
    [all...]
  /external/libvpx/libvpx/examples/
vp9cx_set_ref.c 300 const int fps = 30; local
345 info.time_base.denominator = fps;
  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.cpp 322 const double fps = profile_present_count / (current_time - profile_start_time); local
325 << "(FPS: " << fps << ")";
  /frameworks/av/camera/
CameraParameters.cpp 34 const char CameraParameters::KEY_PREVIEW_FPS_RANGE[] = "preview-fps-range";
35 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE[] = "preview-fps-range-values";
398 void CameraParameters::setPreviewFrameRate(int fps)
400 set(KEY_PREVIEW_FRAME_RATE, fps);
  /frameworks/base/media/java/android/media/
MediaRecorder.java 557 * @param fps Rate at which frames should be captured in frames per second.
558 * The fps can go as low as desired. However the fastest fps will be limited by the hardware.
559 * For resolutions that can be captured by the video camera, the fastest fps can be computed using
561 * resolutions the fastest fps may be more restrictive.
566 public void setCaptureRate(double fps) {
569 setParameter("time-lapse-fps=" + fps);
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 66 static void psb_doframerate(int fps)
70 inter_period.tv_usec += 1000000 / fps;
  /hardware/interfaces/camera/common/1.0/default/
CameraParameters.cpp 41 const char CameraParameters::KEY_PREVIEW_FPS_RANGE[] = "preview-fps-range";
42 const char CameraParameters::KEY_SUPPORTED_PREVIEW_FPS_RANGE[] = "preview-fps-range-values";
405 void CameraParameters::setPreviewFrameRate(int fps)
407 set(KEY_PREVIEW_FRAME_RATE, fps);
  /hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
ExternalCameraDeviceSession.h 181 // fps = 0.0 means default, which is
182 // slowest fps that is at least 30, or fastest fps if 30 is not supported
183 int configureV4l2StreamLocked(const SupportedV4L2Format& fmt, double fps = 0.0);
185 int setV4l2FpsLocked(double fps);
  /hardware/qcom/display/msm8909/sdm/include/private/
hw_info_types.h 251 bool dynamic_fps = false; // Panel Supports dynamic fps
252 bool dfps_porch_mode = false; // dynamic fps VFP or HFP mode
254 uint32_t min_fps = 0; // Min fps supported by panel
255 uint32_t max_fps = 0; // Max fps supported by panel
522 (fps != display_attributes.fps) ||
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
hw_info_types.h 250 bool dynamic_fps = false; // Panel Supports dynamic fps
251 bool dfps_porch_mode = false; // dynamic fps VFP or HFP mode
253 uint32_t min_fps = 0; // Min fps supported by panel
254 uint32_t max_fps = 0; // Max fps supported by panel
521 (fps != display_attributes.fps) ||
  /hardware/qcom/display/msm8998/sdm/include/private/
hw_info_types.h 244 bool dynamic_fps = false; // Panel Supports dynamic fps
245 bool dfps_porch_mode = false; // dynamic fps VFP or HFP mode
247 uint32_t min_fps = 0; // Min fps supported by panel
248 uint32_t max_fps = 0; // Max fps supported by panel
513 (fps != display_attributes.fps) ||
  /prebuilts/misc/windows/sdl2/test/
testsprite2.c 370 double fps = ((double) frames * 1000) / (now - then); local
371 SDL_Log("%2.2f frames per second\n", fps);

Completed in 852 milliseconds

1 2 3 4 5 6 7 8 91011>>