Searched refs:ex_a_codec (Results 1 – 12 of 12) sorted by relevance
/dports/multimedia/transcode/transcode-1.1.7/export/ |
H A D | aud_aux.c | 449 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 D | export_ffmpeg.c | 1485 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 D | test-export-profile.c | 57 .ex_a_codec = CODEC_PCM, 126 PRINT(ex_a_codec, "%x"); in main()
|
/dports/multimedia/transcode/transcode-1.1.7/multiplex/ |
H A D | multiplex_avi.c | 76 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 D | tcexport.c | 239 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 D | tcstub.c | 49 .ex_a_codec = CODEC_PCM,
|
/dports/multimedia/transcode/transcode-1.1.7/src/ |
H A D | transcode.c | 945 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 D | transcode.h | 329 int ex_a_codec; // Audio codec for export module member
|
H A D | cmdline_def.h | 729 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 D | encoder.c | 534 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 D | export_profile.c | 330 vob->ex_a_codec = info->audio.format; in tc_export_profile_to_vob()
|
H A D | socket.c | 269 SEND(ex_a_codec, "%d"); in dump_vob()
|