Searched refs:slice_mode (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | libopenh264enc.c | 45 int slice_mode; member 66 …{ "slice_mode", "set slice mode, use slices/max_nal_size", OFFSET(slice_mode), AV_OPT_TYPE_INT, { … 68 …{ "slice_mode", "set slice mode, use slices/max_nal_size", OFFSET(slice_mode), AV_OPT_TYPE_INT, { … 312 s->slice_mode = SM_FIXEDSLCNUM_SLICE; in svc_encode_init() 315 s->slice_mode = SM_SIZELIMITED_SLICE; in svc_encode_init() 318 param.sSpatialLayers[0].sSliceArgument.uiSliceMode = s->slice_mode; in svc_encode_init() 321 param.sSpatialLayers[0].sSliceCfg.uiSliceMode = s->slice_mode; in svc_encode_init() 324 if (avctx->slices == 0 && s->slice_mode == SM_FIXEDSLCNUM_SLICE) in svc_encode_init() 327 if (s->slice_mode == SM_SIZELIMITED_SLICE) { in svc_encode_init()
|
/third_party/gstreamer/gstplugins_bad/ext/openh264/ |
D | gstopenh264enc.cpp | 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() [all …]
|
D | gstopenh264enc.h | 91 GstOpenh264EncSliceMode slice_mode; member
|
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_src.h | 130 UvcH264SliceMode slice_mode; member
|
D | gstuvch264_src.c | 536 self->slice_mode = DEFAULT_SLICE_MODE; in gst_uvc_h264_src_init() 620 self->slice_mode = g_value_get_enum (value); in gst_uvc_h264_src_set_property() 1824 probe->wSliceMode = self->slice_mode; in fill_probe_commit()
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 1853 is 0. This is only used when @option{slice_mode} is set to 1856 @item slice_mode
|