Home
last modified time | relevance | path

Searched refs:shift_num (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adebayer/
H A Drk_aiq_adebayer_algo_v1.cpp41 pAdebayerCtx->full_param.shift_num = calib_dm->debayer_shift_num; in AdebayerFullParamsInit()
64 pAdebayerCtx->full_param.shift_num = debayer->param.debayer_shift_num; in AdebayerFullParamsInit()
94 pAdebayerCtx->config.shift_num = pAdebayerCtx->manualAttrib.shift_num; in AdebayerTranslateParamsAtManualMode()
139 pAdebayerCtx->config.shift_num = pAdebayerCtx->full_param.shift_num; in AdebayerTranslateParamsAtAutoMode()
235 … pAdebayerCtx->config.shift_num, pAdebayerCtx->config.max_ratio, pAdebayerCtx->config.hf_offset, in AdebayerTranslateParams()
H A Drk_aiq_types_adebayer_algo_prvt.h81 unsigned char shift_num; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/adebayer/
H A Drk_aiq_types_adebayer_hw.h32 unsigned char shift_num; member
H A Drk_aiq_types_adebayer_ext.h124 uint8_t shift_num; member
H A Drk_aiq_types_adebayer_algo_int.h37 uint8_t shift_num; member
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dlbalance.c741 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes) in leaf_shift_left() argument
750 i = leaf_move_items(LEAF_FROM_S_TO_L, tb, shift_num, shift_bytes, NULL); in leaf_shift_left()
752 if (shift_num) { in leaf_shift_left()
794 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes) in leaf_shift_right() argument
803 leaf_move_items(LEAF_FROM_S_TO_R, tb, shift_num, shift_bytes, NULL); in leaf_shift_right()
806 if (shift_num) { in leaf_shift_right()
H A Dreiserfs.h3222 int leaf_shift_left(struct tree_balance *tb, int shift_num, int shift_bytes);
3223 int leaf_shift_right(struct tree_balance *tb, int shift_num, int shift_bytes);
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/sample/
H A Dsample_adebayer_module.cpp191 stManual.shift_num = 2; in sample_adebayer_translate_params_v1()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Drk-isp2-config.h997 __u8 shift_num; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/
H A Drkisp2-config.h1009 u8 shift_num; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/hwi/isp20/
H A DIsp20Params.cpp2761 isp_cfg.others.debayer_cfg.shift_num = demosaic.shift_num; in convertAiqAdemosaicToIsp20Params()
H A DCamHwIsp20.cpp3487 isp_params->others.debayer_cfg.shift_num,
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params_v2x.c812 value = (arg->shift_num & 0x03) << 16 | in isp_debayer_config()
H A Disp_params_v21.c704 value = (arg->shift_num & 0x03) << 16 | in isp_debayer_config()
H A Disp_params_v3x.c722 value = (arg->shift_num & 0x03) << 16 | in isp_debayer_config()