Home
last modified time | relevance | path

Searched refs:entry_point_offset_minus1 (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c2696 slice->entry_point_offset_minus1 = in gst_h265_parser_parse_slice_hdr()
2699 READ_UINT32 (&nr, slice->entry_point_offset_minus1[i], in gst_h265_parser_parse_slice_hdr()
2880 dst_slice->entry_point_offset_minus1 = in gst_h265_slice_hdr_copy()
2883 dst_slice->entry_point_offset_minus1[i] = in gst_h265_slice_hdr_copy()
2884 src_slice->entry_point_offset_minus1[i]; in gst_h265_slice_hdr_copy()
2902 g_free (slice_hdr->entry_point_offset_minus1); in gst_h265_slice_hdr_free()
2903 slice_hdr->entry_point_offset_minus1 = 0; in gst_h265_slice_hdr_free()
Dgsth265parser.h1453 guint32 *entry_point_offset_minus1; member
/third_party/ffmpeg/libavcodec/
Dcbs_h265.h526 uint32_t entry_point_offset_minus1[HEVC_MAX_ENTRY_POINT_OFFSETS]; member
Dcbs_h265_syntax_template.c1603 ubs(current->offset_len_minus1 + 1, entry_point_offset_minus1[i], 1, i); in FUNC()