Home
last modified time | relevance | path

Searched refs:start_line (Results 1 – 25 of 50) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
Dqtrleenc.c328 int start_line = 0; in encode_frame() local
334 for (start_line = 0; start_line < s->avctx->height; start_line++) in encode_frame()
335 if (memcmp(p->data[0] + start_line*p->linesize[0], in encode_frame()
336 s->previous_frame->data[0] + start_line * s->previous_frame->linesize[0], in encode_frame()
340 for (end_line=s->avctx->height; end_line > start_line; end_line--) in encode_frame()
349 if ((start_line == 0 && end_line == s->avctx->height) || start_line == s->avctx->height) in encode_frame()
353 bytestream_put_be16(&buf, start_line); // starting line in encode_frame()
355 bytestream_put_be16(&buf, end_line - start_line); // lines to update in encode_frame()
358 for (i = start_line; i < end_line; i++) in encode_frame()
Dqtrle.c453 int header, start_line; in qtrle_decode_frame() local
482 start_line = bytestream2_get_be16(&s->g); in qtrle_decode_frame()
486 if (height > s->avctx->height - start_line) { in qtrle_decode_frame()
491 start_line = 0; in qtrle_decode_frame()
497 row_ptr = s->frame->linesize[0] * start_line; in qtrle_decode_frame()
/third_party/boost/tools/litre/
Dlitre.py36 start_line = node.line or 0
37 start_line -= code.count('\n') + 2 # docutils bug workaround?
39 self._execute(compile( start_line*'\n' + code, str(node.source), 'exec'))
/third_party/mesa3d/src/amd/compiler/tests/
Dglsl_scraper.py63 def finish_text(self, start_line, end_line): argument
78 self.start_line = start_line
191 .format(self.start_line, self.end_line))
247 start_line = self.line_number
262 self.current_shader.finish_text(start_line, self.line_number)
/third_party/glib/
Dclang-format-diff.py107 start_line = int(match.group(1))
113 end_line = start_line + line_count - 1
115 ["-lines", str(start_line) + ":" + str(end_line)]
/third_party/alsa-utils/alsamixer/
Dtextbox.c75 const char *start_line; in show_textfile() local
89 start_line = buf; in show_textfile()
92 lines[line_count++] = start_line; in show_textfile()
94 start_line = &buf[i + 1]; in show_textfile()
/third_party/nghttp2/
Dgit-clang-format285 start_line = int(match.group(1))
290 matches.setdefault(filename, []).append(Range(start_line, line_count))
362 '-lines=%s:%s' % (start_line, start_line+line_count-1)
363 for start_line, line_count in line_ranges])
/third_party/cef/libcef/renderer/
Dblink_glue.cc186 int start_line, in ExecuteV8ScriptAndReturnValue() argument
189 if (start_line < 1) in ExecuteV8ScriptAndReturnValue()
190 start_line = 1; in ExecuteV8ScriptAndReturnValue()
200 WTF::TextPosition(WTF::OrdinalNumber::FromOneBasedInt(start_line), in ExecuteV8ScriptAndReturnValue()
/third_party/python/Lib/idlelib/
Dsidebar.py177 start_line = None
194 a, b = sorted([start_line, lineno])
201 nonlocal start_line
203 start_line = int(float(self.text.index(f"@0,{event.y}")))
212 nonlocal start_line
214 start_line = None
/third_party/mbedtls/scripts/
Dgenerate_ssl_debug_helpers.py76 start_line, end_line = '', ''
78 start_line = '#{} {}'.format(d, p)
90 yield pair_start, start_line
/third_party/flutter/skia/third_party/externals/dawn/scripts/
Dgit-clang-format310 start_line = int(match.group(1))
315 matches.setdefault(filename, []).append(Range(start_line, line_count))
411 '-lines=%s:%s' % (start_line, start_line+line_count-1)
412 for start_line, line_count in line_ranges])
/third_party/cef/libcef_dll/ctocpp/
Dv8context_ctocpp.cc181 int start_line, in Eval() argument
209 start_line, &retvalStruct, &exceptionStruct); in Eval()
Dv8context_ctocpp.h47 int start_line,
Dframe_ctocpp.h57 int start_line) override;
Dframe_ctocpp.cc226 int start_line) { in ExecuteJavaScript() argument
243 script_url.GetStruct(), start_line); in ExecuteJavaScript()
/third_party/protobuf/src/google/protobuf/stubs/
Dcommon_unittest.cc123 int start_line = __LINE__; in TEST() local
131 "2 " __FILE__ ":" + SimpleItoa(start_line + 1) + ": An error.", in TEST()
134 "1 " __FILE__ ":" + SimpleItoa(start_line + 2) + ": A warning.", in TEST()
/third_party/glib/tests/
Dunicode-encoding.c339 gint start_line = 0; /* Quiet GCC */ in main() local
375 start_line = line; in main()
425 process (start_line, utf8, status, (gunichar *)ucs4->data, ucs4->len); in main()
/third_party/cef/libcef_dll/cpptoc/
Dv8context_cpptoc.cc183 int start_line, in v8context_eval() argument
218 CefString(code), CefString(script_url), start_line, retvalPtr, in v8context_eval()
Dframe_cpptoc.cc225 int start_line) { in frame_execute_java_script() argument
241 CefString(code), CefString(script_url), start_line); in frame_execute_java_script()
/third_party/gstreamer/gstplugins_good/gst/flx/
Dgstflxdec.c413 guint16 start_line, lines; in flx_decode_delta_fli() local
423 if (!gst_byte_reader_get_uint16_le (reader, &start_line)) in flx_decode_delta_fli()
428 flxdec->hdr.height, start_line, lines); in flx_decode_delta_fli()
430 if (start_line + lines > flxdec->hdr.height) { in flx_decode_delta_fli()
435 line_start_i = flxdec->hdr.width * start_line; in flx_decode_delta_fli()
/third_party/cef/include/
Dcef_frame.h158 int start_line) = 0;
/third_party/cef/include/capi/
Dcef_frame_capi.h158 int start_line);
/third_party/boost/libs/beast/include/boost/beast/http/detail/
Dbasic_parser.hpp38 start_line, enumerator
/third_party/boost/boost/beast/http/detail/
Dbasic_parser.hpp38 start_line, enumerator
/third_party/gn/src/gn/
Dcommand_format.cc489 int start_line = in SortImports() local
500 prev ? prev->GetRange().end().line_number() + 1 : start_line; in SortImports()
762 int start_line = CurrentLine(); in Expr() local
877 penalty += (CurrentLine() - start_line) * GetPenaltyForLineBreak(); in Expr()
1017 int start_line = CurrentLine(); in FunctionCall() local
1179 return penalty + (CurrentLine() - start_line) * GetPenaltyForLineBreak(); in FunctionCall()

12