Home
last modified time | relevance | path

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

12

/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_resolution_test.cpp49 OHOS::Print::PrintResolution resolution; variable
66 OHOS::Print::PrintResolution resolution; variable
79 OHOS::Print::PrintResolution resolution; variable
92 OHOS::Print::PrintResolution resolution; variable
105 OHOS::Print::PrintResolution resolution; variable
118 OHOS::Print::PrintResolution resolution; variable
134 OHOS::Print::PrintResolution resolution; variable
152 OHOS::Print::PrintResolution resolution; variable
166 OHOS::Print::PrintResolution resolution; variable
H A Dprinter_capability_test.cpp111 std::vector<PrintResolution> resolution, getResolution; variable
129 std::vector<PrintResolution> resolution; variable
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/configuration/src/
H A 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
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A 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
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.h42 ResolutionType resolution) in AceResConfig()
49 DeviceType deviceType, ResolutionType resolution) in AceResConfig()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp167 …, int64_t> TransactionImpl::Insert(const std::string &table, const Row &row, Resolution resolution) in Insert()
200 const Values &args, Resolution resolution) in Update()
211 Resolution resolution) in Update()
H A Dtrans_db.cpp35 …pair<int, int64_t> TransDB::Insert(const std::string &table, const Row &row, Resolution resolution) in Insert()
108 const Values &args, Resolution resolution) in Update()
H A Drdb_store.cpp105 …air<int, int64_t> RdbStore::Insert(const std::string &table, const Row &row, Resolution resolution) in Insert()
123 Resolution resolution) in InsertWithConflictResolution()
160 const Values &args, Resolution resolution) in Update()
192 const std::string &whereClause, const Olds &args, Resolution resolution) in UpdateWithConflictResolution()
202 const std::string &whereClause, const Values &args, Resolution resolution) in UpdateWithConflictResolution()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_resolution_helper.cpp24 napi_value PrintResolutionHelper::MakeJsObject(napi_env env, const PrintResolution &resolution) in MakeJsObject()
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dresource_convertor.cpp66 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensityToGlobal() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dresource_convertor.cpp66 auto resolution = Global::Resource::ScreenDensity::SCREEN_DENSITY_NOT_SET; in ConvertDensityToGlobal() local
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_converter.cpp123 std::string GetResolutionString(Print_Resolution resolution) in GetResolutionString()
H A Dprint_helper.cpp287 bool ParseResolutionObject(const nlohmann::json &jsonObject, Print_Resolution &resolution) in ParseResolutionObject()
317 Print_Resolution resolution; in ParseResolutionArray() local
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_device.cpp161 …o::AxisInfo(int32_t type, int32_t min, int32_t max, int32_t fuzz, int32_t flat, int32_t resolution) in AxisInfo()
214 void InputDevice::AxisInfo::SetResolution(int32_t resolution) in SetResolution()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A 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
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A 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
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H A Ddmetadata_processor.cpp333 for (auto resolution : resolutionList) { in InitBasicConfigTag() local
350 for (auto resolution : resolutionList) { in InitExtendConfigTag() local
362 for (auto resolution : resolutionList) { in InitExtendConfigTag() local
375 for (auto resolution : resolutionList) { in InitExtendConfigTag() local
774 DCResolution resolution(width, height); in GetNodeSupportedResolution() local
/ohos5.0/base/sensors/medical_sensor/utils/src/
H A Dmedical.cpp94 void MedicalSensor::SetResolution(float resolution) in SetResolution()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hls_test/
H A Dhls_tags_unit_test.cpp138 auto resolution = attr.GetResolution(); variable
/ohos5.0/base/sensors/sensor/utils/common/src/
H A Dsensor.cpp118 void Sensor::SetResolution(float resolution) in SetResolution()
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/input_device/src/
H A Djs_util.cpp169 napi_value resolution = nullptr; in GetDeviceAxisInfo() local
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_async_callback.cpp172 void NapiPromise::Resolve(napi_value resolution) in Resolve()
/ohos5.0/base/sensors/sensor/test/unittest/interfaces/kits/
H A Dsensor_native_test.cpp157 float resolution = INVALID_RESOLUTION; variable
333 float *resolution = nullptr; variable
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/
H A 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
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/app_startup/startup_manager/
H A Djs_startup_manager.cpp92 napi_value resolution = JsStartupConfig::BuildResult(env, result); in OnRun() local

12