Home
last modified time | relevance | path

Searched defs:resolution (Results 1 – 25 of 27) sorted by relevance

12

/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
Dconfiguration_convertor.cpp25 auto resolution = Global::Resource::ColorMode::COLOR_MODE_NOT_SET; in ConvertColorMode() local
44 auto resolution = Global::Resource::TimeFormat::HOUR_NOT_SET; in ConvertTimeFormat() local
69 auto resolution = Global::Resource::Direction::DIRECTION_NOT_SET; in ConvertDirection() local
99 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensity() local
111 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensity() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
Djs_data_converter.cpp27 auto resolution = Global::Resource::ColorMode::COLOR_MODE_NOT_SET; in ConvertColorMode() local
56 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensity() local
79 auto resolution = Global::Resource::Direction::DIRECTION_NOT_SET; in ConvertDirection() local
/foundation/arkui/ace_engine/frameworks/base/resource/
Dace_res_config.h42 ResolutionType resolution) in AceResConfig()
49 DeviceType deviceType, ResolutionType resolution) in AceResConfig()
Dace_res_config.cpp943 ResolutionType AceResConfig::GetResolutionType(double resolution) in GetResolutionType()
967 LongScreenType AceResConfig::GetLongScreenType(double resolution) in GetLongScreenType()
/foundation/arkui/ace_engine/adapter/preview/osal/
Dresource_convertor.cpp64 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensityToGlobal() local
Dsystem_properties.cpp130 int32_t deviceWidth, int32_t deviceHeight, int32_t orientation, double resolution, bool isRound) in InitDeviceInfo()
Dresource_adapter_impl.cpp85 auto resolution = Global::Resource::RESOLUTION::RESOLUTION_LOW; in ConvertResolution() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
Dresource_convertor.cpp64 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensityToGlobal() local
Dsystem_properties.cpp397 int32_t deviceWidth, int32_t deviceHeight, int32_t orientation, double resolution, bool isRound) in InitDeviceInfo()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
Ddcamera_client_demo.h150 std::string resolution = std::to_string(width_) + "_" + std::to_string(height_); in SaveFile() local
182 std::string resolution = std::to_string(width_) + "_" + std::to_string(height_); in SaveFile() local
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
Ddcamera_client_demo.h150 std::string resolution = std::to_string(width_) + "_" + std::to_string(height_); in SaveFile() local
182 std::string resolution = std::to_string(width_) + "_" + std::to_string(height_); in SaveFile() local
/foundation/multimodalinput/input/frameworks/proxy/events/src/
Dinput_device.cpp156 …o::AxisInfo(int32_t type, int32_t min, int32_t max, int32_t fuzz, int32_t flat, int32_t resolution) in AxisInfo()
209 void InputDevice::AxisInfo::SetResolution(int32_t resolution) in SetResolution()
/foundation/multimedia/av_codec/test/unittest/hls_test/
Dhls_tags_unit_test.cpp129 auto resolution = attr.GetResolution(); variable
/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_async_callback.cpp152 void NapiPromise::Resolve(napi_value resolution) in Resolve()
/foundation/multimodalinput/input/frameworks/napi/input_device/src/
Djs_util.cpp158 napi_value resolution = nullptr; in GetDeviceAxisInfo() local
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
Dliteplayer.cpp613 StreamResolution resolution = { 0 }; in SetVDecAttr() local
640 StreamResolution resolution = { 0 }; in SetStreamAttr() local
904 int32_t PlayerControl::GetVideoResolution(int32_t streamIdx, StreamResolution &resolution) in GetVideoResolution()
1703 StreamResolution resolution = { 0 }; in TPlayGetPlayMode() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
Dkv_store_delegate_impl.cpp317 const ConflictResolution &resolution) in SetConflictResolutionPolicy()
/foundation/multimedia/media_lite/services/player_lite/impl/
Dplayer_impl.cpp174 const StreamResolution *resolution = &fileInfo->stSteamResolution[i]; in ShowFileInfo() local
336 StreamResolution *resolution = &formatFileInfo_.stSteamResolution[i]; in SetMediaStream() local
/foundation/arkui/ace_engine/frameworks/base/utils/
Dsystem_properties.h164 static void SetResolution(double resolution) in SetResolution()
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_ability.cpp389 const DeviceOrientation& orientation, const double& resolution, int32_t& width, int32_t& height, in SurfaceChanged()
/foundation/multimedia/player_framework/services/engine/common/avcodeclist/
Davcodec_xml_parser.cpp367 ImgSize resolution; in SetCapabilityHashRangeData() local
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
Ddemuxer_filter.cpp649 … auto resolution = std::make_pair(static_cast<int32_t>(width), static_cast<int32_t>(height)); in ReportVideoSize() local
/foundation/multimedia/player_framework/services/engine/gstreamer/common/playbin_adapter/
Dplaybin_state.cpp154 std::pair<int32_t, int32_t> resolution; in HandleResolutionChange() local
/foundation/multimedia/media_foundation/engine/scene/player/standard/
Dhiplayer_impl.cpp1107 auto resolution = Plugin::AnyCast<std::pair<int32_t, int32_t>>(event.param); in HandleResolutionChangeEvent() local
/foundation/multimedia/player_framework/services/engine/gstreamer/player/
Dplayer_engine_gst_impl.cpp336 std::pair<int32_t, int32_t> resolution = std::any_cast<std::pair<int32_t, int32_t>>(msg.extra); in HandleVideoSizeChanged() local

12