Searched refs:vts_file (Results 1 – 2 of 2) sorted by relevance
603 if (src->vts_file) { in rsn_dvdsrc_stop()604 ifoClose (src->vts_file); in rsn_dvdsrc_stop()605 src->vts_file = NULL; in rsn_dvdsrc_stop()813 if (vts_ttn < 1 || vts_ttn > src->vts_file->vts_ptt_srpt->nr_of_srpts) in get_current_pgc()816 if (src->vts_file->vts_ptt_srpt->title[vts_ttn - 1].nr_of_ptts == 0) in get_current_pgc()819 pgc_n = src->vts_file->vts_ptt_srpt->title[vts_ttn - 1].ptt[0].pgcn; in get_current_pgc()820 if (pgc_n > src->vts_file->vts_pgcit->nr_of_pgci_srp) in get_current_pgc()823 pgc = src->vts_file->vts_pgcit->pgci_srp[pgc_n - 1].pgc; in get_current_pgc()1086 if (src->vts_file) { in rsn_dvdsrc_step()1087 ifoClose (src->vts_file); in rsn_dvdsrc_step()[all …]
74 ifo_handle_t *vts_file; member