gf_isom_start_segment  163 applications/dashcast/audio_muxer.c 	ret = gf_isom_start_segment(audio_output_file->isof, filename, GF_TRUE);
gf_isom_start_segment  505 applications/dashcast/video_muxer.c 	ret = gf_isom_start_segment(video_output_file->isof, filename, 1);
gf_isom_start_segment 1436 include/gpac/isomedia.h GF_Err gf_isom_start_segment(GF_ISOFile *movie, const char *SegName, Bool memory_mode);
gf_isom_start_segment 1586 src/media_tools/dash_segmenter.c 					e = gf_isom_start_segment(output, SegmentName, dash_cfg->fragments_in_memory);
gf_isom_start_segment 1608 src/media_tools/dash_segmenter.c 					e = gf_isom_start_segment(output, NULL, dash_cfg->fragments_in_memory);