Searched refs:demux_ctx (Results 1 – 10 of 10) sorted by relevance
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/ |
H A D | general_loop.c | 66 ctx->demux_ctx->past += result; in ps_get_more_data() 109 ctx->demux_ctx->past+=result; in ps_get_more_data() 130 ctx->demux_ctx->past+=result; in ps_get_more_data() 169 ctx->demux_ctx->past += 2; in ps_get_more_data() 171 ctx->demux_ctx->past += 1; in ps_get_more_data() 182 ctx->demux_ctx->past += 1; in ps_get_more_data() 297 ctx->demux_ctx->past=ctx->demux_ctx->past+result; in ps_get_more_data() 352 ctx->demux_ctx->past=ctx->demux_ctx->past+result; in general_get_more_data() 774 t = ctx->demux_ctx->global_timestamp - ctx->demux_ctx->min_global_timestamp; in segment_output_file() 813 stream_mode = ctx->demux_ctx->get_stream_mode(ctx->demux_ctx); in general_loop() [all …]
|
H A D | params_dump.c | 36 ctx->demux_ctx->print_cfg(ctx->demux_ctx); in params_dump() 229 struct ccx_demuxer *demux_ctx = ctx->demux_ctx; in print_file_report() local 254 switch (demux_ctx->stream_mode) in print_file_report() 259 printf("Program Count: %d\n", demux_ctx->freport.program_cnt); in print_file_report() 263 for (int i = 0; i < demux_ctx->nb_program; i++) in print_file_report() 264 printf("%u ", demux_ctx->pinfo[i].program_number); in print_file_report() 270 if (demux_ctx->PIDs_programs[i] == 0) in print_file_report() 277 if (demux_ctx->freport.dvb_sub_pid[j] == i) in print_file_report() 282 if (demux_ctx->freport.tlt_sub_pid[j] == i) in print_file_report() 289 printf("%s\n", desc[demux_ctx->PIDs_programs[i]->printable_stream_type]); in print_file_report() [all …]
|
H A D | asf_functions.c | 167 ctx->demux_ctx->past += result; in asf_get_more_data() 201 ctx->demux_ctx->past += result; in asf_get_more_data() 550 ctx->demux_ctx->past += result; in asf_get_more_data() 592 ctx->demux_ctx->past += result; in asf_get_more_data() 609 ctx->demux_ctx->past += result; in asf_get_more_data() 630 ctx->demux_ctx->past += result; in asf_get_more_data() 666 ctx->demux_ctx->past += result; in asf_get_more_data() 704 ctx->demux_ctx->past += result; in asf_get_more_data() 994 ctx->demux_ctx->past+=result; in asf_get_more_data() 1026 ctx->demux_ctx->past += result; in asf_get_more_data() [all …]
|
H A D | file_functions.c | 106 ctx->demux_ctx->close(ctx->demux_ctx); in close_input_file() 119 ctx->demux_ctx->reset(ctx->demux_ctx); in switch_to_next_file() 127 ret = ctx->demux_ctx->open(ctx->demux_ctx, NULL); in switch_to_next_file() 139 if (ctx->demux_ctx->is_open(ctx->demux_ctx)) in switch_to_next_file() 145 …if (ctx->inputsize > 0 && ((ctx->demux_ctx->past+bytesinbuffer) < ctx->inputsize) && is_decoder_pr… in switch_to_next_file() 149 ctx->inputfile[ctx->current_file], ctx->current_file, ctx->demux_ctx->past, ctx->inputsize); in switch_to_next_file() 156 ctx->demux_ctx->past = 0; // Reset always or at the end we'll have double the size in switch_to_next_file() 168 ret = ctx->demux_ctx->open(ctx->demux_ctx, ctx->inputfile[ctx->current_file]); in switch_to_next_file() 176 ctx->inputsize = ctx->demux_ctx->get_filesize (ctx->demux_ctx); in switch_to_next_file()
|
H A D | ts_tables_epg.c | 203 if (ctx->demux_ctx == NULL) in EPG_output_net() 206 if (ctx->demux_ctx->nb_program == 0) in EPG_output_net() 215 if (i == ctx->demux_ctx->nb_program) in EPG_output_net() 247 for(i=0; i < ctx->demux_ctx->nb_program; i++) in EPG_output_live() 263 for(i=0; i < ctx->demux_ctx->nb_program; i++) in EPG_output_live() 269 for(i=0; i < ctx->demux_ctx->nb_program; i++) in EPG_output_live() 312 for(i=0; i<ctx->demux_ctx->nb_program; i++) in EPG_output() 316 if(ctx->demux_ctx->pinfo[i].name[0] != '\0') in EPG_output() 325 for(i=0; i<ctx->demux_ctx->nb_program; i++) in EPG_output() 337 for(i=0; i<ctx->demux_ctx->nb_program; i++) in EPG_output() [all …]
|
H A D | wtv_functions.c | 333 get_sized_buffer(ctx->demux_ctx, cb, 32); in get_data() 365 result = buffered_read(ctx->demux_ctx, parsebuf, 1024); in get_data() 366 ctx->demux_ctx->past+=1024; in get_data() 368 ctx->demux_ctx->past+=result; in get_data() 382 get_sized_buffer(ctx->demux_ctx, cb, 0xc+16); in get_data() 407 get_sized_buffer(ctx->demux_ctx, cb, 0x8+0x8); in get_data() 433 get_sized_buffer(ctx->demux_ctx, cb, len); in get_data() 443 skip_sized_buffer(ctx->demux_ctx, cb, pad); in get_data() 452 skip_sized_buffer(ctx->demux_ctx, cb, len+pad); in get_data() 488 read_header(ctx->demux_ctx, &cb); in wtv_get_more_data()
|
H A D | lib_ccx.c | 183 ctx->demux_ctx = init_demuxer(ctx, &opt->demux_cfg); in init_libraries() 188 ccx_common_timing_init(&ctx->demux_ctx->past,opt->nosync); in init_libraries() 243 ccx_demuxer_delete(&lctx->demux_ctx); in dinit_libraries()
|
H A D | myth.c | 787 while (is_decoder_processed_enough(ctx) == CCX_FALSE && (rc=mpegps_read_packet(ctx->demux_ctx))==0) in myth_loop() 789 position_sanity_check(ctx->demux_ctx); in myth_loop() 835 …int progress = (int) ((((ctx->total_past+ctx->demux_ctx->past)>>8)*100)/(ctx->total_inputsize>>8)); in myth_loop()
|
H A D | lib_ccx.h | 142 struct ccx_demuxer *demux_ctx; member
|
/dports/multimedia/ccextractor/ccextractor-0.85/src/ |
H A D | ccextractor.c | 180 stream_mode = ctx->demux_ctx->get_stream_mode(ctx->demux_ctx); in main()
|