Home
last modified time | relevance | path

Searched refs:ID3V2_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2.c105 if (info.size < ID3V2_HDR_SIZE) in gst_tag_get_id3v2_tag_size()
120 result += ID3V2_HDR_SIZE; in gst_tag_get_id3v2_tag_size()
146 result = ID3V2_HDR_SIZE; in gst_tag_get_id3v2_tag_size()
204 if (read_size < ID3V2_HDR_SIZE) in gst_tag_list_from_id3v2_tag()
239 work.hdr.frame_data = info.data + ID3V2_HDR_SIZE; in gst_tag_list_from_id3v2_tag()
242 if (read_size < ID3V2_HDR_SIZE + 10) in gst_tag_list_from_id3v2_tag()
244 work.hdr.frame_data_size = read_size - ID3V2_HDR_SIZE - 10; in gst_tag_list_from_id3v2_tag()
246 g_assert (read_size >= ID3V2_HDR_SIZE); /* checked above */ in gst_tag_list_from_id3v2_tag()
247 work.hdr.frame_data_size = read_size - ID3V2_HDR_SIZE; in gst_tag_list_from_id3v2_tag()
Did3v2.h28 #define ID3V2_HDR_SIZE GST_TAG_ID3V2_HEADER_SIZE macro
/third_party/gstreamer/gstplugins_good/gst/id3demux/
Dgstid3demux.c71 #define ID3V2_HDR_SIZE GST_TAG_ID3V2_HEADER_SIZE macro
128 tagdemux_class->min_start_size = ID3V2_HDR_SIZE; in gst_id3demux_class_init()