HomeSort by relevance Sort by last modified time
    Searched full:refresh_rate (Results 51 - 75 of 189) sorted by null

1 23 4 5 6 7 8

  /hardware/qcom/display/msm8996/sdm/libs/core/
display_hdmi.cpp 145 DisplayError DisplayHDMI::SetRefreshRate(uint32_t refresh_rate) {
152 DisplayError error = hw_intf_->SetRefreshRate(refresh_rate);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/
MrcWrapper.h 112 UINT8 SrInt; ///< 1=1.95us, 2=3.9us, 3=7.8us, others=RESERVED. REFRESH_RATE.
  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.h 78 virtual DisplayError SetRefreshRate(uint32_t refresh_rate);
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_device_drm.h 78 virtual DisplayError SetRefreshRate(uint32_t refresh_rate);
  /hardware/qcom/display/msm8998/sdm/libs/core/fb/
hw_device.h 86 virtual DisplayError SetRefreshRate(uint32_t refresh_rate);
hw_primary.cpp 298 DisplayError HWPrimary::SetRefreshRate(uint32_t refresh_rate) {
314 snprintf(refresh_rate_string, sizeof(refresh_rate_string), "%d", refresh_rate);
315 DLOGI_IF(kTagDriverConfig, "Setting refresh rate = %d", refresh_rate);
318 DLOGE("Failed to write %d with error %s", refresh_rate, strerror(errno));
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_device_drm.h 82 virtual DisplayError SetRefreshRate(uint32_t refresh_rate);
  /hardware/qcom/display/sdm845/sdm/libs/core/fb/
hw_device.h 86 virtual DisplayError SetRefreshRate(uint32_t refresh_rate);
hw_primary.cpp 298 DisplayError HWPrimary::SetRefreshRate(uint32_t refresh_rate) {
314 snprintf(refresh_rate_string, sizeof(refresh_rate_string), "%d", refresh_rate);
315 DLOGI_IF(kTagDriverConfig, "Setting refresh rate = %d", refresh_rate);
318 DLOGE("Failed to write %d with error %s", refresh_rate, strerror(errno));
  /hardware/qcom/display/msm8998/sdm/libs/hwc2/
hwc_display.cpp 1812 uint32_t refresh_rate = req_refresh_rate; local
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/hwc2/
hwc_display.cpp 1778 uint32_t refresh_rate = req_refresh_rate; local
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_qclient.cpp 259 uint32_t refresh_rate = (uint32_t)inParcel->readInt32(); local
280 uint32_t rate = roundOff(refresh_rate);
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_qclient.cpp 276 uint32_t refresh_rate = (uint32_t)inParcel->readInt32(); local
297 uint32_t rate = roundOff(refresh_rate);
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 58 int refresh_rate; /**< refresh rate (or zero for unspecified) */ member in struct:__anon60959
336 * refresh_rate default to the desktop mode if they are 0. The modes are
338 * finally checking the refresh_rate. If all the available modes are too
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_video.h 58 int refresh_rate; /**< refresh rate (or zero for unspecified) */ member in struct:__anon61068
336 * refresh_rate default to the desktop mode if they are 0. The modes are
338 * finally checking the refresh_rate. If all the available modes are too
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 58 int refresh_rate; /**< refresh rate (or zero for unspecified) */ member in struct:__anon61145
336 * refresh_rate default to the desktop mode if they are 0. The modes are
338 * finally checking the refresh_rate. If all the available modes are too
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 58 int refresh_rate; /**< refresh rate (or zero for unspecified) */ member in struct:__anon61241
336 * refresh_rate default to the desktop mode if they are 0. The modes are
338 * finally checking the refresh_rate. If all the available modes are too
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_video.c 450 target.refresh_rate = (variation & 2) ? current.refresh_rate : 0;
496 target.refresh_rate = (variation & 8) ? SDLTest_RandomIntegerInRange(25, 120) : 0;
580 mode.refresh_rate = -1;
590 SDLTest_AssertCheck(mode.refresh_rate > 0, "Validate mode.refresh_rate content; expected: >0, got: %d", mode.refresh_rate);
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/video/
msm_hdmi_modes.h 37 uint32_t refresh_rate; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x26/kernel-headers/video/
msm_hdmi_modes.h 39 uint32_t refresh_rate; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x84/kernel-headers/video/
msm_hdmi_modes.h 39 uint32_t refresh_rate; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8x84/original-kernel-headers/video/
msm_hdmi_modes.h 20 uint32_t refresh_rate; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/display/sdm845/sdm/include/core/
display_interface.h 458 @param[in] refresh_rate new refresh rate of the display.
464 virtual DisplayError SetRefreshRate(uint32_t refresh_rate, bool final_rate) = 0;
  /hardware/qcom/msm8994/kernel-headers/video/
msm_hdmi_modes.h 57 uint32_t refresh_rate; member in struct:msm_hdmi_mode_timing_info
  /hardware/qcom/msm8996/original-kernel-headers/video/
msm_hdmi_modes.h 43 uint32_t refresh_rate; member in struct:msm_hdmi_mode_timing_info

Completed in 5622 milliseconds

1 23 4 5 6 7 8