Home
last modified time | relevance | path

Searched refs:bitrate_mode (Results 1 – 18 of 18) sorted by relevance

/drivers/media/platform/sti/hva/
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()
Dhva.h88 enum v4l2_mpeg_video_bitrate_mode bitrate_mode; member
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()
Dhva-v4l2.c627 ctx->ctrls.bitrate_mode = ctrl->val; in hva_s_ctrl()
/drivers/staging/vc04_services/bcm2835-camera/
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()
/drivers/media/usb/hdpvr/
Dhdpvr.h52 u8 bitrate_mode; member
Dhdpvr-control.c167 dev->options.bitrate_mode); in hdpvr_set_options()
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()
Dhdpvr-core.c252 .bitrate_mode = HDPVR_CONSTANT,
/drivers/media/pci/saa7164/
Dsaa7164.h264 u32 bitrate_mode; member
281 u32 bitrate_mode; member
Dsaa7164-encoder.c465 params->bitrate_mode = ctrl->val; in saa7164_s_ctrl()
Dsaa7164-api.c200 if (port->encoder_params.bitrate_mode == in saa7164_api_set_encoder()
/drivers/media/platform/qcom/venus/
Dcore.h214 u32 bitrate_mode; member
Dvenc.c679 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_VBR) in venc_set_properties()
682 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CBR) in venc_set_properties()
685 else if (ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in venc_set_properties()
Dvenc_ctrls.c83 ctr->bitrate_mode = ctrl->val; in venc_op_s_ctrl()
Dpm_helpers.c536 if (enc_ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in power_save_mode_enable()
Dhelpers.c606 if (enc_ctr->bitrate_mode == V4L2_MPEG_VIDEO_BITRATE_MODE_CQ) in platform_get_bufreq()
/drivers/media/platform/allegro-dvt/
Dallegro-core.c1122 int bitrate_mode = v4l2_ctrl_g_ctrl(channel->mpeg_video_bitrate_mode); in fill_create_channel_param() local
1192 v4l2_bitrate_mode_to_mcu_mode(bitrate_mode) : 0; in fill_create_channel_param()