Home
last modified time | relevance | path

Searched refs:set_of_subtitles (Results 1 – 8 of 8) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmp_core.h122 sub_data* set_of_subtitles[MAX_SUBTITLE_FILES]; member
H A Dmplayer.c641 sub_free(mpctx->set_of_subtitles[i]); in uninit_player()
1098 mpctx->set_of_subtitles[mpctx->set_of_sub_size] = subd; in add_subtitles()
1127 sub_data **const set_of_subtitles = mpctx->set_of_subtitles; in update_set_of_subtitles() local
1131 set_of_subtitles[i - 1] = set_of_subtitles[i]; in update_set_of_subtitles()
1132 set_of_subtitles[mpctx->set_of_sub_size - 1] = NULL; in update_set_of_subtitles()
1136 subdata = set_of_subtitles[mpctx->set_of_sub_pos = 0]; in update_set_of_subtitles()
1138 set_of_subtitles[mpctx->set_of_sub_pos] = subdata; in update_set_of_subtitles()
1140 set_of_subtitles[mpctx->set_of_sub_pos = mpctx->set_of_sub_size] = subdata; in update_set_of_subtitles()
H A Dcommand.c1574 subdata = mpctx->set_of_subtitles[mpctx->set_of_sub_pos]; in mp_property_sub()
2479 sub_data **subs = mpctx->set_of_subtitles; in remove_subtitle_range()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmp_core.h122 sub_data* set_of_subtitles[MAX_SUBTITLE_FILES]; member
H A Dmplayer.c641 sub_free(mpctx->set_of_subtitles[i]); in uninit_player()
1098 mpctx->set_of_subtitles[mpctx->set_of_sub_size] = subd; in add_subtitles()
1127 sub_data **const set_of_subtitles = mpctx->set_of_subtitles; in update_set_of_subtitles() local
1131 set_of_subtitles[i - 1] = set_of_subtitles[i]; in update_set_of_subtitles()
1132 set_of_subtitles[mpctx->set_of_sub_size - 1] = NULL; in update_set_of_subtitles()
1136 subdata = set_of_subtitles[mpctx->set_of_sub_pos = 0]; in update_set_of_subtitles()
1138 set_of_subtitles[mpctx->set_of_sub_pos] = subdata; in update_set_of_subtitles()
1140 set_of_subtitles[mpctx->set_of_sub_pos = mpctx->set_of_sub_size] = subdata; in update_set_of_subtitles()
H A Dcommand.c1574 subdata = mpctx->set_of_subtitles[mpctx->set_of_sub_pos]; in mp_property_sub()
2479 sub_data **subs = mpctx->set_of_subtitles; in remove_subtitle_range()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/gui/dialog/
H A Dmenu.c800 …if ( guiInfo.mpcontext->set_of_subtitles[i] ) lang = guiInfo.mpcontext->set_of_subtitles[i]->filen… in CreatePopUpMenu()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/gui/dialog/
H A Dmenu.c800 …if ( guiInfo.mpcontext->set_of_subtitles[i] ) lang = guiInfo.mpcontext->set_of_subtitles[i]->filen… in CreatePopUpMenu()