Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Draw_decoder.h42 typedef struct _vbi3_raw_decoder vbi3_raw_decoder; typedef
49 vbi3_raw_decoder_sampling_point (vbi3_raw_decoder * rd,
54 vbi3_raw_decoder_decode (vbi3_raw_decoder * rd,
59 vbi3_raw_decoder_reset (vbi3_raw_decoder * rd);
61 vbi3_raw_decoder_services (vbi3_raw_decoder * rd);
64 (vbi3_raw_decoder * rd,
67 vbi3_raw_decoder_add_services (vbi3_raw_decoder * rd,
71 vbi3_raw_decoder_debug (vbi3_raw_decoder * rd,
75 (vbi3_raw_decoder * rd,
80 (const vbi3_raw_decoder *rd,
[all …]
Draw_decoder.c336 dump_pattern_line (const vbi3_raw_decoder * rd, unsigned int row, FILE * fp) in dump_pattern_line()
378 _vbi3_raw_decoder_dump (const vbi3_raw_decoder * rd, FILE * fp) in _vbi3_raw_decoder_dump()
433 slice (vbi3_raw_decoder * rd, in slice()
451 decode_pattern (vbi3_raw_decoder * rd, in decode_pattern()
578 vbi3_raw_decoder_decode (vbi3_raw_decoder * rd, in vbi3_raw_decoder_decode()
634 vbi3_raw_decoder_reset (vbi3_raw_decoder * rd) in vbi3_raw_decoder_reset()
652 remove_job_from_pattern (vbi3_raw_decoder * rd, int job_num) in remove_job_from_pattern()
702 (vbi3_raw_decoder * rd, vbi_service_set services) { in vbi3_raw_decoder_remove_services()
732 add_job_to_pattern (vbi3_raw_decoder * rd, in add_job_to_pattern()
882 vbi3_raw_decoder_add_services (vbi3_raw_decoder * rd, in vbi3_raw_decoder_add_services()
[all …]
Ddecoder.c510 vbi3_raw_decoder *rd3; in vbi_raw_decode()
517 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decode()
544 vbi3_raw_decoder *rd3; in vbi_raw_decoder_resize()
550 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_resize()
596 vbi3_raw_decoder *rd3; in vbi_raw_decoder_remove_services()
600 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_remove_services()
675 vbi3_raw_decoder *rd3; in vbi_raw_decoder_add_services()
679 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_add_services()
768 vbi3_raw_decoder *rd3; in vbi_raw_decoder_reset()
775 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_reset()
[all …]