Searched refs:current_slice (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265decoder.c | 97 GstH265Slice current_slice; member 588 GstH265Slice *slice = &priv->current_slice; in gst_h265_decoder_decode_slice() 641 memset (&priv->current_slice, 0, sizeof (GstH265Slice)); in gst_h265_decoder_parse_slice() 644 &priv->current_slice.header); in gst_h265_decoder_parse_slice() 648 memset (&priv->current_slice, 0, sizeof (GstH265Slice)); in gst_h265_decoder_parse_slice() 657 gst_h265_slice_hdr_free (&priv->current_slice.header); in gst_h265_decoder_parse_slice() 659 priv->current_slice.nalu = *nalu; in gst_h265_decoder_parse_slice() 661 if (priv->current_slice.header.dependent_slice_segment_flag) { in gst_h265_decoder_parse_slice() 662 GstH265SliceHdr *slice_hdr = &priv->current_slice.header; in gst_h265_decoder_parse_slice() 669 priv->prev_independent_slice = priv->current_slice; in gst_h265_decoder_parse_slice() [all …]
|
D | gsth264decoder.c | 112 GstH264Slice current_slice; member 1028 if (!gst_h264_decoder_fill_picture_from_slice (self, &priv->current_slice, in gst_h264_decoder_init_current_picture() 1039 if (priv->current_slice.header. in gst_h264_decoder_init_current_picture() 1042 priv->current_slice.header.dec_ref_pic_marking; in gst_h264_decoder_init_current_picture() 1065 frame_num = priv->current_slice.header.frame_num; in gst_h264_decoder_start_current_picture() 1066 if (priv->current_slice.nalu.idr_pic_flag) in gst_h264_decoder_start_current_picture() 1105 &priv->current_slice, priv->dpb); in gst_h264_decoder_start_current_picture() 1234 memset (&priv->current_slice, 0, sizeof (GstH264Slice)); in gst_h264_decoder_parse_slice() 1237 &priv->current_slice.header, TRUE, TRUE); in gst_h264_decoder_parse_slice() 1241 memset (&priv->current_slice, 0, sizeof (GstH264Slice)); in gst_h264_decoder_parse_slice() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/ |
D | gstteletextdec.h | 89 vbi_sliced *current_slice; member
|
D | gstteletextdec.c | 508 teletext->frame->current_slice = teletext->frame->sliced_begin; in gst_teletextdec_reset_frame() 539 n_lines = teletext->frame->current_slice - teletext->frame->sliced_begin; in gst_teletextdec_process_telx_buffer() 1010 if (G_UNLIKELY (frame->current_slice >= frame->sliced_end)) { in gst_teletextdec_line_address() 1040 *spp = frame->current_slice++; in gst_teletextdec_line_address()
|
/third_party/ffmpeg/libavcodec/ |
D | h264dec.c | 460 h->current_slice = 0; in ff_h264_flush_change() 566 h->current_slice = 0; in decode_nal_units() 628 if (h->current_slice == 1) { in decode_nal_units() 740 if (!FIELD_PICTURE(h) && h->current_slice && h->enable_er) { in decode_nal_units()
|
D | h264_picture.c | 187 h->current_slice = 0; in ff_h264_field_end()
|
D | h264_slice.c | 1112 h->current_slice + 1); in h264_init_ps() 1749 int first_slice = sl == h->slice_ctx && !h->current_slice; in h264_slice_header_parse() 2023 sl->slice_num = ++h->current_slice; in h264_slice_init() 2094 int first_slice = sl == h->slice_ctx && !h->current_slice; in ff_h264_queue_decode_slice() 2109 if (sl->first_mb_addr == 0 || !h->current_slice) { in ff_h264_queue_decode_slice() 2117 if (h->current_slice) { in ff_h264_queue_decode_slice() 2158 if (!h->current_slice) in ff_h264_queue_decode_slice() 2161 if (h->current_slice == 0 && !h->first_field) { in ff_h264_queue_decode_slice() 2188 if (h->current_slice == 0) { in ff_h264_queue_decode_slice() 2202 h->current_slice + 1); in ff_h264_queue_decode_slice()
|
D | h264dec.h | 495 int current_slice; member
|
D | dxva2_h264.c | 294 slice->slice_id = h->current_slice - 1; in fill_slice_long()
|
D | h264_direct.c | 141 if (h->current_slice == 0) { in ff_h264_direct_ref_list_init()
|