Searched refs:span (Results 1 - 4 of 4) sorted by relevance

/system/media/camera/docs/
H A Dhtml.mako149 # Number of rows an entry will span
179 <span class="toc_section_header"><a href="#section_${section.name}">${section.name}</a></span>
183 <span class="toc_kind_header">${kind.name}</span>
260 <span class="entry_type_name entry_type_name_enum">${prop.type}</span>
262 <span class="entry_type_name">${prop.type}</span>
265 <span clas
[all...]
/system/core/logd/
H A DLogStatistics.cpp687 // Total reports the greater of the individual maximum time span, or the
688 // validated minimum start and maximum end time span if it makes sense.
705 uint64_t span = newest - oldest; local
706 if (span > (monthSec * MS_PER_SEC)) {
711 // total span
714 if (span > maxSpan) maxSpan = span;
715 totalSize += span;
723 formatMsec(span).c_str());
724 unsigned permille = ((newest - dropped) * 1000 + (span /
[all...]
/system/core/libpixelflinger/
H A Dscanline.cpp453 c->span = c->scanline;
1943 int32_t span = 0; local
1951 span = remainder;
1952 w1 = (c->shade.dwdx * span) + w0;
1965 if (span) v += (tmu.shade.st[j].dx)*span;
1970 if (span) dvdx /= span;
1989 c->iterators.xr = xl = xl + (span ? span
[all...]
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h545 void (*span)(context_t* c); member in struct:android::context_t

Completed in 100 milliseconds