Home
last modified time | relevance | path

Searched refs:eit_programs (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dts_tables_epg.c218 for (j = 0; j < ctx->eit_programs[i].array_len; j++) in EPG_output_net()
220 event = &(ctx->eit_programs[i].epg_events[j]); in EPG_output_net()
249 for(j=0; j<ctx->eit_programs[i].array_len; j++) in EPG_output_live()
271 for(j=0; j<ctx->eit_programs[i].array_len; j++) in EPG_output_live()
327 for(j=0; j<ctx->eit_programs[i].array_len; j++) in EPG_output()
333 …EPG_print_event(&ctx->eit_programs[TS_PMT_MAP_SIZE].epg_events[j], ctx->eit_programs[TS_PMT_MAP_SI… in EPG_output()
340 for(j=0; j<ctx->eit_programs[i].array_len; j++) in EPG_output()
342 if(ce==ctx->eit_programs[i].epg_events[j].id) in EPG_output()
399 …memcpy(&ctx->eit_programs[pmt_map].epg_events[ctx->eit_programs[pmt_map].array_len], event, sizeof… in EPG_add_event()
400 ctx->eit_programs[pmt_map].array_len++; in EPG_add_event()
[all …]
H A Dlib_ccx.c105 ctx->eit_programs = (struct EIT_program *)malloc(sizeof(struct EIT_program)*(TS_PMT_MAP_SIZE+1)); in init_libraries()
109 memset(ctx->eit_programs, 0, sizeof(struct EIT_program)*(TS_PMT_MAP_SIZE+1)); in init_libraries()
112 …if(!ctx->epg_buffers || !ctx->eit_programs || !ctx->eit_current_events || !ctx->ATSC_source_pg_map) in init_libraries()
119 ctx->eit_programs = NULL; in init_libraries()
H A Dlib_ccx.h127 struct EIT_program *eit_programs; member
H A Dfile_functions.c95 ctx->eit_programs[i].array_len = 0; in prepare_for_new_file()