Home
last modified time | relevance | path

Searched refs:ex_a_codec (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/transcode/transcode-1.1.7/export/
H A Daud_aux.c449 avi_aud_codec = vob->ex_a_codec; in tc_audio_init()
490 switch(vob->ex_a_codec) in tc_audio_init()
497 ret=tc_audio_init_lame(vob, vob->ex_a_codec); in tc_audio_init()
510 ret=tc_audio_init_ffmpeg(vob, vob->ex_a_codec); in tc_audio_init()
516 ret=tc_audio_init_ffmpeg(vob, vob->ex_a_codec); in tc_audio_init()
522 vob->im_a_codec, vob->ex_a_codec); in tc_audio_init()
530 switch(vob->ex_a_codec) in tc_audio_init()
543 vob->im_a_codec, vob->ex_a_codec); in tc_audio_init()
550 switch(vob->ex_a_codec) in tc_audio_init()
571 vob->im_a_codec, vob->ex_a_codec); in tc_audio_init()
[all …]
H A Dexport_ffmpeg.c1485 if(vob->ex_a_codec != CODEC_MP2)
1490 if(vob->ex_a_codec != CODEC_MP2 && vob->ex_a_codec != CODEC_AC3)
1498 vob->ex_a_codec = CODEC_MP2;
1505 vob->ex_a_codec = CODEC_AC3;
/dports/multimedia/transcode/transcode-1.1.7/testsuite/
H A Dtest-export-profile.c57 .ex_a_codec = CODEC_PCM,
126 PRINT(ex_a_codec, "%x"); in main()
/dports/multimedia/transcode/transcode-1.1.7/multiplex/
H A Dmultiplex_avi.c76 int abitrate = (vob->ex_a_codec == CODEC_PCM) in avi_configure()
111 vob->ex_a_codec, abitrate); in avi_configure()
/dports/multimedia/transcode/transcode-1.1.7/tools/
H A Dtcexport.c239 vob->ex_a_codec = tc_codec_from_string(acodec); in parse_options()
242 || vob->ex_a_codec == TC_CODEC_ERROR) { in parse_options()
478 || vob->ex_a_codec == TC_CODEC_ERROR) { in main()
H A Dtcstub.c49 .ex_a_codec = CODEC_PCM,
/dports/multimedia/transcode/transcode-1.1.7/src/
H A Dtranscode.c945 vob->ex_a_codec = CODEC_MP3; //or fall back to module default in new_vob()
2394 if (vob->ex_a_codec == 0 || vob->a_codec_flag == 0 in main()
2403 vob->ex_a_codec = CODEC_MP2; in main()
2405 vob->ex_a_codec = CODEC_MP2; in main()
2407 vob->ex_a_codec=CODEC_MP2; in main()
2411 switch (vob->ex_a_codec) { in main()
2437 vob->ex_a_codec, in main()
2438 tc_codec_to_comment(vob->ex_a_codec), in main()
2590 vob->ex_a_codec = CODEC_RAW; in main()
H A Dtranscode.h329 int ex_a_codec; // Audio codec for export module member
H A Dcmdline_def.h729 vob->ex_a_codec = strtol(optarg, &optarg, 16);
755 vob->ex_a_codec = tc_codec_from_string(acodec);
756 if (vob->ex_a_codec == TC_CODEC_ERROR) {
H A Dencoder.c534 vob->ex_a_codec = ainfo->codecs_out[0]; in export_update_formats()
599 match = tc_module_match(vob->ex_a_codec, in tc_export_setup()
H A Dexport_profile.c330 vob->ex_a_codec = info->audio.format; in tc_export_profile_to_vob()
H A Dsocket.c269 SEND(ex_a_codec, "%d"); in dump_vob()