Home
last modified time | relevance | path

Searched defs:modes (Results 26 – 50 of 70) sorted by relevance

123

/ohos5.0/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h95 … int32_t GetDisplaySupportedModesExt(unsigned int devId, std::vector<DisplayModeInfoExt> &modes) o… in GetDisplaySupportedModesExt()
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.cpp79 int32_t DrmDisplay::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
H A Ddrm_connector.cpp228 int32_t DrmConnector::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp181 vector<MeteringMode> modes; in TestManualExposure() local
352 vector<WhiteBalanceMode> modes; in Test31() local
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/resources/
H A Dsettings.json82 "modes": 436 number
/ohos5.0/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp82 int32_t DrmDisplay::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
H A Ddrm_connector.cpp333 int32_t DrmConnector::GetDisplaySupportedModes(uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
H A Dhdi_session.cpp109 static int32_t GetDisplaySupportedModes(uint32_t devId, uint32_t *num, DisplayModeInfo *modes) in GetDisplaySupportedModes()
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Dutility.cpp189 …std::map<mode_t, std::string> modes {{S_IRUSR, "U+R "}, {S_IWUSR, "U+W "}, {S_IXUSR, "U+X "}, {S_I… in ShowFileAttributes() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp106 std::vector<ScreenColorGamut> modes = { ScreenColorGamut::COLOR_GAMUT_INVALID }; in RSPhysicalScreenFuzzTest() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dhal_device_manage_test.h133 virtual int32_t GetChipModes(std::vector<UsableMode>& modes) in GetChipModes()
/ohos5.0/foundation/window/window_manager/dmserver/src/
H A Dscreen_rotation_controller.cpp349 sptr<SupportedScreenModes> modes = in ProcessRotationMapping() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp1074 std::vector<SceneMode> modes = manager_->GetSupportedModes(cameras_[0]); in IsSupportMode() local
3325 std::vector<MeteringMode> modes = {}; variable
3413 std::vector<FocusAssistFlashMode> modes = {}; variable
3495 std::vector<ExposureHintMode> modes = {}; variable
3701 std::vector<FocusMode> modes = {}; variable
3791 std::vector<FlashMode> modes = {}; variable
11216 std::vector<SceneMode> modes = manager_->GetSupportedModes(camDevice); variable
11271 std::vector<SceneMode> modes = manager_->GetSupportedModes(camDevice); variable
11524 auto modes = manager_->GetSupportedModes(cameras_[0]); variable
11584 auto modes = manager_->GetSupportedModes(cameras_[0]); variable
[all …]
/ohos5.0/foundation/window/window_manager/dmserver/test/unittest/
H A Dabstract_screen_controller_test.cpp492 sptr<SupportedScreenModes> modes; variable
1218 sptr<SupportedScreenModes> modes; variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_chip.c187 WifiErrorNo GetSupportedComboModes(int32_t *modes, int32_t *size) in GetSupportedComboModes()
/ohos5.0/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_crpc_chip.c247 int *modes = (int *)calloc(maxSize, sizeof(int)); in RpcGetSupportedComboModes() local
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp107 std::vector<DisplayModeInfo> modes; in BENCHMARK_F() local
377 std::vector<DisplayModeInfoExt> modes; in BENCHMARK_F() local
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp288 …splayComposerService::GetDisplaySupportedModes(uint32_t devId, std::vector<DisplayModeInfo>& modes) in GetDisplaySupportedModes()
542 …omposerService::GetDisplaySupportedModesExt(uint32_t devId, std::vector<DisplayModeInfoExt>& modes) in GetDisplaySupportedModesExt()
/ohos5.0/drivers/peripheral/display/composer/test/unittest/
H A Dhdi_composer_ut.cpp262 std::vector<DisplayModeInfo> modes; variable
897 std::vector<DisplayModeInfoExt> modes; variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_server_asr.cpp396 std::vector<std::string> modes = VOICE_CALL_ASSISTANT_SUPPRESSION.at(asrVoiceControlMode); in SetAsrVoiceControlMode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_client_test.cpp613 std::vector<ScreenColorGamut> modes; variable
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_mode.cpp349 std::string modes = ""; in main() local
/ohos5.0/drivers/hdf_core/adapter/platform/gpio/
H A Dgpio_stm32f4xx.c300 uint32_t modes[] = HCS_ARRAYS(HCS_NODE(PLATFORM_GPIO_CONFIG, mode)); in GetGpioDeviceResource() local
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp259 vector<VideoStabilizationMode> modes; in TestStabilization() local
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp384 std::vector<DisplayModeInfoExt> modes; in TestGetDisplaySupportedModesExt() local

123