Lines Matching full:services
47 * interface or decode data services not covered by libzvbi you can use
582 * @param services Set of @ref VBI_SLICED_ symbols.
584 * Removes one or more data services to be decoded from the
590 * services that will be decoded.
593 vbi_raw_decoder_remove_services (vbi_raw_decoder * rd, unsigned int services) in vbi_raw_decoder_remove_services() argument
601 service_set = services; in vbi_raw_decoder_remove_services()
616 * @param services Set of @ref VBI_SLICED_ symbols.
619 * Check which of the given services can be decoded with current capture
623 * Subset of services actually decodable.
627 unsigned int services, int strict) in vbi_raw_decoder_check_services() argument
633 service_set = services; in vbi_raw_decoder_check_services()
649 * @param services Set of @ref VBI_SLICED_ symbols.
660 * data services to be decoded. The libzvbi raw vbi decoder can decode up
661 * to eight data services in parallel. You can call this function while
666 * Set of @ref VBI_SLICED_ symbols describing the data services that actually
667 * will be decoded. This excludes those services not decodable given
672 unsigned int services, int strict) in vbi_raw_decoder_add_services() argument
680 service_set = services; in vbi_raw_decoder_add_services()
697 * @param services Set of VBI_SLICED_ symbols. Here (and only here) you
700 * @param scanning When 525 accept only NTSC services, when 625
701 * only PAL/SECAM services. When scanning is 0, determine the scanning
702 * from the requested services, an ambiguous set will pick
705 * services requested is stored here. (The sampling rate
711 * decode the requested data @a services. rd->sampling_format will be
717 * Set of @ref VBI_SLICED_ symbols describing the data services covered
718 * by the calculated sampling parameters. This excludes services the libzvbi
723 unsigned int services, int scanning, int *max_rate) in vbi_raw_decoder_parameters() argument
742 service_set = services; in vbi_raw_decoder_parameters()
761 * all previously added services to be decoded (if any)