HomeSort by relevance Sort by last modified time
    Searched refs:num_lines (Results 1 - 20 of 20) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_dequantize_sample.h 94 int32 num_lines,
  /external/jpeg/
jcapistd.c 65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
jpeglib.h     [all...]
  /external/qemu/distrib/jpeg-6b/
jcapistd.c 65 * This should be less than the supplied num_lines only in case that
72 * so that the application need not adjust num_lines for end-of-image
78 JDIMENSION num_lines)
104 if (num_lines > rows_left)
105 num_lines = rows_left;
108 (*cinfo->main->process_data) (cinfo, scanlines, &row_ctr, num_lines);
121 JDIMENSION num_lines)
149 if (num_lines < lines_per_iMCU_row)
jpeglib.h     [all...]
  /external/qemu/android/utils/
jpeg-compress.h 80 * num_lines - Number of lines in the framebuffer (true height).
93 int num_lines,
jpeg-compress.c 154 int x, int y, int w, int h, int num_lines,
197 const int y_shift = num_lines - y - 1;
  /frameworks/rs/
spec.h 11 extern int num_lines;
spec.l 14 int num_lines = 0;
54 <comment>\n ++num_lines;
59 <*>"\n" ++num_lines; //printf("found lf \n");
  /build/tools/
adbs 96 num_lines = len(lines)
97 if num_lines < 2:
99 func_name = lines[num_lines-2]
  /external/iproute2/misc/
lnstat.c 155 int num_lines; member in struct:table_hdr
187 th.num_lines = h+1;
195 for (h = 1; h <= th.num_lines; h++) {
209 for (i = 0; i < th->num_lines; i++) {
lnstat_util.c 41 int j, num_lines = 0; local
50 num_lines++;
63 return num_lines;
  /system/extras/tests/fstest/
perm_checker.c 162 int num_rules = 0, num_lines = 0; local
168 num_lines++;
170 printf("# WARNING # Invalid rule on line number %d\n", num_lines);
173 add_rule(num_lines, spec,
192 return num_lines - num_rules;
  /external/webp/src/utils/
rescaler.c 124 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines,
127 while (total_imported < num_lines && wrk->y_accum > 0) {
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
error_fixer.py 193 num_lines = error.fix_data
196 if num_lines < 0:
197 num_lines *= -1
200 for i in xrange(1, num_lines + 1):
  /external/ceres-solver/examples/
nist.cc 81 void SkipLines(std::ifstream& ifs, int num_lines) {
83 for (int i = 0; i < num_lines; ++i) {
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 192 size_t num_lines = 1; local
207 ++num_lines;
211 if (num_lines > kMaxAddressLines)
    [all...]
  /external/freetype/src/cff/
cffgload.c 1657 FT_Int num_lines; local
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 814 def num_lines(self): member in class:CleansedLines
    [all...]
cpp_unittest.py     [all...]

Completed in 896 milliseconds