Home
last modified time | relevance | path

Searched refs:num_entry_point_offsets (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcdec.c885 sh->num_entry_point_offsets = 0; in hls_slice_header()
887 unsigned num_entry_point_offsets = get_ue_golomb_long(gb); in hls_slice_header() local
889 if (num_entry_point_offsets > get_bits_left(gb)) { in hls_slice_header()
890 …av_log(s->avctx, AV_LOG_ERROR, "num_entry_point_offsets %d is invalid\n", num_entry_point_offsets); in hls_slice_header()
894 sh->num_entry_point_offsets = num_entry_point_offsets; in hls_slice_header()
895 if (sh->num_entry_point_offsets > 0) { in hls_slice_header()
899 sh->num_entry_point_offsets = 0; in hls_slice_header()
907 sh->entry_point_offset = av_malloc_array(sh->num_entry_point_offsets, sizeof(unsigned)); in hls_slice_header()
908 sh->offset = av_malloc_array(sh->num_entry_point_offsets, sizeof(int)); in hls_slice_header()
909 sh->size = av_malloc_array(sh->num_entry_point_offsets, sizeof(int)); in hls_slice_header()
[all …]
Dcbs_h265_syntax_template.c1592 ue(num_entry_point_offsets, 0, num_entry_point_offsets_limit); in FUNC()
1594 if (current->num_entry_point_offsets > HEVC_MAX_ENTRY_POINT_OFFSETS) { in FUNC()
1596 "%"PRIu16".\n", current->num_entry_point_offsets); in FUNC()
1600 if (current->num_entry_point_offsets > 0) { in FUNC()
1602 for (i = 0; i < current->num_entry_point_offsets; i++) in FUNC()
Dhevcdec.h306 int num_entry_point_offsets; member
Dcbs_h265.h524 uint16_t num_entry_point_offsets; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c2691 READ_UE_MAX (&nr, slice->num_entry_point_offsets, offset_max); in gst_h265_parser_parse_slice_hdr()
2692 if (slice->num_entry_point_offsets > 0) { in gst_h265_parser_parse_slice_hdr()
2695 g_new0 (guint32, slice->num_entry_point_offsets); in gst_h265_parser_parse_slice_hdr()
2696 for (i = 0; i < slice->num_entry_point_offsets; i++) in gst_h265_parser_parse_slice_hdr()
2877 if (dst_slice->num_entry_point_offsets > 0) { in gst_h265_slice_hdr_copy()
2879 g_new0 (guint32, dst_slice->num_entry_point_offsets); in gst_h265_slice_hdr_copy()
2880 for (i = 0; i < dst_slice->num_entry_point_offsets; i++) in gst_h265_slice_hdr_copy()
2899 if (slice_hdr->num_entry_point_offsets > 0) in gst_h265_slice_hdr_free()
Dgsth265parser.h1451 guint32 num_entry_point_offsets; member
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvah265dec.c515 .num_entry_point_offsets = header->num_entry_point_offsets, in gst_va_h265_dec_decode_slice()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgsth265decoder.c666 G_STRUCT_OFFSET (GstH265SliceHdr, num_entry_point_offsets) - in gst_h265_decoder_parse_slice()
/third_party/gstreamer/gstplugins_bad/
DChangeLog88119 num_entry_point_offsets.