Home
last modified time | relevance | path

Searched refs:resolutions (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A Dconfiguration_convertor.cpp27 static const std::vector<std::pair<std::string, Global::Resource::ColorMode>> resolutions = { in ConvertColorMode() local
32 for (const auto& [tempColorMode, value] : resolutions) { in ConvertColorMode()
46 static const std::vector<std::pair<std::string, Global::Resource::TimeFormat>> resolutions = { in ConvertTimeFormat() local
51 for (const auto& [tempTimeFormat, value] : resolutions) { in ConvertTimeFormat()
71 static const std::vector<std::pair<std::string, Global::Resource::Direction>> resolutions = { in ConvertDirection() local
76 for (const auto& [tempDirection, value] : resolutions) { in ConvertDirection()
88 static const std::vector<std::pair<float, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity() local
100 for (const auto& [dpi, value] : resolutions) { in ConvertDensity()
113 … static const std::vector<std::pair<std::string, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity() local
122 for (const auto& [tempdensity, value] : resolutions) { in ConvertDensity()
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Djs_data_converter.cpp29 static const std::vector<std::pair<std::string, Global::Resource::ColorMode>> resolutions = { in ConvertColorMode() local
34 for (const auto &[tempColorMode, value] : resolutions) { in ConvertColorMode()
58 … static const std::vector<std::pair<std::string, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensity() local
67 for (const auto &[tempdensity, value] : resolutions) { in ConvertDensity()
81 static const std::vector<std::pair<std::string, Global::Resource::Direction>> resolutions = { in ConvertDirection() local
86 for (const auto &[tempDirection, value] : resolutions) { in ConvertDirection()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/dump/
H A Dresource_index.py33 resolutions = {-2: "nodpi", -1: "anydpi", 120: "sdpi", 160: "mdpi", 213: "tvdpi", 240: "ldpi", 320:… variable
71 key_str = key_str + resolutions.get(k)
73 key_str = "{}-{}".format(key_str, resolutions.get(k))
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/datastore/
H A Drender_data_store_default_light.cpp54 const ShadowQualityResolutions& resolutions, const uint32_t flags) in SetShadowQualityResolutions() argument
56 resolutions_ = resolutions; in SetShadowQualityResolutions()
H A Drender_data_store_default_light.h55 …void SetShadowQualityResolutions(const ShadowQualityResolutions& resolutions, const uint32_t flags… in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp56 static const std::vector<std::pair<double, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensityToGlobal() local
67 for (const auto& [dpi, value] : resolutions) { in ConvertDensityToGlobal()
H A Dresource_adapter_impl.cpp76 static const std::vector<std::pair<double, Global::Resource::RESOLUTION>> resolutions = { in ConvertResolution() local
86 for (const auto& [dpi, value] : resolutions) { in ConvertResolution()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp56 static const std::vector<std::pair<double, Global::Resource::ScreenDensity>> resolutions = { in ConvertDensityToGlobal() local
67 for (const auto& [dpi, value] : resolutions) { in ConvertDensityToGlobal()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Dintf_render_data_store_default_light.h125 …virtual void SetShadowQualityResolutions(const ShadowQualityResolutions& resolutions, const uint32…
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp77 static Print_Resolution resolutions[] = {{DPI_A, DPI_A}, {DPI_B, DPI_B}}; in BuildCapability() local
91 capability.supportedResolutions = resolutions; in BuildCapability()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprinter_capability_helper.cpp298 [nativeObj](const std::vector<PrintResolution>& resolutions) { in buildSupportedResolutions() argument
299 nativeObj->SetResolution(resolutions); in buildSupportedResolutions()
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-image-sys.md83 Enumerates the image resolutions used for decoding the image.
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dres_config_impl.cpp32 static const std::vector<std::pair<float, ScreenDensity>> resolutions = { variable
199 for (const auto& [dpi, value] : resolutions) { in ConvertDensity()
/ohos5.0/docs/en/design/ux-design/
H A Ddesign-checklist.md15 …display of content is consistent across devices of different sizes and resolutions without misplac…
/ohos5.0/docs/en/application-dev/media/media/
H A Dmedia-kit-intro.md121 The table below lists the supported playback formats and mainstream resolutions.
125 ….265<sup>10+</sup> and H.264<br>Audio formats: AAC and MP3| Mainstream resolutions, such as 4K, 10…
126 ….265<sup>10+</sup> and H.264<br>Audio formats: AAC and MP3| Mainstream resolutions, such as 4K, 10…
127 ….265<sup>10+</sup> and H.264<br>Audio formats: AAC and MP3| Mainstream resolutions, such as 4K, 10…
/ohos5.0/foundation/multimedia/camera_framework/
H A DREADME.md210 …view width and Height can be configured to one of the camera supported resolutions. And to save to…
290 …solution can be configured to one of the camera and recorder supported resolutions while setting t…
/ohos5.0/drivers/interface/display/composer/v1_1/
H A DIDisplayComposer.idl43 …* including all supported resolutions, refresh rates and groupId. Each mode has an ID, which will …
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/
H A DIDisplayComposer.idl43 …* including all supported resolutions, refresh rates and groupId. Each mode has an ID, which will …
/ohos5.0/docs/zh-cn/application-dev/media/camera/
H A Dcamera-foldable-display.md127 // One of the recommended preview resolutions
/ohos5.0/docs/en/application-dev/performance/
H A Dimprove-application-cold-start-speed.md17 …p page, the recommended maximum resolution is 256 x 256 pixels. Larger resolutions may result in s…
/ohos5.0/docs/en/application-dev/media/camera/
H A Dcamera-foldable-display.md127 // One of the recommended preview resolutions
/ohos5.0/drivers/interface/display/composer/v1_0/
H A DIDisplayComposer.idl84 …* including all supported resolutions and refresh rates. Each mode has an ID, which will be used w…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_0/foo/display/composer/v1_0/
H A DIDisplayComposer.idl84 …* including all supported resolutions and refresh rates. Each mode has an ID, which will be used w…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_0/
H A DIDisplayComposer.idl84 …* including all supported resolutions and refresh rates. Each mode has an ID, which will be used w…
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Djs-apis-netErrorList.md74 …E | -119 | The request in the queue is aborted because there are too many pending DNS resolutions.|

12