Home
last modified time | relevance | path

Searched refs:img_description_len (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dgstvorbistag.c367 guint32 img_mimetype_len = 0, img_description_len = 0; in gst_vorbis_tag_add_metadata_block_picture() local
388 if (!gst_byte_reader_get_uint32_be (&reader, &img_description_len)) in gst_vorbis_tag_add_metadata_block_picture()
390 if (!gst_byte_reader_skip (&reader, img_description_len)) in gst_vorbis_tag_add_metadata_block_picture()
/third_party/gstreamer/gstplugins_good/gst/audioparsers/
Dgstflacparse.c1113 guint32 img_mimetype_len = 0, img_description_len = 0; in gst_flac_parse_handle_picture() local
1132 if (!gst_byte_reader_get_uint32_be (&reader, &img_description_len)) in gst_flac_parse_handle_picture()
1134 if (!gst_byte_reader_skip (&reader, img_description_len)) in gst_flac_parse_handle_picture()