Home
last modified time | relevance | path

Searched defs:position (Results 1 – 11 of 11) sorted by relevance

/drivers/peripheral/display/composer/test/common/
Ddisplay_test_utils.cpp108 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
Dhdi_test_render_utils.cpp42 int32_t position = y * handle.width + x; in SetPixel() local
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp103 const std::string &value, size_t position, const std::string &substr, const std::string &newstr) in Replace()
114 std::string StringHelper::Replace(const std::string &value, size_t position, size_t len, const std:… in Replace()
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
Dhdi_layer.cpp194 int32_t position = y * handle.width + x; in SetPixel() local
/drivers/peripheral/display/composer/vdi_base/src/
Dhdi_layer.cpp248 int32_t position = y * handle.width + x; in SetPixel() local
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
Dpreprocessor.cpp260 auto position = otherFile.imports_.find(curFile.GetFullName()); in CheckCircularReference() local
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddmetadata_processor.cpp186 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/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
Dpkg_db_helper.cpp344 int32_t position = 0; in QueryAndGetResultColumnValues() local
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/service_common/
Dhdi_hostapd_hal.c633 static int AddParam(unsigned int position, const char *cmd, const char *arg, char outDataBuf[], uns… in AddParam()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
Daudio_adapter_interface_impl.cpp859 std::string::size_type position = condition.find_first_of(";"); in getEventTypeFromCondition() local
/drivers/peripheral/format/interfaces/include/
Dformat_type.h180 int64_t position; /**< Position of the data frame in the file */ member