Lines Matching refs:loop_info
475 create_and_send_tags (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_tags() argument
528 if (loop_info) { in create_and_send_tags()
529 if (loop_info->bpm != 0.0) { in create_and_send_tags()
531 (gdouble) loop_info->bpm, NULL); in create_and_send_tags()
533 if (loop_info->root_key != -1) { in create_and_send_tags()
535 (guint) loop_info->root_key, NULL); in create_and_send_tags()
618 create_and_send_toc (GstSFDec * self, SF_INFO * info, SF_LOOP_INFO * loop_info, in create_and_send_toc() argument
679 SF_LOOP_INFO loop_info = { 0, }; in gst_sf_dec_open_file() local
749 if (sf_command (self->file, SFC_GET_LOOP_INFO, &loop_info, in gst_sf_dec_open_file()
750 sizeof (loop_info))) { in gst_sf_dec_open_file()
760 create_and_send_tags (self, &info, (have_loop_info ? &loop_info : NULL), in gst_sf_dec_open_file()
763 create_and_send_toc (self, &info, (have_loop_info ? &loop_info : NULL), in gst_sf_dec_open_file()