Home
last modified time | relevance | path

Searched defs:vob (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dencoder.c187 #define TC_ROTATE_IF_NEEDED(rotor, vob, bytes) \ argument
274 #define PREPARE_OUTPUT_NAME(rotor, vob) \ argument
354 #define ROTATE_COMMON_CODE(rotor, vob) do { \ argument
562 int tc_export_setup(vob_t *vob, in tc_export_setup()
648 int tc_encoder_init(vob_t *vob) in tc_encoder_init()
688 int tc_encoder_open(vob_t *vob) in tc_encoder_open()
826 static int encoder_export(TCEncoderData *data, vob_t *vob) in encoder_export()
965 static int OLD_tc_export_setup(vob_t *vob, in OLD_tc_export_setup()
1089 static int OLD_tc_encoder_init(vob_t *vob) in OLD_tc_encoder_init()
1117 static int OLD_tc_encoder_open(vob_t *vob) in OLD_tc_encoder_open()
[all …]
H A Dencoder-buffer.c135 static void apply_video_filters(vframe_list_t *vptr, vob_t *vob) in apply_video_filters()
164 static void apply_audio_filters(aframe_list_t *aptr, vob_t *vob) in apply_audio_filters()
193 static int encoder_acquire_vframe(TCEncoderBuffer *buf, vob_t *vob) in encoder_acquire_vframe()
269 static int encoder_acquire_aframe(TCEncoderBuffer *buf, vob_t *vob) in encoder_acquire_aframe()
H A Dtranscode.c73 static vob_t *vob = NULL; variable
171 int tc_next_video_in_file(vob_t *vob) in tc_next_video_in_file()
180 int tc_next_audio_in_file(vob_t *vob) in tc_next_audio_in_file()
189 int tc_has_more_video_in_file(vob_t *vob) in tc_has_more_video_in_file()
199 int tc_has_more_audio_in_file(vob_t *vob) in tc_has_more_audio_in_file()
397 static int transcode_fini(vob_t *vob) in transcode_fini()
414 static int transcode_mode_default(vob_t *vob) in transcode_mode_default()
508 static int transcode_mode_avi_split(vob_t *vob) in transcode_mode_avi_split()
766 static int transcode_mode_dvd(vob_t *vob) in transcode_mode_dvd()
884 vob_t *vob = tc_malloc(sizeof(vob_t)); in new_vob() local
[all …]
H A Dprobe.c96 int flags, vob_t *vob) in probe_source()
167 int probe_source_xml(vob_t *vob, int which) in probe_source_xml()
393 void probe_to_vob(ProbeInfo *vinfo, ProbeInfo *ainfo, int flags, vob_t *vob) in probe_to_vob()
567 static void select_modules(int flags, vob_t *vob) in select_modules()
H A Daudio_trans.c34 static int do_process_audio(vob_t *vob, aframe_list_t *ptr) in do_process_audio()
127 int process_aud_frame(vob_t *vob, aframe_list_t *ptr) in process_aud_frame()
H A Ddecoder.c289 static int tc_import_video_open(vob_t *vob) in tc_import_video_open()
310 static int tc_import_audio_open(vob_t *vob) in tc_import_audio_open()
424 static int video_import_loop(vob_t *vob) in video_import_loop()
561 static int audio_import_loop(vob_t *vob) in audio_import_loop()
765 void tc_import_threads_create(vob_t *vob) in tc_import_threads_create()
783 int tc_import_init(vob_t *vob, const char *a_mod, const char *v_mod) in tc_import_init()
816 int tc_import_open(vob_t *vob) in tc_import_open()
913 static void probe_from_vob(ProbeInfo *info, const vob_t *vob) in probe_from_vob()
938 static const char *current_in_file(vob_t *vob, int kind) in current_in_file()
969 vob_t *vob; member
[all …]
H A Dvideo_trans.c192 static int do_process_frame(vob_t *vob, vframe_list_t *ptr) in do_process_frame()
444 int process_vid_frame(vob_t *vob, vframe_list_t *ptr) in process_vid_frame()
483 int preprocess_vid_frame(vob_t *vob, vframe_list_t *ptr) in preprocess_vid_frame()
548 int postprocess_vid_frame(vob_t *vob, vframe_list_t *ptr) in postprocess_vid_frame()
H A Dframe_threads.c173 vob_t *vob = _vob; in process_video_frame() local
232 vob_t *vob = _vob; in process_audio_frame() local
299 void tc_frame_threads_init(vob_t *vob, int vworkers, int aworkers) in tc_frame_threads_init()
/dports/multimedia/transcode/transcode-1.1.7/filter/
H A Dfilter_mask.c43 static void ymask_yuv(unsigned char *buf, vob_t *vob, int top, int bottom) in ymask_yuv()
60 static void ymask_yuv422(unsigned char *buf, vob_t *vob, int top, int bottom) in ymask_yuv422()
76 static void ymask_rgb(unsigned char *buf, vob_t *vob, int top, int bottom) in ymask_rgb()
85 static void xmask_yuv(unsigned char *buf, vob_t *vob, int left, int right) in xmask_yuv()
125 static void xmask_yuv422(unsigned char *buf, vob_t *vob, int left, int right) in xmask_yuv422()
165 static void xmask_rgb(unsigned char *buf, vob_t *vob, int left, int right) in xmask_rgb()
203 static vob_t *vob=NULL; in tc_filter() local
/dports/multimedia/transcode/transcode-1.1.7/tools/
H A Dtcexport.c76 vob_t *vob; member
133 static void config_init(TCEncConf *conf, vob_t *vob) in config_init()
180 vob_t *vob = conf->vob; in parse_options() local
318 static void setup_im_size(vob_t *vob) in setup_im_size()
353 static void setup_ex_params(vob_t *vob) in setup_ex_params()
372 vob_t *vob = conf->vob; in setup_ranges() local
397 vob_t *vob = conf->vob; in print_summary() local
448 vob_t *vob = tc_get_vob(); in main() local
H A Drawsource.c84 static int rawsource_read_video(TCEncoderBuffer *buf, vob_t *vob) in rawsource_read_video()
118 static int rawsource_read_audio(TCEncoderBuffer *buf, vob_t *vob) in rawsource_read_audio()
164 int tc_rawsource_open(vob_t *vob) in tc_rawsource_open()
/dports/multimedia/subtitleripper/subtitleripper/
H A Dvobsub.c514 vobsub_parse_id(vobsub_t *vob, const char *line) in vobsub_parse_id()
597 vobsub_parse_size(vobsub_t *vob, const char *line) in vobsub_parse_size()
749 vobsub_parse_one_line(vobsub_t *vob, FILE *fd) in vobsub_parse_one_line()
797 vobsub_t *vob = (vobsub_t*)this; in vobsub_parse_ifo() local
866 vobsub_t *vob = malloc(sizeof(vobsub_t)); in vobsub_open() local
986 vobsub_t *vob = (vobsub_t *)this; in vobsub_close() local
997 vobsub_t *vob = (vobsub_t *)vobhandle; in vobsub_get_packet() local
1017 vobsub_t *vob = (vobsub_t *)vobhandle; in vobsub_get_next_packet() local
1034 vobsub_t *vob = (vobsub_t *)vobhandle; in vobsub_reset() local
1129 vobsub_out_t *vob = (vobsub_out_t*)me; in vobsub_out_close() local
[all …]
/dports/multimedia/dvdstyler/DVDStyler-3.1/src/
H A DProcessEncode.cpp28 Vob* vob = pgc->GetVobs()[vobi]; in ProcessEncode() local
86 Vob* vob = (Vob*) titleVobs[i]; in Execute() local
99 Vob* vob = (Vob*) titleVobs2[i]; in Execute() local
H A DPgc.cpp69 Vob& vob = *GetVobs()[vi]; in GetChapterCount() local
86 Vob* vob = GetVobs()[vobi]; in GetVideoFrameUri() local
99 Vob* vob = GetVobs()[0]; in GetVideoFrameUri() local
113 Vob* vob = GetVobs()[vobi]; in IsCellsUseCallLastMenu() local
265 Vob* vob; in PutXML() local
H A DStream.cpp176 wxSvgXmlNode* Stream::GetXML(DVDFileType type, Vob* vob) { in GetXML()
241 bool Stream::PutXML(wxSvgXmlNode* node, Vob* vob) { in PutXML()
H A DDVD.cpp78 Vob* vob = pgc->GetVobs()[vobi]; in CalculateVideoBitrate() local
93 Vob* vob = pgc->GetVobs()[vobi]; in CalculateVideoBitrate() local
177 Vob* vob = new Vob(menu); in AddMenu() local
239 Vob* vob = GetMenuVob(tsi, pgci); in GetMenu() local
345 Vob* vob = pgc->GetVobs()[vobi]; in CheckActions() local
730 Vob* vob = GetVob(tsi, true, 0, 0); in RenderThumbnail() local
765 Vob* vob = pgc->GetVobs()[vobi]; in GetSize() local
799 Vob* vob = pgc->GetVobs()[vobi]; in HasPlayAllButton() local
820 Vob* vob = pgc->GetVobs()[vobi]; in HasPlayAllTitlesetButton() local
842 Vob* vob = pgc->GetVobs()[vobi]; in HasRememberLastButton() local
[all …]
H A DCache.cpp30 CacheEntry::CacheEntry(Vob* vob, DVD* dvd, int idx) { in CacheEntry()
219 wxString Cache::Find(Vob* vob, DVD* dvd) { in Find()
233 wxString Cache::Add(Vob* vob, DVD* dvd) { in Add()
243 void Cache::Remove(Vob* vob, DVD* dvd) { in Remove()
H A DProcessProjectInfo.cpp66 Vob* vob = pgc->GetVobs()[vobi]; in Execute() local
85 Vob* vob = pgc->GetVobs()[vobi]; in Execute() local
/dports/multimedia/mencoder/mplayer-export-2021-12-29/sub/
H A Dvobsub.c827 vobsub_t *vob = this; in vobsub_parse_ifo() local
1017 vobsub_t *vob = this; in vobsub_close() local
1028 vobsub_t *vob = vobhandle; in vobsub_get_indexes_count() local
1034 vobsub_t *vob = vobhandle; in vobsub_get_id() local
1040 vobsub_t *vob = vobhandle; in vobsub_get_id_by_index() local
1055 vobsub_t *vob = vobhandle; in vobsub_get_index_by_id() local
1070 vobsub_t *vob= vobhandle; in vobsub_set_from_lang() local
1119 vobsub_t *vob = vobhandle; in vobsub_get_packet() local
1145 vobsub_t *vob = vobhandle; in vobsub_get_next_packet() local
1265 vobsub_out_t *vob = me; in vobsub_out_close() local
[all …]
/dports/multimedia/ogmrip/ogmrip-1.0.1/subrip/
H A Dvobsub.c888 vobsub_t *vob = (vobsub_t*)this; in vobsub_parse_ifo() local
1080 vobsub_t *vob = (vobsub_t *)this; in vobsub_close() local
1091 vobsub_t *vob = (vobsub_t *) vobhandle; in vobsub_get_indexes_count() local
1103 vobsub_t *vob = vobhandle; in vobsub_get_id_by_index() local
1118 vobsub_t *vob = vobhandle; in vobsub_get_index_by_id() local
1133 vobsub_t *vob= (vobsub_t *) vobhandle; in vobsub_set_from_lang() local
1182 vobsub_t *vob = (vobsub_t *)vobhandle; in vobsub_get_packet() local
1208 vobsub_t *vob = (vobsub_t *)vobhandle; in vobsub_get_next_packet() local
1240 vobsub_t *vob = (vobsub_t *)vobhandle; in vobsub_reset() local
1329 vobsub_out_t *vob = (vobsub_out_t*)me; in vobsub_out_close() local
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/sub/
H A Dvobsub.c827 vobsub_t *vob = this; in vobsub_parse_ifo() local
1017 vobsub_t *vob = this; in vobsub_close() local
1028 vobsub_t *vob = vobhandle; in vobsub_get_indexes_count() local
1034 vobsub_t *vob = vobhandle; in vobsub_get_id() local
1040 vobsub_t *vob = vobhandle; in vobsub_get_id_by_index() local
1055 vobsub_t *vob = vobhandle; in vobsub_get_index_by_id() local
1070 vobsub_t *vob= vobhandle; in vobsub_set_from_lang() local
1119 vobsub_t *vob = vobhandle; in vobsub_get_packet() local
1145 vobsub_t *vob = vobhandle; in vobsub_get_next_packet() local
1265 vobsub_out_t *vob = me; in vobsub_out_close() local
[all …]
/dports/sysutils/brasero/brasero-3.12.3/plugins/transcode/
H A Dburn-vob.c84 brasero_vob_stop_pipeline (BraseroVob *vob) in brasero_vob_stop_pipeline()
108 brasero_vob_finished (BraseroVob *vob) in brasero_vob_finished()
134 BraseroVob *vob) in brasero_vob_bus_messages()
200 BraseroVob *vob) in brasero_vob_new_decoded_pad_cb()
247 brasero_vob_link_audio (BraseroVob *vob, in brasero_vob_link_audio()
281 brasero_vob_build_audio_pcm (BraseroVob *vob, in brasero_vob_build_audio_pcm()
406 brasero_vob_build_audio_mp2 (BraseroVob *vob, in brasero_vob_build_audio_mp2()
558 brasero_vob_build_audio_ac3 (BraseroVob *vob, in brasero_vob_build_audio_ac3()
689 brasero_vob_build_audio_bins (BraseroVob *vob, in brasero_vob_build_audio_bins()
757 brasero_vob_build_video_bin (BraseroVob *vob, in brasero_vob_build_video_bin()
[all …]
/dports/multimedia/transcode/transcode-1.1.7/testsuite/
H A Dtest-resize-values.c71 static int do_single_test(const TestCase *test, vob_t *vob, int strict) in do_single_test()
114 vob_t *vob = tc_zalloc(sizeof(vob_t)); in main() local
/dports/multimedia/transcode/transcode-1.1.7/import/
H A Dimport_mplayer.c67 static int tc_mplayer_open_video(vob_t *vob, transfer_t *param) in tc_mplayer_open_video()
119 static int tc_mplayer_open_audio(vob_t *vob, transfer_t *param) in tc_mplayer_open_audio()
/dports/multimedia/transcode/transcode-1.1.7/export/
H A Daud_aux.c150 static int tc_audio_init_lame(vob_t *vob, int o_codec) in tc_audio_init_lame()
318 static int tc_audio_init_ffmpeg(vob_t *vob, int o_codec) in tc_audio_init_ffmpeg()
395 static int tc_audio_init_raw(vob_t *vob) in tc_audio_init_raw()
441 int tc_audio_init(vob_t *vob, int v) in tc_audio_init()
605 int tc_audio_open(vob_t *vob, avi_t *avifile) in tc_audio_open()

12345678