Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/teletextdec/
Dgstteletextdec.c326 if (teletext->frame->sliced_begin) in gst_teletextdec_zvbi_clear()
327 g_free (teletext->frame->sliced_begin); in gst_teletextdec_zvbi_clear()
506 if (teletext->frame->sliced_begin == NULL) in gst_teletextdec_reset_frame()
507 teletext->frame->sliced_begin = g_new (vbi_sliced, MAX_SLICES); in gst_teletextdec_reset_frame()
508 teletext->frame->current_slice = teletext->frame->sliced_begin; in gst_teletextdec_reset_frame()
509 teletext->frame->sliced_end = teletext->frame->sliced_begin + MAX_SLICES; in gst_teletextdec_reset_frame()
539 n_lines = teletext->frame->current_slice - teletext->frame->sliced_begin; in gst_teletextdec_process_telx_buffer()
542 s = g_memdup2 (teletext->frame->sliced_begin, in gst_teletextdec_process_telx_buffer()
1012 (int) (frame->sliced_end - frame->sliced_begin)); in gst_teletextdec_line_address()
Dgstteletextdec.h87 vbi_sliced *sliced_begin; member
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Draw_decoder.c586 vbi_sliced *sliced_begin; in vbi3_raw_decoder_decode() local
602 sliced_begin = sliced; in vbi3_raw_decoder_decode()
623 return sliced - sliced_begin; in vbi3_raw_decoder_decode()