Home
last modified time | relevance | path

Searched refs:coder_state (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/
H A Dvisl-trace-vp8.h57 "coder_state.range %u\n"
58 "coder_state.value %u\n"
59 "coder_state.bit_count %u\n"
109 __entry->f.coder_state.range,
110 __entry->f.coder_state.value,
111 __entry->f.coder_state.bit_count,
/kernel/linux/linux-5.10/include/media/
H A Dvp8-ctrls.h86 struct v4l2_vp8_entropy_coder_state coder_state; member
/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_g1_vp8_dec.c488 reg = G1_REG_DEC_CTRL2_BOOLEAN_RANGE(hdr->coder_state.range) in hantro_g1_vp8_dec_run()
489 | G1_REG_DEC_CTRL2_BOOLEAN_VALUE(hdr->coder_state.value); in hantro_g1_vp8_dec_run()
H A Drk3399_vpu_hw_vp8_dec.c580 hantro_reg_write(vpu, &vp8_dec_bool_range, hdr->coder_state.range); in rk3399_vpu_vp8_dec_run()
581 hantro_reg_write(vpu, &vp8_dec_bool_value, hdr->coder_state.value); in rk3399_vpu_vp8_dec_run()
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_g1_vp8_dec.c486 reg = G1_REG_DEC_CTRL2_BOOLEAN_RANGE(hdr->coder_state.range) in hantro_g1_vp8_dec_run()
487 | G1_REG_DEC_CTRL2_BOOLEAN_VALUE(hdr->coder_state.value); in hantro_g1_vp8_dec_run()
H A Drockchip_vpu2_hw_vp8_dec.c576 hantro_reg_write(vpu, &vp8_dec_bool_range, hdr->coder_state.range); in rockchip_vpu2_vp8_dec_run()
577 hantro_reg_write(vpu, &vp8_dec_bool_value, hdr->coder_state.value); in rockchip_vpu2_vp8_dec_run()
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dv4l2-controls.h1898 * @coder_state: boolean coder state. See &v4l2_vp8_entropy_coder_state for more details
1924 struct v4l2_vp8_entropy_coder_state coder_state; member
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-ctrls-core.c1047 zero_padding(p_vp8_frame->coder_state); in std_validate_compound()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H A Dv4l2-ctrls.c1871 zero_padding(p_vp8_frame_header->coder_state); in std_validate_compound()

Completed in 24 milliseconds