Home
last modified time | relevance | path

Searched refs:GST_H264_IS_I_SLICE (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h50 #define GST_H264_IS_I_SLICE(slice) (((slice)->type % 5) == GST_H264_I_SLICE) macro
Dgsth264parser.c690 if (!GST_H264_IS_I_SLICE (slice) && !GST_H264_IS_SI_SLICE (slice)) { in slice_parse_ref_pic_list_modification()
2276 if (GST_H264_IS_I_SLICE (slice)) { in gst_h264_parser_parse_slice_hdr()
2362 if (pps->entropy_coding_mode_flag && !GST_H264_IS_I_SLICE (slice) && in gst_h264_parser_parse_slice_hdr()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvh264dec.c844 if (!GST_H264_IS_I_SLICE (&slice->header) && in gst_nv_h264_dec_decode_slice()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11h264dec.cpp614 GST_H264_IS_I_SLICE (slice_header) || GST_H264_IS_SI_SLICE (slice_header); in gst_d3d11_h264_dec_picture_params_from_slice_header()
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dtsdemux.c805 if (GST_H264_IS_I_SLICE (&slice) || GST_H264_IS_SI_SLICE (&slice)) { in scan_keyframe_h264()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth264parse.c1088 if (GST_H264_IS_I_SLICE (&slice) || GST_H264_IS_SI_SLICE (&slice)) in gst_h264_parse_process_nal()