Lines Matching refs:slice_mode
406 openh264enc->slice_mode = DEFAULT_SLICE_MODE; in gst_openh264enc_init()
533 openh264enc->slice_mode = in gst_openh264enc_set_property()
621 g_value_set_enum (value, openh264enc->slice_mode); in gst_openh264enc_get_property()
733 SliceModeEnum slice_mode = SM_SINGLE_SLICE; in gst_openh264enc_set_format() local
816 if (openh264enc->slice_mode == GST_OPENH264_SLICE_MODE_N_SLICES) { in gst_openh264enc_set_format()
818 slice_mode = SM_SINGLE_SLICE; in gst_openh264enc_set_format()
820 slice_mode = SM_FIXEDSLCNUM_SLICE; in gst_openh264enc_set_format()
822 } else if (openh264enc->slice_mode == GST_OPENH264_SLICE_MODE_AUTO) { in gst_openh264enc_set_format()
824 slice_mode = SM_AUTO_SLICE; in gst_openh264enc_set_format()
826 slice_mode = SM_FIXEDSLCNUM_SLICE; in gst_openh264enc_set_format()
831 openh264enc->slice_mode); in gst_openh264enc_set_format()
832 slice_mode = SM_SINGLE_SLICE; in gst_openh264enc_set_format()
836 enc_params.sSpatialLayers[0].sSliceCfg.uiSliceMode = slice_mode; in gst_openh264enc_set_format()
839 enc_params.sSpatialLayers[0].sSliceArgument.uiSliceMode = slice_mode; in gst_openh264enc_set_format()