Searched refs:num_entry_point_offsets (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hevcdec.c | 885 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 …]
|
D | cbs_h265_syntax_template.c | 1592 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()
|
D | hevcdec.h | 306 int num_entry_point_offsets; member
|
D | cbs_h265.h | 524 uint16_t num_entry_point_offsets; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gsth265parser.c | 2691 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()
|
D | gsth265parser.h | 1451 guint32 num_entry_point_offsets; member
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvah265dec.c | 515 .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/ |
D | gsth265decoder.c | 666 G_STRUCT_OFFSET (GstH265SliceHdr, num_entry_point_offsets) - in gst_h265_decoder_parse_slice()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 88119 num_entry_point_offsets.
|