• Home
  • Raw
  • Download

Lines Matching refs:rd3

510   vbi3_raw_decoder *rd3;  in vbi_raw_decode()  local
517 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decode()
523 n_lines = vbi3_raw_decoder_decode (rd3, out, n_lines, raw); in vbi_raw_decode()
544 vbi3_raw_decoder *rd3; in vbi_raw_decoder_resize() local
550 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_resize()
570 (rd3, (vbi_sampling_par *) rd, /* strict */ 0); in vbi_raw_decoder_resize()
573 (rd3, (vbi_sampling_par *) rd, /* strict */ 0); in vbi_raw_decoder_resize()
596 vbi3_raw_decoder *rd3; in vbi_raw_decoder_remove_services() local
600 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_remove_services()
606 service_set = vbi3_raw_decoder_remove_services (rd3, service_set); in vbi_raw_decoder_remove_services()
675 vbi3_raw_decoder *rd3; in vbi_raw_decoder_add_services() local
679 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_add_services()
685 vbi3_raw_decoder_set_sampling_par (rd3, (vbi_sampling_par *) rd, strict); in vbi_raw_decoder_add_services()
687 service_set = vbi3_raw_decoder_add_services (rd3, service_set, strict); in vbi_raw_decoder_add_services()
768 vbi3_raw_decoder *rd3; in vbi_raw_decoder_reset() local
775 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_reset()
780 vbi3_raw_decoder_reset (rd3); in vbi_raw_decoder_reset()
795 vbi3_raw_decoder *rd3; in vbi_raw_decoder_destroy() local
799 rd3 = (vbi3_raw_decoder *) rd->pattern; in vbi_raw_decoder_destroy()
801 vbi3_raw_decoder_delete (rd3); in vbi_raw_decoder_destroy()
816 vbi3_raw_decoder *rd3; in vbi_raw_decoder_init() local
824 rd3 = vbi3_raw_decoder_new ( /* sampling_par */ NULL); in vbi_raw_decoder_init()
825 assert (NULL != rd3); in vbi_raw_decoder_init()
827 rd->pattern = (int8_t *) rd3; in vbi_raw_decoder_init()