/third_party/mesa3d/src/mesa/program/ |
H A D | program_parse_extra.c | 37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state, in _mesa_parse_instruction_suffix() argument 46 if (state->mode == ARB_fragment) { in _mesa_parse_instruction_suffix() 60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBvp_parse_option() argument 63 state->option.PositionInvariant = 1; in _mesa_ARBvp_parse_option() 72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) in _mesa_ARBfp_parse_option() argument 100 if (state->option.Fog == OPTION_NONE) { in _mesa_ARBfp_parse_option() 101 state->option.Fog = fog_option; in _mesa_ARBfp_parse_option() 124 return state->option.Fog == fog_option ? 1 : 0; in _mesa_ARBfp_parse_option() 137 state->option.PrecisionHint != OPTION_FASTEST) { in _mesa_ARBfp_parse_option() 138 state in _mesa_ARBfp_parse_option() [all...] |
/third_party/benchmark/test/ |
H A D | user_counters_test.cc | 25 void BM_Counters_Simple(benchmark::State& state) { in BM_Counters_Simple() argument 26 for (auto _ : state) { in BM_Counters_Simple() 28 state.counters["foo"] = 1; in BM_Counters_Simple() 29 state.counters["bar"] = 2 * static_cast<double>(state.iterations()); in BM_Counters_Simple() 67 void BM_Counters_WithBytesAndItemsPSec(benchmark::State& state) { in BM_Counters_WithBytesAndItemsPSec() argument 68 for (auto _ : state) { in BM_Counters_WithBytesAndItemsPSec() 70 auto iterations = state.iterations(); in BM_Counters_WithBytesAndItemsPSec() 73 state.counters["foo"] = 1; in BM_Counters_WithBytesAndItemsPSec() 74 state in BM_Counters_WithBytesAndItemsPSec() 119 BM_Counters_Rate(benchmark::State& state) BM_Counters_Rate() argument 163 BM_Invert(benchmark::State& state) BM_Invert() argument 204 BM_Counters_InvertedRate(benchmark::State& state) BM_Counters_InvertedRate() argument 251 BM_Counters_Threads(benchmark::State& state) BM_Counters_Threads() argument 291 BM_Counters_AvgThreads(benchmark::State& state) BM_Counters_AvgThreads() argument 333 BM_Counters_AvgThreadsRate(benchmark::State& state) BM_Counters_AvgThreadsRate() argument 378 BM_Counters_IterationInvariant(benchmark::State& state) BM_Counters_IterationInvariant() argument 421 BM_Counters_kIsIterationInvariantRate(benchmark::State& state) BM_Counters_kIsIterationInvariantRate() argument 471 BM_Counters_AvgIterations(benchmark::State& state) BM_Counters_AvgIterations() argument 513 BM_Counters_kAvgIterationsRate(benchmark::State& state) BM_Counters_kAvgIterationsRate() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_schedule.c | 96 add_dep(struct schedule_state *state, in add_dep() argument 101 bool write_after_read = !write && state->dir == R; in add_dep() 109 if (state->dir == F) in add_dep() 116 add_read_dep(struct schedule_state *state, in add_read_dep() argument 120 add_dep(state, before, after, false); in add_read_dep() 124 add_write_dep(struct schedule_state *state, in add_write_dep() argument 128 add_dep(state, *before, after, true); in add_write_dep() 149 process_raddr_deps(struct schedule_state *state, struct schedule_node *n, in process_raddr_deps() argument 154 add_write_dep(state, &state in process_raddr_deps() 217 process_mux_deps(struct schedule_state *state, struct schedule_node *n, uint32_t mux) process_mux_deps() argument 226 process_waddr_deps(struct schedule_state *state, struct schedule_node *n, uint32_t waddr, bool is_add) process_waddr_deps() argument 302 process_cond_deps(struct schedule_state *state, struct schedule_node *n, uint32_t cond) process_cond_deps() argument 323 calculate_deps(struct schedule_state *state, struct schedule_node *n) calculate_deps() argument 418 struct schedule_state state; calculate_forward_deps() local 432 struct schedule_state state; calculate_reverse_deps() local 770 compute_delay(struct dag_node *node, void *state) compute_delay() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 46 * |state| The state we're called in, explained further at the 56 * The |state| tells the fixup_args function something about the caller and 63 * state, the fixup_args function is expected 78 * With the PRE_CTRL_TO_PARAMS state, the 82 * With the POST_CTRL_TO_PARAMS state, the 88 * with the POST_CTRL_TO_PARAMS state becomes 107 * With the PRE_CTRL_STR_TO_PARAMS state, 111 * With the POST_CTRL_STR_TO_PARAMS state, 132 * With the PRE_PARAMS_TO_CTRL state, th 146 enum state { global() enum 289 default_check(enum state state, const struct translation_st *translation, const struct translation_ctx_st *ctx) default_check() argument 384 default_fixup_args(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) default_fixup_args() argument 710 cleanup_translation_ctx(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) cleanup_translation_ctx() argument 744 fix_cipher_md(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const char *(*get_name)(void *algo), const void *(*get_algo_by_name)(OSSL_LIB_CTX *libctx, const char *name)) fix_cipher_md() argument 801 fix_cipher(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_cipher() argument 809 fix_md(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_md() argument 817 fix_distid_len(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_distid_len() argument 839 fix_kdf_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const struct kdf_type_map_st *kdf_type_map) fix_kdf_type() argument 923 fix_dh_kdf_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_kdf_type() argument 937 fix_ec_kdf_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ec_kdf_type() argument 951 fix_oid(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_oid() argument 994 fix_dh_nid(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_nid() argument 1020 fix_dh_nid5114(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_nid5114() argument 1064 fix_dh_paramgen_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_paramgen_type() argument 1090 fix_ec_param_enc(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ec_param_enc() argument 1138 fix_ec_paramgen_curve_nid(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ec_paramgen_curve_nid() argument 1181 fix_ecdh_cofactor(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ecdh_cofactor() argument 1244 fix_rsa_padding_mode(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_rsa_padding_mode() argument 1369 fix_rsa_pss_saltlen(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_rsa_pss_saltlen() argument 1449 fix_hkdf_mode(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_hkdf_mode() argument 1510 get_payload_group_name(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_payload_group_name() argument 1563 get_payload_private_key(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_payload_private_key() argument 1600 get_payload_public_key(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_payload_public_key() argument 1663 get_payload_bn(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const BIGNUM *bn) get_payload_bn() argument 1676 get_dh_dsa_payload_p(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_dh_dsa_payload_p() argument 1701 get_dh_dsa_payload_q(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_dh_dsa_payload_q() argument 1723 get_dh_dsa_payload_g(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_dh_dsa_payload_g() argument 1745 get_payload_int(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const int val) get_payload_int() argument 1758 get_ec_decoded_from_explicit_params(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_ec_decoded_from_explicit_params() argument 1783 get_rsa_payload_n(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_rsa_payload_n() argument 1797 get_rsa_payload_e(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_rsa_payload_e() argument 1811 get_rsa_payload_d(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_rsa_payload_d() argument 1825 get_rsa_payload_factor(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, size_t factornum) get_rsa_payload_factor() argument 1855 get_rsa_payload_exponent(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, size_t exponentnum) get_rsa_payload_exponent() argument 1885 get_rsa_payload_coefficient(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, size_t coefficientnum) get_rsa_payload_coefficient() argument 1980 fix_group_ecx(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_group_ecx() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 115 static bool adv748x_hdmi_has_signal(struct adv748x_state *state) in adv748x_hdmi_has_signal() argument 120 val = hdmi_read(state, ADV748X_HDMI_LW1); in adv748x_hdmi_has_signal() 125 static int adv748x_hdmi_read_pixelclock(struct adv748x_state *state) in adv748x_hdmi_read_pixelclock() argument 129 a = hdmi_read(state, ADV748X_HDMI_TMDS_1); in adv748x_hdmi_read_pixelclock() 130 b = hdmi_read(state, ADV748X_HDMI_TMDS_2); in adv748x_hdmi_read_pixelclock() 152 static void adv748x_hdmi_set_de_timings(struct adv748x_state *state, int shift) in adv748x_hdmi_set_de_timings() argument 162 cp_write(state, ADV748X_CP_DE_POS_HIGH, high); in adv748x_hdmi_set_de_timings() 163 cp_write(state, ADV748X_CP_DE_POS_END_LOW, low); in adv748x_hdmi_set_de_timings() 167 cp_write(state, ADV748X_CP_DE_POS_HIGH, high); in adv748x_hdmi_set_de_timings() 168 cp_write(state, ADV748X_CP_DE_POS_START_LO in adv748x_hdmi_set_de_timings() 171 adv748x_hdmi_set_video_timings(struct adv748x_state *state, const struct v4l2_dv_timings *timings) adv748x_hdmi_set_video_timings() argument 221 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_s_dv_timings() local 261 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_g_dv_timings() local 276 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_query_dv_timings() local 352 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_g_input_status() local 366 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_s_stream() local 502 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_edid_write_block() local 526 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_set_edid() local 643 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_s_ctrl() local 692 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_init_controls() local 733 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_init() local [all...] |
/third_party/ninja/src/ |
H A D | deps_log_test.cc | 130 State state; in TEST_F() local 137 deps.push_back(state.GetNode("foo.h", 0)); in TEST_F() 138 deps.push_back(state.GetNode("bar.h", 0)); in TEST_F() 139 log.RecordDeps(state.GetNode("out.o", 0), 1, deps); in TEST_F() 154 State state; in TEST_F() local 157 EXPECT_TRUE(log.Load(kTestFilename, &state, &err)); in TEST_F() 163 deps.push_back(state.GetNode("foo.h", 0)); in TEST_F() 164 deps.push_back(state.GetNode("bar.h", 0)); in TEST_F() 165 log.RecordDeps(state.GetNode("out.o", 0), 1, deps); in TEST_F() 191 State state; in TEST_F() local 223 State state; TEST_F() local 253 State state; TEST_F() local 307 State state; TEST_F() local 374 State state; TEST_F() local 384 State state; TEST_F() local 421 State state; TEST_F() local 448 State state; TEST_F() local 482 State state; TEST_F() local 507 State state; TEST_F() local 519 State state; TEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | wm8739.c | 87 struct wm8739_state *state = to_state(sd); in wm8739_s_ctrl() local 102 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl() 103 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl() 109 mute = state->mute->val ? 0x80 : 0; in wm8739_s_ctrl() 123 struct wm8739_state *state = to_state(sd); in wm8739_s_clock_freq() local 125 state->clock_freq = audiofreq; in wm8739_s_clock_freq() 151 struct wm8739_state *state = to_state(sd); in wm8739_log_status() local 153 v4l2_info(sd, "Frequency: %u Hz\n", state in wm8739_log_status() 184 struct wm8739_state *state; wm8739_probe() local 240 struct wm8739_state *state = to_state(sd); wm8739_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | wm8739.c | 87 struct wm8739_state *state = to_state(sd); in wm8739_s_ctrl() local 102 work_l = (min(65536 - state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl() 103 work_r = (min(state->balance->val, 32768) * state->volume->val) / 32768; in wm8739_s_ctrl() 109 mute = state->mute->val ? 0x80 : 0; in wm8739_s_ctrl() 123 struct wm8739_state *state = to_state(sd); in wm8739_s_clock_freq() local 125 state->clock_freq = audiofreq; in wm8739_s_clock_freq() 151 struct wm8739_state *state = to_state(sd); in wm8739_log_status() local 153 v4l2_info(sd, "Frequency: %u Hz\n", state in wm8739_log_status() 183 struct wm8739_state *state; wm8739_probe() local 239 struct wm8739_state *state = to_state(sd); wm8739_remove() local [all...] |
/third_party/curl/docs/examples/ |
H A D | xmlstream.c | 59 struct ParserStruct *state = (struct ParserStruct *) userData; in startElement() local 60 state->tags++; in startElement() 61 state->depth++; in startElement() 64 free(state->characters.memory); in startElement() 65 state->characters.memory = NULL; in startElement() 66 state->characters.size = 0; in startElement() 71 struct ParserStruct *state = (struct ParserStruct *) userData; in characterDataHandler() local 72 struct MemoryStruct *mem = &state->characters; in characterDataHandler() 78 state->ok = 0; in characterDataHandler() 90 struct ParserStruct *state in endElement() local 101 struct ParserStruct *state = (struct ParserStruct *) XML_GetUserData(parser); parseStreamCallback() local 120 struct ParserStruct state; main() local [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-phy.c | 11 int mxl111sf_init_tuner_demod(struct mxl111sf_state *state) in mxl111sf_init_tuner_demod() argument 39 return mxl111sf_ctrl_program_regs(state, mxl_111_overwrite_default); in mxl111sf_init_tuner_demod() 42 int mxl1x1sf_soft_reset(struct mxl111sf_state *state) in mxl1x1sf_soft_reset() argument 47 ret = mxl111sf_write_reg(state, 0xff, 0x00); /* AIC */ in mxl1x1sf_soft_reset() 50 ret = mxl111sf_write_reg(state, 0x02, 0x01); /* get out of reset */ in mxl1x1sf_soft_reset() 56 int mxl1x1sf_set_device_mode(struct mxl111sf_state *state, int mode) in mxl1x1sf_set_device_mode() argument 64 ret = mxl111sf_write_reg(state, 0x03, in mxl1x1sf_set_device_mode() 69 ret = mxl111sf_write_reg_mask(state, in mxl1x1sf_set_device_mode() 78 state->device_mode = mode; in mxl1x1sf_set_device_mode() 84 int mxl1x1sf_top_master_ctrl(struct mxl111sf_state *state, in argument 91 mxl111sf_disable_656_port(struct mxl111sf_state *state) mxl111sf_disable_656_port() argument 98 mxl111sf_enable_usb_output(struct mxl111sf_state *state) mxl111sf_enable_usb_output() argument 106 mxl111sf_config_mpeg_in(struct mxl111sf_state *state, unsigned int parallel_serial, unsigned int msb_lsb_1st, unsigned int clock_phase, unsigned int mpeg_valid_pol, unsigned int mpeg_sync_pol) mxl111sf_config_mpeg_in() argument 189 mxl111sf_init_i2s_port(struct mxl111sf_state *state, u8 sample_size) mxl111sf_init_i2s_port() argument 219 mxl111sf_disable_i2s_port(struct mxl111sf_state *state) mxl111sf_disable_i2s_port() argument 231 mxl111sf_config_i2s(struct mxl111sf_state *state, u8 msb_start_pos, u8 data_width) mxl111sf_config_i2s() argument 261 mxl111sf_config_spi(struct mxl111sf_state *state, int onoff) mxl111sf_config_spi() argument 291 mxl111sf_idac_config(struct mxl111sf_state *state, u8 control_mode, u8 current_setting, u8 current_value, u8 hysteresis_value) mxl111sf_idac_config() argument [all...] |
H A D | af9035.c | 38 struct state *state = d_to_priv(d); in af9035_ctrl_msg() local 54 state->buf[0] = REQ_HDR_LEN + req->wlen + CHECKSUM_LEN - 1; in af9035_ctrl_msg() 55 state->buf[1] = req->mbox; in af9035_ctrl_msg() 56 state->buf[2] = req->cmd; in af9035_ctrl_msg() 57 state->buf[3] = state->seq++; in af9035_ctrl_msg() 58 memcpy(&state->buf[REQ_HDR_LEN], req->wbuf, req->wlen); in af9035_ctrl_msg() 64 checksum = af9035_checksum(state->buf, state in af9035_ctrl_msg() 184 struct state *state = d_to_priv(d); af9035_add_i2c_dev() local 234 struct state *state = d_to_priv(d); af9035_del_i2c_dev() local 270 struct state *state = d_to_priv(d); af9035_i2c_master_xfer() local 487 struct state *state = d_to_priv(d); af9035_identify_state() local 730 struct state *state = d_to_priv(d); af9035_download_firmware() local 829 struct state *state = d_to_priv(d); af9035_read_config() local 1127 struct state *state = d_to_priv(d); af9035_tuner_callback() local 1163 struct state *state = d_to_priv(d); af9035_get_adapter_count() local 1170 struct state *state = adap_to_priv(adap); af9035_frontend_attach() local 1218 struct state *state = adap_to_priv(adap); it930x_frontend_attach() local 1298 struct state *state = adap_to_priv(adap); af9035_frontend_detach() local 1358 struct state *state = adap_to_priv(adap); af9035_tuner_attach() local 1619 struct state *state = adap_to_priv(adap); it930x_tuner_attach() local 1668 struct state *state = adap_to_priv(adap); it930x_tuner_detach() local 1688 struct state *state = adap_to_priv(adap); af9035_tuner_detach() local 1728 struct state *state = d_to_priv(d); af9035_init() local 1775 struct state *state = d_to_priv(d); it930x_init() local 1903 struct state *state = d_to_priv(d); af9035_get_rc_config() local 1952 struct state *state = adap_to_priv(adap); af9035_pid_filter_ctrl() local 1960 struct state *state = adap_to_priv(adap); af9035_pid_filter() local [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb-v2/ |
H A D | mxl111sf-phy.c | 11 int mxl111sf_init_tuner_demod(struct mxl111sf_state *state) in mxl111sf_init_tuner_demod() argument 39 return mxl111sf_ctrl_program_regs(state, mxl_111_overwrite_default); in mxl111sf_init_tuner_demod() 42 int mxl1x1sf_soft_reset(struct mxl111sf_state *state) in mxl1x1sf_soft_reset() argument 47 ret = mxl111sf_write_reg(state, 0xff, 0x00); /* AIC */ in mxl1x1sf_soft_reset() 50 ret = mxl111sf_write_reg(state, 0x02, 0x01); /* get out of reset */ in mxl1x1sf_soft_reset() 56 int mxl1x1sf_set_device_mode(struct mxl111sf_state *state, int mode) in mxl1x1sf_set_device_mode() argument 64 ret = mxl111sf_write_reg(state, 0x03, in mxl1x1sf_set_device_mode() 69 ret = mxl111sf_write_reg_mask(state, in mxl1x1sf_set_device_mode() 78 state->device_mode = mode; in mxl1x1sf_set_device_mode() 84 int mxl1x1sf_top_master_ctrl(struct mxl111sf_state *state, in argument 91 mxl111sf_disable_656_port(struct mxl111sf_state *state) mxl111sf_disable_656_port() argument 98 mxl111sf_enable_usb_output(struct mxl111sf_state *state) mxl111sf_enable_usb_output() argument 106 mxl111sf_config_mpeg_in(struct mxl111sf_state *state, unsigned int parallel_serial, unsigned int msb_lsb_1st, unsigned int clock_phase, unsigned int mpeg_valid_pol, unsigned int mpeg_sync_pol) mxl111sf_config_mpeg_in() argument 189 mxl111sf_init_i2s_port(struct mxl111sf_state *state, u8 sample_size) mxl111sf_init_i2s_port() argument 219 mxl111sf_disable_i2s_port(struct mxl111sf_state *state) mxl111sf_disable_i2s_port() argument 231 mxl111sf_config_i2s(struct mxl111sf_state *state, u8 msb_start_pos, u8 data_width) mxl111sf_config_i2s() argument 261 mxl111sf_config_spi(struct mxl111sf_state *state, int onoff) mxl111sf_config_spi() argument 291 mxl111sf_idac_config(struct mxl111sf_state *state, u8 control_mode, u8 current_setting, u8 current_value, u8 hysteresis_value) mxl111sf_idac_config() argument [all...] |
H A D | af9035.c | 38 struct state *state = d_to_priv(d); in af9035_ctrl_msg() local 54 state->buf[0] = REQ_HDR_LEN + req->wlen + CHECKSUM_LEN - 1; in af9035_ctrl_msg() 55 state->buf[1] = req->mbox; in af9035_ctrl_msg() 56 state->buf[2] = req->cmd; in af9035_ctrl_msg() 57 state->buf[3] = state->seq++; in af9035_ctrl_msg() 58 memcpy(&state->buf[REQ_HDR_LEN], req->wbuf, req->wlen); in af9035_ctrl_msg() 64 checksum = af9035_checksum(state->buf, state in af9035_ctrl_msg() 184 struct state *state = d_to_priv(d); af9035_add_i2c_dev() local 235 struct state *state = d_to_priv(d); af9035_del_i2c_dev() local 271 struct state *state = d_to_priv(d); af9035_i2c_master_xfer() local 487 struct state *state = d_to_priv(d); af9035_identify_state() local 730 struct state *state = d_to_priv(d); af9035_download_firmware() local 829 struct state *state = d_to_priv(d); af9035_read_config() local 1127 struct state *state = d_to_priv(d); af9035_tuner_callback() local 1163 struct state *state = d_to_priv(d); af9035_get_adapter_count() local 1170 struct state *state = adap_to_priv(adap); af9035_frontend_attach() local 1218 struct state *state = adap_to_priv(adap); it930x_frontend_attach() local 1298 struct state *state = adap_to_priv(adap); af9035_frontend_detach() local 1358 struct state *state = adap_to_priv(adap); af9035_tuner_attach() local 1619 struct state *state = adap_to_priv(adap); it930x_tuner_attach() local 1668 struct state *state = adap_to_priv(adap); it930x_tuner_detach() local 1688 struct state *state = adap_to_priv(adap); af9035_tuner_detach() local 1728 struct state *state = d_to_priv(d); af9035_init() local 1775 struct state *state = d_to_priv(d); it930x_init() local 1903 struct state *state = d_to_priv(d); af9035_get_rc_config() local 1952 struct state *state = adap_to_priv(adap); af9035_pid_filter_ctrl() local 1960 struct state *state = adap_to_priv(adap); af9035_pid_filter() local [all...] |
/kernel/linux/linux-6.6/lib/zlib_dfltcc/ |
H A D | dfltcc_deflate.c | 10 #define GET_DFLTCC_DEFLATE_STATE(state) ((struct dfltcc_deflate_state *)GET_DFLTCC_STATE(state)) 19 deflate_state *state = (deflate_state *)strm->state; in dfltcc_can_deflate() local 20 struct dfltcc_deflate_state *dfltcc_state = GET_DFLTCC_DEFLATE_STATE(state); in dfltcc_can_deflate() 28 if (!dfltcc_are_params_ok(state->level, state->w_bits, state->strategy, in dfltcc_can_deflate() 43 deflate_state *state = (deflate_state *)strm->state; in dfltcc_reset_deflate_state() local 63 deflate_state *state = (deflate_state *)strm->state; dfltcc_gdht() local 76 deflate_state *state = (deflate_state *)strm->state; dfltcc_cmpr() local 97 deflate_state *state = (deflate_state *)strm->state; send_eobs() local 125 deflate_state *state = (deflate_state *)strm->state; dfltcc_deflate() local [all...] |
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | FCDIterCollationIterator.java | 26 state = State.ITER_CHECK_FWD; in FCDIterCollationIterator() 35 state = State.ITER_CHECK_FWD; in resetToOffset() 40 if(state.compareTo(State.ITER_CHECK_BWD) <= 0) { in getOffset() 42 } else if(state == State.ITER_IN_FCD_SEGMENT) { in getOffset() 55 if(state == State.ITER_CHECK_FWD) { in nextCodePoint() 79 } else if(state == State.ITER_IN_FCD_SEGMENT && pos != limit) { in nextCodePoint() 84 } else if(state.compareTo(State.IN_NORM_ITER_AT_LIMIT) >= 0 && in nextCodePoint() 99 if(state == State.ITER_CHECK_BWD) { in previousCodePoint() 103 state = State.ITER_IN_FCD_SEGMENT; in previousCodePoint() 133 } else if(state in previousCodePoint() 442 private State state; global() field in FCDIterCollationIterator [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | FCDIterCollationIterator.java | 28 state = State.ITER_CHECK_FWD; in FCDIterCollationIterator() 37 state = State.ITER_CHECK_FWD; in resetToOffset() 42 if(state.compareTo(State.ITER_CHECK_BWD) <= 0) { in getOffset() 44 } else if(state == State.ITER_IN_FCD_SEGMENT) { in getOffset() 57 if(state == State.ITER_CHECK_FWD) { in nextCodePoint() 81 } else if(state == State.ITER_IN_FCD_SEGMENT && pos != limit) { in nextCodePoint() 86 } else if(state.compareTo(State.IN_NORM_ITER_AT_LIMIT) >= 0 && in nextCodePoint() 101 if(state == State.ITER_CHECK_BWD) { in previousCodePoint() 105 state = State.ITER_IN_FCD_SEGMENT; in previousCodePoint() 135 } else if(state in previousCodePoint() 444 private State state; global() field in FCDIterCollationIterator [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | gl_nir_link_uniforms.c | 149 * fixed-function state), adjust the number of state slots to in update_array_sizes() 667 struct nir_link_uniforms_state *state) in add_parameter() 675 if (!state->params || uniform->is_shader_storage || in add_parameter() 676 (glsl_contains_opaque(type) && !state->current_var->data.bindless)) in add_parameter() 687 struct gl_program_parameter_list *params = state->params; in add_parameter() 723 param->MainUniformStorageIndex = state->current_var->data.location; in add_parameter() 728 get_next_index(struct nir_link_uniforms_state *state, in get_next_index() argument 735 if (state->current_type->next_index == UINT_MAX) { in get_next_index() 742 for (const struct type_tree_entry *p = state in get_next_index() 663 add_parameter(struct gl_uniform_storage *uniform, const struct gl_constants *consts, struct gl_shader_program *prog, const struct glsl_type *type, struct nir_link_uniforms_state *state) add_parameter() argument 763 update_uniforms_shader_info(struct gl_shader_program *prog, struct nir_link_uniforms_state *state, struct gl_uniform_storage *uniform, const struct glsl_type *type, unsigned stage) update_uniforms_shader_info() argument 899 find_and_update_named_uniform_storage(const struct gl_constants *consts, struct gl_shader_program *prog, struct nir_link_uniforms_state *state, nir_variable *var, char **name, size_t name_length, const struct glsl_type *type, unsigned stage, bool *first_element) find_and_update_named_uniform_storage() argument 1012 find_and_update_previous_uniform_storage(const struct gl_constants *consts, struct gl_shader_program *prog, struct nir_link_uniforms_state *state, nir_variable *var, char *name, const struct glsl_type *type, unsigned stage) find_and_update_previous_uniform_storage() argument 1149 enter_record(struct nir_link_uniforms_state *state, const struct gl_constants *consts, const struct glsl_type *type, bool row_major) enter_record() argument 1172 leave_record(struct nir_link_uniforms_state *state, const struct gl_constants *consts, const struct glsl_type *type, bool row_major) leave_record() argument 1199 nir_link_uniform(const struct gl_constants *consts, struct gl_shader_program *prog, struct gl_program *stage_program, gl_shader_stage stage, const struct glsl_type *type, unsigned index_in_parent, int location, struct nir_link_uniforms_state *state, char **name, size_t name_length, bool row_major) nir_link_uniform() argument 1542 struct nir_link_uniforms_state state = {0,}; gl_nir_link_uniforms() local [all...] |
H A D | glsl_parser_extras.cpp | 512 _mesa_glsl_msg(const YYLTYPE *locp, _mesa_glsl_parse_state *state, 518 assert(state->info_log != NULL); 521 int msg_offset = strlen(state->info_log); 524 ralloc_asprintf_append(&state->info_log, "\"%s\"", locp->path); 526 ralloc_asprintf_append(&state->info_log, "%u", locp->source); 528 ralloc_asprintf_append(&state->info_log, ":%u(%u): %s: ", 532 ralloc_vasprintf_append(&state->info_log, fmt, ap); 534 const char *const msg = &state->info_log[msg_offset]; 535 struct gl_context *ctx = state->ctx; 540 ralloc_strcat(&state [all...] |
/third_party/openssl/crypto/evp/ |
H A D | ctrl_params_translate.c | 46 * |state| The state we're called in, explained further at the 56 * The |state| tells the fixup_args function something about the caller and 63 * state, the fixup_args function is expected 78 * With the PRE_CTRL_TO_PARAMS state, the 82 * With the POST_CTRL_TO_PARAMS state, the 88 * with the POST_CTRL_TO_PARAMS state becomes 107 * With the PRE_CTRL_STR_TO_PARAMS state, 111 * With the POST_CTRL_STR_TO_PARAMS state, 132 * With the PRE_PARAMS_TO_CTRL state, th 146 enum state { global() enum 289 default_check(enum state state, const struct translation_st *translation, const struct translation_ctx_st *ctx) default_check() argument 384 default_fixup_args(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) default_fixup_args() argument 707 cleanup_translation_ctx(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) cleanup_translation_ctx() argument 741 fix_cipher_md(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const char *(*get_name)(void *algo), const void *(*get_algo_by_name)(OSSL_LIB_CTX *libctx, const char *name)) fix_cipher_md() argument 798 fix_cipher(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_cipher() argument 806 fix_md(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_md() argument 814 fix_distid_len(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_distid_len() argument 836 fix_kdf_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const struct kdf_type_map_st *kdf_type_map) fix_kdf_type() argument 920 fix_dh_kdf_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_kdf_type() argument 934 fix_ec_kdf_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ec_kdf_type() argument 948 fix_oid(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_oid() argument 991 fix_dh_nid(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_nid() argument 1017 fix_dh_nid5114(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_nid5114() argument 1061 fix_dh_paramgen_type(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_dh_paramgen_type() argument 1087 fix_ec_param_enc(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ec_param_enc() argument 1135 fix_ec_paramgen_curve_nid(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ec_paramgen_curve_nid() argument 1178 fix_ecdh_cofactor(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_ecdh_cofactor() argument 1241 fix_rsa_padding_mode(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_rsa_padding_mode() argument 1366 fix_rsa_pss_saltlen(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_rsa_pss_saltlen() argument 1446 fix_hkdf_mode(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_hkdf_mode() argument 1507 get_payload_group_name(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_payload_group_name() argument 1560 get_payload_private_key(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_payload_private_key() argument 1597 get_payload_public_key(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_payload_public_key() argument 1660 get_payload_bn(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const BIGNUM *bn) get_payload_bn() argument 1673 get_dh_dsa_payload_p(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_dh_dsa_payload_p() argument 1698 get_dh_dsa_payload_q(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_dh_dsa_payload_q() argument 1720 get_dh_dsa_payload_g(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_dh_dsa_payload_g() argument 1742 get_payload_int(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, const int val) get_payload_int() argument 1755 get_ec_decoded_from_explicit_params(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_ec_decoded_from_explicit_params() argument 1780 get_rsa_payload_n(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_rsa_payload_n() argument 1793 get_rsa_payload_e(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_rsa_payload_e() argument 1806 get_rsa_payload_d(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) get_rsa_payload_d() argument 1819 get_rsa_payload_factor(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, size_t factornum) get_rsa_payload_factor() argument 1849 get_rsa_payload_exponent(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, size_t exponentnum) get_rsa_payload_exponent() argument 1879 get_rsa_payload_coefficient(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx, size_t coefficientnum) get_rsa_payload_coefficient() argument 1971 fix_group_ecx(enum state state, const struct translation_st *translation, struct translation_ctx_st *ctx) fix_group_ecx() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | parse.cpp | 125 ParseResourceFunction(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status); 127 static struct SResource *parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status); 143 initLookahead(ParseState* state, UCHARBUF *buf, UErrorCode *status) in initLookahead() argument 153 state->lookaheadPosition = 0; in initLookahead() 154 state->buffer = buf; in initLookahead() 160 state->lookahead[i].type = getNextToken(state->buffer, &state->lookahead[i].value, &state->lookahead[i].line, &state in initLookahead() 171 cleanupLookahead(ParseState* state) cleanupLookahead() argument 183 getToken(ParseState* state, struct UString **tokenValue, struct UString* comment, uint32_t *linenumber, UErrorCode *status) getToken() argument 217 peekToken(ParseState* state, uint32_t lookaheadCount, struct UString **tokenValue, uint32_t *linenumber, struct UString *comment, UErrorCode *status) peekToken() argument 250 expect(ParseState* state, enum ETokenType expectedToken, struct UString **tokenValue, struct UString *comment, uint32_t *linenumber, UErrorCode *status) expect() argument 277 getInvariantString(ParseState* state, uint32_t *line, struct UString *comment, int32_t &stringLength, UErrorCode *status) getInvariantString() argument 310 parseUCARules(ParseState* state, char *tag, uint32_t startline, const struct UString* , UErrorCode *status) parseUCARules() argument 454 parseTransliterator(ParseState* state, char *tag, uint32_t startline, const struct UString* , UErrorCode *status) parseTransliterator() argument 532 parseDependency(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseDependency() argument 594 parseString(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseString() argument 629 parseAlias(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseAlias() argument 813 addCollation(ParseState* state, TableResource *result, const char *collationType, uint32_t startline, UErrorCode *status) addCollation() argument 1043 parseCollationElements(ParseState* state, char *tag, uint32_t startline, UBool newCollation, UErrorCode *status) parseCollationElements() argument 1172 realParseTable(ParseState* state, TableResource *table, char *tag, uint32_t startline, UErrorCode *status) realParseTable() argument 1256 parseTable(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseTable() argument 1280 parseArray(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseArray() argument 1367 parseIntVector(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseIntVector() argument 1454 parseBinary(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseBinary() argument 1517 parseInteger(ParseState* state, char *tag, uint32_t startline, const struct UString *comment, UErrorCode *status) parseInteger() argument 1567 parseImport(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseImport() argument 1622 parseInclude(ParseState* state, char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status) parseInclude() argument 1796 parseResourceType(ParseState* state, UErrorCode *status) parseResourceType() argument 1839 parseResource(ParseState* state, char *tag, const struct UString *comment, UErrorCode *status) parseResource() argument 1976 ParseState state; parse() local [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/adv748x/ |
H A D | adv748x-hdmi.c | 115 static bool adv748x_hdmi_has_signal(struct adv748x_state *state) in adv748x_hdmi_has_signal() argument 120 val = hdmi_read(state, ADV748X_HDMI_LW1); in adv748x_hdmi_has_signal() 125 static int adv748x_hdmi_read_pixelclock(struct adv748x_state *state) in adv748x_hdmi_read_pixelclock() argument 129 a = hdmi_read(state, ADV748X_HDMI_TMDS_1); in adv748x_hdmi_read_pixelclock() 130 b = hdmi_read(state, ADV748X_HDMI_TMDS_2); in adv748x_hdmi_read_pixelclock() 152 static void adv748x_hdmi_set_de_timings(struct adv748x_state *state, int shift) in adv748x_hdmi_set_de_timings() argument 162 cp_write(state, ADV748X_CP_DE_POS_HIGH, high); in adv748x_hdmi_set_de_timings() 163 cp_write(state, ADV748X_CP_DE_POS_END_LOW, low); in adv748x_hdmi_set_de_timings() 167 cp_write(state, ADV748X_CP_DE_POS_HIGH, high); in adv748x_hdmi_set_de_timings() 168 cp_write(state, ADV748X_CP_DE_POS_START_LO in adv748x_hdmi_set_de_timings() 171 adv748x_hdmi_set_video_timings(struct adv748x_state *state, const struct v4l2_dv_timings *timings) adv748x_hdmi_set_video_timings() argument 221 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_s_dv_timings() local 261 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_g_dv_timings() local 276 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_query_dv_timings() local 342 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_g_input_status() local 356 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_s_stream() local 491 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_edid_write_block() local 515 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_set_edid() local 632 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_s_ctrl() local 681 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_init_controls() local 722 struct adv748x_state *state = adv748x_hdmi_to_state(hdmi); adv748x_hdmi_init() local [all...] |
/kernel/linux/linux-5.10/block/partitions/ |
H A D | acorn.c | 25 adfs_partition(struct parsed_partitions *state, char *name, char *data, in adfs_partition() argument 43 strlcat(state->pp_buf, " [", PAGE_SIZE); in adfs_partition() 44 strlcat(state->pp_buf, name, PAGE_SIZE); in adfs_partition() 45 strlcat(state->pp_buf, "]", PAGE_SIZE); in adfs_partition() 47 put_partition(state, slot, first_sector, nr_sects); in adfs_partition() 70 static int riscix_partition(struct parsed_partitions *state, in riscix_partition() argument 77 rr = read_part_sector(state, first_sect, §); in riscix_partition() 81 strlcat(state->pp_buf, " [RISCiX]", PAGE_SIZE); in riscix_partition() 88 strlcat(state->pp_buf, " <", PAGE_SIZE); in riscix_partition() 90 put_partition(state, slo in riscix_partition() 125 linux_partition(struct parsed_partitions *state, unsigned long first_sect, int slot, unsigned long nr_sects) linux_partition() argument 159 adfspart_check_CUMANA(struct parsed_partitions *state) adfspart_check_CUMANA() argument 250 adfspart_check_ADFS(struct parsed_partitions *state) adfspart_check_ADFS() argument 308 adfspart_check_ICSLinux(struct parsed_partitions *state, unsigned long block) adfspart_check_ICSLinux() argument 350 adfspart_check_ICS(struct parsed_partitions *state) adfspart_check_ICS() argument 446 adfspart_check_POWERTEC(struct parsed_partitions *state) adfspart_check_POWERTEC() argument 507 adfspart_check_EESOX(struct parsed_partitions *state) adfspart_check_EESOX() argument [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | icside.c | 90 struct icside_state *state = ec->irq_data; in icside_irqenable_arcin_v5() local 92 writeb(0, state->irq_port + ICS_ARCIN_V5_INTROFFSET); in icside_irqenable_arcin_v5() 100 struct icside_state *state = ec->irq_data; in icside_irqdisable_arcin_v5() local 102 readb(state->irq_port + ICS_ARCIN_V5_INTROFFSET); in icside_irqdisable_arcin_v5() 117 struct icside_state *state = ec->irq_data; in icside_irqenable_arcin_v6() local 118 void __iomem *base = state->irq_port; in icside_irqenable_arcin_v6() 120 state->enabled = 1; in icside_irqenable_arcin_v6() 122 switch (state->channel) { in icside_irqenable_arcin_v6() 139 struct icside_state *state = ec->irq_data; in icside_irqdisable_arcin_v6() local 141 state in icside_irqdisable_arcin_v6() 152 struct icside_state *state = ec->irq_data; icside_irqpending_arcin_v6() local 172 struct icside_state *state = ecard_get_drvdata(ec); icside_maskproc() local 313 struct icside_state *state = ecard_get_drvdata(ec); icside_dma_setup() local 355 struct icside_state *state = ecard_get_drvdata(ec); icside_dma_test_irq() local 410 icside_register_v5(struct icside_state *state, struct expansion_card *ec) icside_register_v5() argument 464 icside_register_v6(struct icside_state *state, struct expansion_card *ec) icside_register_v6() argument 543 struct icside_state *state; icside_probe() local 609 struct icside_state *state = ecard_get_drvdata(ec); icside_remove() local 640 struct icside_state *state = ecard_get_drvdata(ec); icside_shutdown() local [all...] |
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 212 int v4l2_fwht_encode(struct v4l2_fwht_state *state, u8 *p_in, u8 *p_out) in v4l2_fwht_encode() argument 214 unsigned int size = state->stride * state->coded_height; in v4l2_fwht_encode() 215 unsigned int chroma_stride = state->stride; in v4l2_fwht_encode() 216 const struct v4l2_fwht_pixfmt_info *info = state->info; in v4l2_fwht_encode() 236 cf.i_frame_qp = state->i_frame_qp; in v4l2_fwht_encode() 237 cf.p_frame_qp = state->p_frame_qp; in v4l2_fwht_encode() 240 encoding = fwht_encode_frame(&rf, &state->ref_frame, &cf, in v4l2_fwht_encode() 241 !state->gop_cnt, in v4l2_fwht_encode() 242 state in v4l2_fwht_encode() 282 v4l2_fwht_decode(struct v4l2_fwht_state *state, u8 *p_in, u8 *p_out) v4l2_fwht_decode() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | codec-v4l2-fwht.c | 212 int v4l2_fwht_encode(struct v4l2_fwht_state *state, u8 *p_in, u8 *p_out) in v4l2_fwht_encode() argument 214 unsigned int size = state->stride * state->coded_height; in v4l2_fwht_encode() 215 unsigned int chroma_stride = state->stride; in v4l2_fwht_encode() 216 const struct v4l2_fwht_pixfmt_info *info = state->info; in v4l2_fwht_encode() 236 cf.i_frame_qp = state->i_frame_qp; in v4l2_fwht_encode() 237 cf.p_frame_qp = state->p_frame_qp; in v4l2_fwht_encode() 240 encoding = fwht_encode_frame(&rf, &state->ref_frame, &cf, in v4l2_fwht_encode() 241 !state->gop_cnt, in v4l2_fwht_encode() 242 state in v4l2_fwht_encode() 282 v4l2_fwht_decode(struct v4l2_fwht_state *state, u8 *p_in, u8 *p_out) v4l2_fwht_decode() argument [all...] |