Searched defs:position (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_render_utils.cpp | 42 int32_t position = y * handle.width + x; in SetPixel() local
|
H A D | display_test_utils.cpp | 108 int32_t position = y * handle.width + x; in GetPixelValue() local 141 int32_t position = y * handle.width + x; in CheckPixel() local 182 int32_t position = y * handle.stride / PIXEL_BYTES + x; in SetPixel() local [all...] |
/drivers/hdf_core/framework/tools/hdi-gen/util/ |
H A D | string_helper.cpp | 114 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std::string &newStr)
in Replace() argument 102 Replace( const std::string &value, size_t position, const std::string &substr, const std::string &newstr) Replace() argument
|
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/ |
H A D | pkg_db_helper.cpp | 344 int32_t position = 0; in QueryAndGetResultColumnValues() local
|
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/ |
H A D | preprocessor.cpp | 260 auto position = otherFile.imports_.find(curFile.GetFullName());
in CheckCircularReference() local
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_layer.cpp | 248 int32_t position = y * handle.width + x; in SetPixel() local
|
/drivers/peripheral/display/hal/default_standard/src/display_device/core/ |
H A D | hdi_layer.cpp | 194 int32_t position = y * handle.width + x;
in SetPixel() local
|
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/ |
H A D | audio_adapter_interface_impl.cpp | 859 std::string::size_type position = condition.find_first_of(";"); in getEventTypeFromCondition() local
|
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/ |
H A D | dmetadata_processor.cpp | 186 const uint8_t position = OHOS_CAMERA_POSITION_BACK; in InitDCameraDefaultAbilityKeys() local 189 const uint8_t position = OHOS_CAMERA_POSITION_FRONT; in InitDCameraDefaultAbilityKeys() local 192 const uint8_t position = OHOS_CAMERA_POSITION_OTHER; in InitDCameraDefaultAbilityKeys() local
|
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/ |
H A D | hdi_hostapd_hal.c | 633 static int AddParam(unsigned int position, const char *cmd, const char *arg, char outDataBuf[], unsigned int outSize) in AddParam() argument
|
/drivers/peripheral/format/interfaces/include/ |
H A D | format_type.h | 180 int64_t position; /**< Position of the data frame in the file */ member
|
Completed in 10 milliseconds