Searched refs:rc_type (Results 1 – 5 of 5) sorted by relevance
78 static int change_protocol(struct rc_dev *rcdev, u64 *rc_type) in change_protocol() argument83 if (*rc_type & RC_PROTO_BIT_RCMM32) { in change_protocol()85 *rc_type = RC_PROTO_BIT_RCMM32; in change_protocol()86 } else if (*rc_type & RC_PROTO_BIT_RC5) { in change_protocol()91 *rc_type = RC_PROTO_BIT_RC5; in change_protocol()
387 if (rc_type == HFI_RATE_CONTROL_OFF || rc_type == HFI_RATE_CONTROL_CQ) in calculate_enc_output_frame_size()405 u32 rc_type) in calculate_enc_scratch_size() argument447 u32 num_vpp_pipes, u32 rc_type) in h264e_scratch_size() argument450 num_vpp_pipes, rc_type); in h264e_scratch_size()457 num_vpp_pipes, rc_type); in h265e_scratch_size()461 u32 num_vpp_pipes, u32 rc_type) in vp8e_scratch_size() argument464 num_vpp_pipes, rc_type); in vp8e_scratch_size()1059 u32 rc_type);1270 u32 rc_type = params->enc.rc_type; in bufreq_enc() local1308 rc_type); in bufreq_enc()[all …]
31 u32 rc_type; member
657 params.enc.rc_type = HFI_RATE_CONTROL_OFF; in platform_get_bufreq()659 params.enc.rc_type = HFI_RATE_CONTROL_CQ; in platform_get_bufreq()
241 static int meson_ir_hw_decoder_init(struct rc_dev *dev, u64 *rc_type) in meson_ir_hw_decoder_init() argument250 if (*rc_type & RC_PROTO_BIT_NEC) in meson_ir_hw_decoder_init()
Completed in 19 milliseconds