Home
last modified time | relevance | path

Searched refs:sp_lines (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Draw_decoder.c437 if (rd->debug && NULL != rd->sp_lines) { in slice()
442 rd->sp_lines[i].points, in slice()
443 &rd->sp_lines[i].n_points, N_ELEMENTS (rd->sp_lines[i].points), raw); in slice()
1051 if (nth_bit >= rd->sp_lines[row].n_points) in vbi3_raw_decoder_sampling_point()
1054 *point = rd->sp_lines[row].points[nth_bit]; in vbi3_raw_decoder_sampling_point()
1063 _vbi3_raw_decoder_sp_line *sp_lines; in vbi3_raw_decoder_debug()
1071 sp_lines = NULL; in vbi3_raw_decoder_debug()
1096 vbi_free (rd->sp_lines); in vbi3_raw_decoder_debug()
1097 rd->sp_lines = NULL; in vbi3_raw_decoder_debug()
1101 rd->sp_lines = calloc (n_lines, sizeof (*rd->sp_lines)); in vbi3_raw_decoder_debug()
[all …]
Draw_decoder.h131 _vbi3_raw_decoder_sp_line *sp_lines; member