Home
last modified time | relevance | path

Searched refs:cc_to_stdout (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_decoders_608.h54 …int cc_to_stdout; // If this is set to 1, the stdout will be flushed when data… member
122 int cc_to_stdout,
H A Dccx_common_option.h68 …int cc_to_stdout; // If this is set to 1, the stdout will be flu… member
169 …int cc_to_stdout; // If this is set to 1, the stdout will be flu… member
H A Dlib_ccx.c28 setting->cc_to_stdout = opt->cc_to_stdout; in init_decoder_setting()
173 ctx->cc_to_stdout = opt->cc_to_stdout; in init_libraries()
H A Dhardsubx.c237 ctx->cc_to_stdout = options->cc_to_stdout; in _init_hardsubx()
H A Dccx_decoders_structs.h89 int cc_to_stdout; member
H A Dhardsubx.h39 int cc_to_stdout; member
H A Dccx_decoders_608.c124 int cc_to_stdout, in ccx_decoder_608_init_library() argument
151 data->cc_to_stdout = cc_to_stdout; in ccx_decoder_608_init_library()
1231 if (wrote_to_screen && context->cc_to_stdout) in process608()
H A Dccx_encoders_common.c779 if (cfg->cc_to_stdout == CCX_FALSE && cfg->send_to_srv == CCX_FALSE && cfg->extract == 12) in init_output_ctx()
792 if(ctx->generates_file && cfg->cc_to_stdout == CCX_FALSE && cfg->send_to_srv == CCX_FALSE) in init_output_ctx()
838 if (cfg->cc_to_stdout == CCX_TRUE) in init_output_ctx()
867 if (cfg->cc_to_stdout) in init_output_ctx()
H A Dccx_decoders_common.c259 setting->cc_to_stdout, in init_cc_decode()
268 setting->cc_to_stdout, in init_cc_decode()
H A Dparams.c1696 opt->cc_to_stdout=1; in parse_parameters()
2273 if (opt->write_format != CCX_OF_DVDRAW && opt->cc_to_stdout && opt->extract==12) in parse_parameters()
2278 if (opt->write_format == CCX_OF_SPUPNG && opt->cc_to_stdout) in parse_parameters()
2308 opt->enc_cfg.cc_to_stdout = opt->cc_to_stdout; in parse_parameters()
H A Dlib_ccx.h104 int cc_to_stdout; // If 1, captions go to stdout instead of file member