Home
last modified time | relevance | path

Searched refs:def (Results 1 - 18 of 18) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/omnivision_ov2775/
H A Dov2775_cmos.c426 static HI_VOID cmos_get_isp_dng_default(ISP_SNS_STATE_S *sns_state, ISP_CMOS_DEFAULT_S *def) in cmos_get_isp_dng_default() argument
429 (hi_void)memcpy_s(&def->stDngColorParam, sizeof(ISP_CMOS_DNG_COLORPARAM_S), &g_stDngColorParam, in cmos_get_isp_dng_default()
432 def->stSensorMode.stDngRawFormat.u8BitsPerSample = 12; /* 12bit */ in cmos_get_isp_dng_default()
433 def->stSensorMode.stDngRawFormat.u32WhiteLevel = 4095; /* max 4095 */ in cmos_get_isp_dng_default()
435 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleH.u32Denominator = 1; in cmos_get_isp_dng_default()
436 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleH.u32Numerator = 1; in cmos_get_isp_dng_default()
437 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleV.u32Denominator = 1; in cmos_get_isp_dng_default()
438 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleV.u32Numerator = 1; in cmos_get_isp_dng_default()
439 def->stSensorMode.stDngRawFormat.stCfaRepeatPatternDim.u16RepeatPatternDimRows = 2; /* pattern 2 */ in cmos_get_isp_dng_default()
440 def in cmos_get_isp_dng_default()
455 cmos_get_isp_linear_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_linear_default() argument
486 cmos_get_isp_built_in_wdr_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_built_in_wdr_default() argument
524 cmos_get_isp_2to1_line_wdr_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_2to1_line_wdr_default() argument
560 cmos_get_isp_2to1_line_wdr_hlcg_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_2to1_line_wdr_hlcg_default() argument
596 cmos_get_isp_default(VI_PIPE vi_pipe, ISP_CMOS_DEFAULT_S *def) cmos_get_isp_default() argument
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/primesensor_ps5260_2L/
H A Dps5260_2l_cmos.c750 static HI_VOID cmos_get_isp_dng_default(ISP_SNS_STATE_S *sns_state, ISP_CMOS_DEFAULT_S *def) in cmos_get_isp_dng_default() argument
752 (hi_void)memcpy_s(&def->stDngColorParam, sizeof(ISP_CMOS_DNG_COLORPARAM_S), &g_stDngColorParam, in cmos_get_isp_dng_default()
758 def->stSensorMode.stDngRawFormat.u8BitsPerSample = 12; /* 12bit */ in cmos_get_isp_dng_default()
759 def->stSensorMode.stDngRawFormat.u32WhiteLevel = 4095; /* max 4095 */ in cmos_get_isp_dng_default()
763 def->stSensorMode.stDngRawFormat.u8BitsPerSample = 10; /* 10bit */ in cmos_get_isp_dng_default()
764 def->stSensorMode.stDngRawFormat.u32WhiteLevel = 1023; /* max 1023 */ in cmos_get_isp_dng_default()
768 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleH.u32Denominator = 1; in cmos_get_isp_dng_default()
769 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleH.u32Numerator = 1; in cmos_get_isp_dng_default()
770 def->stSensorMode.stDngRawFormat.stDefaultScale.stDefaultScaleV.u32Denominator = 1; in cmos_get_isp_dng_default()
771 def in cmos_get_isp_dng_default()
788 cmos_get_isp_linear_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_linear_default() argument
817 cmos_get_isp_built_in_wdr_default(ISP_CMOS_DEFAULT_S *def) cmos_get_isp_built_in_wdr_default() argument
853 cmos_get_isp_default(VI_PIPE vi_pipe, ISP_CMOS_DEFAULT_S *def) cmos_get_isp_default() argument
[all...]
/device/soc/rockchip/rk3588/kernel/scripts/
H A Dmkbootimg27 def filesize(f):
36 def update_sha(sha, f):
45 def pad_file(f, padding):
50 def get_number_of_pages(image_size, page_size):
55 def get_recovery_dtbo_offset(args):
66 def write_header_v3(args):
84 def write_vendor_boot_header(args):
106 def write_header(args):
174 def __init__(self, option_strings, dest, nargs=None, **kwargs):
181 def __call_
[all...]
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_meta.h161 MPP_RET mpp_meta_get_s32_d(MppMeta meta, MppMetaKey key, RK_S32 *val, RK_S32 def);
162 MPP_RET mpp_meta_get_s64_d(MppMeta meta, MppMetaKey key, RK_S64 *val, RK_S64 def);
163 MPP_RET mpp_meta_get_ptr_d(MppMeta meta, MppMetaKey key, void **val, void *def);
164 MPP_RET mpp_meta_get_frame_d(MppMeta meta, MppMetaKey key, MppFrame *frame, MppFrame def);
165 MPP_RET mpp_meta_get_packet_d(MppMeta meta, MppMetaKey key, MppPacket *packet, MppPacket def);
166 MPP_RET mpp_meta_get_buffer_d(MppMeta meta, MppMetaKey key, MppBuffer *buffer, MppBuffer def);
H A Ddictionary.h116 @param def Default value to return if key not found.
120 value, or the passed 'def' pointer if no such key can be found in
125 const char * dictionary_get(const dictionary * d, const char * key, const char * def);
H A Diniparser.h179 @param def Default value to return if key not found.
184 the pointer passed as 'def' is returned.
189 const char * iniparser_getstring(const dictionary * d, const char * key, const char * def);
/device/soc/hisilicon/hi3516dv300/sdk_linux/usr/sensor/sony_imx307/
H A Dimx307_cmos.c869 static void cmos_get_isp_linear_default(VI_PIPE vi_pipe, ISP_CMOS_DEFAULT_S *def) in cmos_get_isp_linear_default() argument
871 def->unKey.bit1Demosaic = 1; in cmos_get_isp_linear_default()
872 def->pstDemosaic = &g_stIspDemosaic; in cmos_get_isp_linear_default()
873 def->unKey.bit1Sharpen = 1; in cmos_get_isp_linear_default()
874 def->pstSharpen = &g_stIspYuvSharpen; in cmos_get_isp_linear_default()
875 def->unKey.bit1Drc = 1; in cmos_get_isp_linear_default()
876 def->pstDrc = &g_isp_drc; in cmos_get_isp_linear_default()
877 def->unKey.bit1BayerNr = 1; in cmos_get_isp_linear_default()
878 def->pstBayerNr = &g_stIspBayerNr; in cmos_get_isp_linear_default()
879 def in cmos_get_isp_linear_default()
[all...]
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h271 unsigned def[DDR_PHY_CA_REG_MAX]; member
H A Dddr_training_impl.c1275 DDR_DEBUG("DQ[%x] def[%x] nok, find new value[%x]", in ddr_dataeye_find_dq()
3261 DDR_DEBUG("PHY[%x] def clk[%x] add phase[%x]", in ddr_ac_training()
3270 DDR_DEBUG("PHY[%x] def cs[%x] add bdl[%x]", in ddr_ac_training()
3363 data->def[index] = ddr_read(data->base_phy in ddr_lpca_get_def()
3373 ddr_write(data->def[index], data->base_phy in ddr_lpca_restore_def()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.h272 unsigned def[DDR_PHY_CA_REG_MAX]; member
H A Dddr_training_impl.c1274 DDR_DEBUG("DQ[%x] def[%x] nok, find new value[%x]", in ddr_dataeye_find_dq()
3263 DDR_DEBUG("PHY[%x] def clk[%x] add phase[%x]", in ddr_ac_training()
3272 DDR_DEBUG("PHY[%x] def cs[%x] add bdl[%x]", in ddr_ac_training()
3365 data->def[index] = ddr_read(data->base_phy in ddr_lpca_get_def()
3375 ddr_write(data->def[index], data->base_phy in ddr_lpca_restore_def()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_config.h337 int def, bool down);
H A Ddhd_config.c1246 int def, bool down) in dhd_conf_set_intiovar()
1251 if (val >= def) { in dhd_conf_set_intiovar()
1245 dhd_conf_set_intiovar(dhd_pub_t *dhd, uint cmd, char *name, int val, int def, bool down) dhd_conf_set_intiovar() argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
H A Dhi_wifi_driver_wpa_if.h428 hisi_bool_enum_uint8 def; member
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_sns_adapt.h452 hi_s32 (*pfn_cmos_get_isp_default)(hi_vi_pipe vi_pipe, hi_isp_cmos_default *def);
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_sns_adapt.h452 hi_s32 (*pfn_cmos_get_isp_default)(hi_vi_pipe vi_pipe, hi_isp_cmos_default *def);
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/wifi/include/
H A Dhi_wifi_driver_wpa_if.h417 hisi_bool_enum_uint8 def; member
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c1638 static inline bool test_idle_cores(int cpu, bool def);
6347 static inline bool test_idle_cores(int cpu, bool def) in test_idle_cores() argument
6356 return def; in test_idle_cores()

Completed in 45 milliseconds