Home
last modified time | relevance | path

Searched refs:QP_I_FRAME (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_src.c551 self->min_qp[QP_I_FRAME] = DEFAULT_MIN_QP; in gst_uvc_h264_src_init()
552 self->max_qp[QP_I_FRAME] = DEFAULT_MAX_QP; in gst_uvc_h264_src_init()
672 self->min_qp[QP_I_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property()
673 set_qp (self, QP_I_FRAME); in gst_uvc_h264_src_set_property()
674 update_qp (self, QP_I_FRAME); in gst_uvc_h264_src_set_property()
677 self->max_qp[QP_I_FRAME] = g_value_get_int (value); in gst_uvc_h264_src_set_property()
678 set_qp (self, QP_I_FRAME); in gst_uvc_h264_src_set_property()
679 update_qp (self, QP_I_FRAME); in gst_uvc_h264_src_set_property()
828 update_qp (self, QP_I_FRAME); in gst_uvc_h264_src_get_property()
829 g_value_set_int (value, self->min_qp[QP_I_FRAME]); in gst_uvc_h264_src_get_property()
[all …]
Dgstuvch264_src.h61 QP_I_FRAME = 0, enumerator