Home
last modified time | relevance | path

Searched refs:cc_channels (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dparams_dump.c203 printf("CC1: %s\n", Y_N(ctx->freport.data_from_608->cc_channels[0])); in print_cc_report()
204 printf("CC2: %s\n", Y_N(ctx->freport.data_from_608->cc_channels[1])); in print_cc_report()
205 printf("CC3: %s\n", Y_N(ctx->freport.data_from_608->cc_channels[2])); in print_cc_report()
206 printf("CC4: %s\n", Y_N(ctx->freport.data_from_608->cc_channels[3])); in print_cc_report()
H A Dccx_decoders_608.h17 uint8_t cc_channels[4]; member
H A Dccx_decoders_608.c1120 report->cc_channels[ch - 1] = 1; in process608()