Home
last modified time | relevance | path

Searched refs:n_lines (Results 1 – 18 of 18) sorted by relevance

/third_party/python/Lib/
Dtrace.py274 n_hits, n_lines = self.write_results_file(coverpath, source,
276 if summary and n_lines:
277 percent = int(100 * n_hits / n_lines)
278 sums[modulename] = n_lines, percent, modulename, filename
284 n_lines, percent, modulename, filename = sums[m]
307 n_lines = 0
316 n_lines += 1
321 n_lines += 1
326 return n_hits, n_lines
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Draw_decoder.c1065 unsigned int n_lines; in vbi3_raw_decoder_debug() local
1077 n_lines = 0; in vbi3_raw_decoder_debug()
1079 n_lines = rd->sampling.count[0] + rd->sampling.count[1]; in vbi3_raw_decoder_debug()
1088 n_lines = 0; in vbi3_raw_decoder_debug()
1093 if (rd->n_sp_lines == n_lines) in vbi3_raw_decoder_debug()
1100 if (n_lines > 0) { in vbi3_raw_decoder_debug()
1101 rd->sp_lines = calloc (n_lines, sizeof (*rd->sp_lines)); in vbi3_raw_decoder_debug()
1105 rd->n_sp_lines = n_lines; in vbi3_raw_decoder_debug()
Ddecoder.c511 unsigned int n_lines; in vbi_raw_decode() local
518 n_lines = rd->count[0] + rd->count[1]; in vbi_raw_decode()
523 n_lines = vbi3_raw_decoder_decode (rd3, out, n_lines, raw); in vbi_raw_decode()
528 return n_lines; in vbi_raw_decode()
Dgstline21dec.c512 gint n_lines; in gst_line_21_decoder_scan() local
515 n_lines = vbi_raw_decode (&self->zvbi_decoder, data, sliced); in gst_line_21_decoder_scan()
516 GST_DEBUG_OBJECT (self, "i:%d n_lines:%d", i, n_lines); in gst_line_21_decoder_scan()
517 if (n_lines == 2) { in gst_line_21_decoder_scan()
Dio-sim.c413 unsigned int n_lines; in vbi_raw_add_noise() local
456 n_lines = sp->count[0] + sp->count[1]; in vbi_raw_add_noise()
458 if (unlikely (0 == amplitude || 0 == n_lines || 0 == sp->bytes_per_line)) in vbi_raw_add_noise()
490 } while (--n_lines > 0); in vbi_raw_add_noise()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c886 guint n_lines; in gst_video_test_src_setcaps() local
928 for (i = 0; i < videotestsrc->n_lines; i++) in gst_video_test_src_setcaps()
934 &n_lines, &offset); in gst_video_test_src_setcaps()
936 n_lines = 1; in gst_video_test_src_setcaps()
940 videotestsrc->lines = g_malloc (sizeof (gpointer) * n_lines); in gst_video_test_src_setcaps()
941 for (i = 0; i < n_lines; i++) in gst_video_test_src_setcaps()
943 videotestsrc->n_lines = n_lines; in gst_video_test_src_setcaps()
1265 for (i = 0; i < src->n_lines; i++) in gst_video_test_src_stop()
1268 src->n_lines = 0; in gst_video_test_src_stop()
Dvideotestsrc.c233 p->n_lines = v->n_lines; in videotestsrc_setup_paintinfo()
292 int n_lines = p->n_lines; in videotestsrc_convert_tmpline() local
321 while (j % n_lines - offset != n_lines - 1) { in videotestsrc_convert_tmpline()
1627 guint n_lines; in convert_hline_generic() local
1638 n_lines = p->n_lines; in convert_hline_generic()
1640 line = y % n_lines; in convert_hline_generic()
1656 if (line - offset == n_lines - 1) { in convert_hline_generic()
1660 y -= n_lines - 1; in convert_hline_generic()
1662 for (i = 0; i < n_lines; i++) { in convert_hline_generic()
1664 lines[i] = p->lines[idx % n_lines]; in convert_hline_generic()
[all …]
Dgstvideotestsrc.h206 guint n_lines; member
Dvideotestsrc.h53 guint n_lines; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-chroma.c230 guint n_lines; member
983 guint n_lines; member
1102 result->n_lines = v_resamplers[v_index].n_lines; in gst_video_chroma_resample_new()
1106 result->n_lines, result->offset); in gst_video_chroma_resample_new()
1122 guint * n_lines, gint * offset) in gst_video_chroma_resample_get_info() argument
1126 if (n_lines) in gst_video_chroma_resample_get_info()
1127 *n_lines = resample->n_lines; in gst_video_chroma_resample_get_info()
Dvideo-chroma.h110 guint * n_lines, gint *offset);
Dvideo-converter.c332 guint n_lines; member
505 guint n_lines; member
571 gint in_line, gint n_lines) in gst_line_cache_get_lines() argument
589 && in_line + n_lines <= cache->first + (gint) cache->lines->len) { in gst_line_cache_get_lines()
665 converter_alloc_new (guint stride, guint n_lines, gpointer user_data, in converter_alloc_new() argument
670 GST_DEBUG ("stride %d, n_lines %d", stride, n_lines); in converter_alloc_new()
672 alloc->data = g_malloc (stride * n_lines); in converter_alloc_new()
674 alloc->n_lines = n_lines; in converter_alloc_new()
697 for (i = 0; i < alloc->n_lines; i++) in setup_border_alloc()
711 alloc->idx = (alloc->idx + 1) % alloc->n_lines; in get_temp_line()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/teletextdec/
Dgstteletextdec.c537 gint n_lines; in gst_teletextdec_process_telx_buffer() local
539 n_lines = teletext->frame->current_slice - teletext->frame->sliced_begin; in gst_teletextdec_process_telx_buffer()
541 n_lines); in gst_teletextdec_process_telx_buffer()
543 n_lines * sizeof (vbi_sliced)); in gst_teletextdec_process_telx_buffer()
544 vbi_decode (teletext->decoder, s, n_lines, teletext->last_ts); in gst_teletextdec_process_telx_buffer()
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py404 n_lines = len(lines)
405 if n_lines == 1:
410 for i in range(1, (n_lines - 1)):
412 c(lines[(n_lines - 1)] + ") {")
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2317 guint n_lines; in GST_START_TEST() local
2336 gst_video_chroma_resample_get_info (resample, &n_lines, &offset); in GST_START_TEST()
2337 fail_unless (n_lines < 10); in GST_START_TEST()
2340 for (j = 0; j < n_lines; j++) in GST_START_TEST()
2347 for (i = 0; i < HEIGHT; i += n_lines) { in GST_START_TEST()
2348 for (j = 0; j < n_lines; j++) in GST_START_TEST()
2365 gst_video_chroma_resample_get_info (resample, &n_lines, &offset); in GST_START_TEST()
2366 fail_unless (n_lines < 10); in GST_START_TEST()
2369 for (j = 0; j < n_lines; j++) in GST_START_TEST()
2376 for (i = 0; i < HEIGHT; i += n_lines) { in GST_START_TEST()
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py106 def assert_sidebar_n_lines(self, n_lines): argument
107 expected = '\n'.join(chain(map(str, range(1, n_lines + 1)), ['']))
/third_party/python/Lib/idlelib/
Dconfigdialog.py651 n_lines = len(text.get('1.0', END).splitlines())
652 for lineno in range(1, n_lines):
/third_party/gstreamer/gstplugins_base/
DChangeLog59379 video-converter: n_lines member should be a guint not a boolean