Home
last modified time | relevance | path

Searched refs:edl_records (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dedl.c82 edl_record_ptr edl_records = NULL; in edl_parse_file() local
122 if (!edl_records) edl_records = next_edl_record; in edl_parse_file()
151 if (edl_records) in edl_parse_file()
156 return edl_records; in edl_parse_file()
H A Dmplayer.c304 edl_record_ptr edl_records; ///< EDL entries memory area variable
728 free(edl_records); // free mem allocated for EDL in exit_player_with_rc()
729 edl_records = NULL; in exit_player_with_rc()
2641 if (edl_records) { in edl_loadfile()
2642 free_edl(edl_records); in edl_loadfile()
2653 if (!edl_records) in edl_update()
2658 free_edl(edl_records); in edl_update()
2660 edl_records = NULL; in edl_update()
2670 next_edl_record = edl_records; in edl_update()
2769 if (edl_records) { in seek()
[all …]
H A Dmencoder.c238 static edl_record_ptr edl_records = NULL; ///< EDL entries memory area variable
1234 if (edl_records) free_edl(edl_records);
1235 next_edl_record = edl_records = NULL;
1239 next_edl_record = edl_records = edl_parse_file();
1294 …else for (next_edl_record = edl_records; next_edl_record; next_edl_record = next_edl_record->next)…
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dedl.c82 edl_record_ptr edl_records = NULL; in edl_parse_file() local
122 if (!edl_records) edl_records = next_edl_record; in edl_parse_file()
151 if (edl_records) in edl_parse_file()
156 return edl_records; in edl_parse_file()
H A Dmplayer.c304 edl_record_ptr edl_records; ///< EDL entries memory area variable
728 free(edl_records); // free mem allocated for EDL in exit_player_with_rc()
729 edl_records = NULL; in exit_player_with_rc()
2641 if (edl_records) { in edl_loadfile()
2642 free_edl(edl_records); in edl_loadfile()
2653 if (!edl_records) in edl_update()
2658 free_edl(edl_records); in edl_update()
2660 edl_records = NULL; in edl_update()
2670 next_edl_record = edl_records; in edl_update()
2769 if (edl_records) { in seek()
[all …]
H A Dmencoder.c238 static edl_record_ptr edl_records = NULL; ///< EDL entries memory area variable
1234 if (edl_records) free_edl(edl_records);
1235 next_edl_record = edl_records = NULL;
1239 next_edl_record = edl_records = edl_parse_file();
1294 …else for (next_edl_record = edl_records; next_edl_record; next_edl_record = next_edl_record->next)…