Searched refs:ID3V2_HDR_SIZE (Results 1 – 3 of 3) sorted by relevance
105 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()
28 #define ID3V2_HDR_SIZE GST_TAG_ID3V2_HEADER_SIZE macro
71 #define ID3V2_HDR_SIZE GST_TAG_ID3V2_HEADER_SIZE macro128 tagdemux_class->min_start_size = ID3V2_HDR_SIZE; in gst_id3demux_class_init()