Lines Matching refs:loop_info
473 create_and_send_tags (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_tags() argument
526 if (loop_info) { in create_and_send_tags()
527 if (loop_info->bpm != 0.0) { in create_and_send_tags()
529 (gdouble) loop_info->bpm, NULL); in create_and_send_tags()
531 if (loop_info->root_key != -1) { in create_and_send_tags()
533 (guint) loop_info->root_key, NULL); in create_and_send_tags()
616 create_and_send_toc (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_toc() argument
677 SF_LOOP_INFO loop_info = { 0, }; in gst_sf_dec_open_file() local
747 if (sf_command (self->file, SFC_GET_LOOP_INFO, &loop_info, in gst_sf_dec_open_file()
748 sizeof (loop_info))) { in gst_sf_dec_open_file()
758 create_and_send_tags (self, &info, (have_loop_info ? &loop_info : NULL), in gst_sf_dec_open_file()
761 create_and_send_toc (self, &info, (have_loop_info ? &loop_info : NULL), in gst_sf_dec_open_file()