Home
last modified time | relevance | path

Searched refs:bitrate_mode (Results 1 - 25 of 35) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/media/platform/sti/hva/
H A Dhva-debugfs.c19 u32 bitrate_mode, aspect, entropy, vui_sar, sei_fp; in format_ctx() local
44 bitrate_mode = V4L2_CID_MPEG_VIDEO_BITRATE_MODE; in format_ctx()
52 v4l2_ctrl_get_menu(bitrate_mode)[ctrls->bitrate_mode], in format_ctx()
H A Dhva.h70 * @bitrate_mode: bitrate mode (constant bitrate or variable bitrate)
88 enum v4l2_mpeg_video_bitrate_mode bitrate_mode; member
H A Dhva-h264.c642 td->brc_type = (ctrls->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) in hva_h264_prepare_task()
713 if ((ctrls->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) && in hva_h264_prepare_task()
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/hva/
H A Dhva-debugfs.c19 u32 bitrate_mode, aspect, entropy, vui_sar, sei_fp; in format_ctx() local
44 bitrate_mode = V4L2_CID_MPEG_VIDEO_BITRATE_MODE; in format_ctx()
52 v4l2_ctrl_get_menu(bitrate_mode)[ctrls->bitrate_mode], in format_ctx()
H A Dhva.h70 * @bitrate_mode: bitrate mode (constant bitrate or variable bitrate)
88 enum v4l2_mpeg_video_bitrate_mode bitrate_mode; member
H A Dhva-h264.c644 td->brc_type = (ctrls->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) in hva_h264_prepare_task()
715 if ((ctrls->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) && in hva_h264_prepare_task()
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c620 u32 bitrate_mode; in ctrl_set_bitrate_mode() local
629 bitrate_mode = MMAL_VIDEO_RATECONTROL_VARIABLE; in ctrl_set_bitrate_mode()
632 bitrate_mode = MMAL_VIDEO_RATECONTROL_CONSTANT; in ctrl_set_bitrate_mode()
638 &bitrate_mode, in ctrl_set_bitrate_mode()
639 sizeof(bitrate_mode)); in ctrl_set_bitrate_mode()
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-camera/
H A Dcontrols.c615 u32 bitrate_mode; in ctrl_set_bitrate_mode() local
624 bitrate_mode = MMAL_VIDEO_RATECONTROL_VARIABLE; in ctrl_set_bitrate_mode()
627 bitrate_mode = MMAL_VIDEO_RATECONTROL_CONSTANT; in ctrl_set_bitrate_mode()
633 &bitrate_mode, in ctrl_set_bitrate_mode()
634 sizeof(bitrate_mode)); in ctrl_set_bitrate_mode()
/kernel/linux/linux-6.6/drivers/media/platform/amphion/
H A Dvpu_windsor.c416 enum MEDIAIP_ENC_BITRATE_MODE bitrate_mode; member
1024 param->bitrate_mode = MEDIAIP_ENC_BITRATE_MODE_CONSTANT_QP; in vpu_windsor_set_bitrate_mode()
1026 param->bitrate_mode = MEDIAIP_ENC_BITRATE_MODE_VBR; in vpu_windsor_set_bitrate_mode()
1028 param->bitrate_mode = MEDIAIP_ENC_BITRATE_MODE_CBR; in vpu_windsor_set_bitrate_mode()
1098 if (windsor->bitrate_mode != MEDIAIP_ENC_BITRATE_MODE_CBR) in vpu_windsor_update_bitrate()
/kernel/linux/linux-5.10/drivers/media/usb/hdpvr/
H A Dhdpvr.h52 u8 bitrate_mode; member
H A Dhdpvr-control.c167 dev->options.bitrate_mode); in hdpvr_set_options()
H A Dhdpvr-video.c958 opt->bitrate_mode = HDPVR_CONSTANT; in hdpvr_s_ctrl()
960 opt->bitrate_mode = HDPVR_VARIABLE_AVERAGE; in hdpvr_s_ctrl()
962 opt->bitrate_mode); in hdpvr_s_ctrl()
H A Dhdpvr-core.c252 .bitrate_mode = HDPVR_CONSTANT,
/kernel/linux/linux-6.6/drivers/media/usb/hdpvr/
H A Dhdpvr.h52 u8 bitrate_mode; member
H A Dhdpvr-control.c167 dev->options.bitrate_mode); in hdpvr_set_options()
H A Dhdpvr-video.c958 opt->bitrate_mode = HDPVR_CONSTANT; in hdpvr_s_ctrl()
960 opt->bitrate_mode = HDPVR_VARIABLE_AVERAGE; in hdpvr_s_ctrl()
962 opt->bitrate_mode); in hdpvr_s_ctrl()
H A Dhdpvr-core.c252 .bitrate_mode = HDPVR_CONSTANT,
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H A Dsaa7164.h264 u32 bitrate_mode; member
281 u32 bitrate_mode; member
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
H A Dsaa7164.h264 u32 bitrate_mode; member
281 u32 bitrate_mode; member
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A Dvenc_ctrls.c81 ctr->bitrate_mode = ctrl->val; in venc_op_s_ctrl()
H A Dcore.h227 u32 bitrate_mode; member
H A Dvenc.c623 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_VBR) in venc_set_properties()
626 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) in venc_set_properties()
629 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in venc_set_properties()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dvenc_ctrls.c84 ctr->bitrate_mode = ctrl->val; in venc_op_s_ctrl()
H A Dcore.h251 u32 bitrate_mode; member
H A Dvenc.c802 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_VBR) in venc_set_properties()
805 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) in venc_set_properties()
808 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in venc_set_properties()

Completed in 26 milliseconds

12