Home
last modified time | relevance | path

Searched refs:span (Results 1 – 8 of 8) sorted by relevance

/system/media/camera/docs/
Dhtml.mako150 # Number of rows an entry will span
180 <span class="toc_section_header"><a href="#section_${section.name}">${section.name}</a></span>
184 <span class="toc_kind_header">${kind.name}</span>
263 <span class="entry_type_name entry_type_name_enum">${prop.type}</span>
265 <span class="entry_type_name">${prop.type}</span>
268 <span class="entry_type_container">x</span>
272 <span class="entry_type_array">
274 </span>
282 …<span class="entry_type_visibility"> [${prop.applied_visibility}${" as %s" %prop.typedef.name if p…
285 <span class="entry_type_synthetic">[synthetic] </span>
[all …]
/system/core/adb/
Dcompression_utils.h57 virtual DecodeResult Decode(std::span<char>* output) = 0;
60 Decoder(std::span<char> output_buffer) : output_buffer_(output_buffer) {} in Decoder()
65 std::span<char> output_buffer_;
91 explicit NullDecoder(std::span<char> output_buffer) : Decoder(output_buffer) {} in NullDecoder()
93 DecodeResult Decode(std::span<char>* output) final { in Decode()
102 *output = std::span(output_buffer_.data(), static_cast<char*>(p)); in Decode()
137 explicit BrotliDecoder(std::span<char> output_buffer) in BrotliDecoder()
142 DecodeResult Decode(std::span<char>* output) final { in Decode()
156 *output = std::span<char>(output_buffer_.data(), bytes_emitted); in Decode()
236 explicit LZ4Decoder(std::span<char> output_buffer) in LZ4Decoder()
[all …]
/system/core/logd/
DLogStatistics.cpp812 int span = newest - oldest; in ReportInteresting() local
814 items.emplace_back(std::to_string(span)); in ReportInteresting()
912 uint64_t span = newest - oldest; in Format() local
913 if (span > (monthSec * MS_PER_SEC)) { in Format()
921 if (span > maxSpan) maxSpan = span; in Format()
922 totalSize += span; in Format()
930 formatMsec(span).c_str()); in Format()
931 unsigned permille = ((newest - dropped) * 1000 + (span / 2)) / span; in Format()
/system/core/libpixelflinger/
Dscanline.cpp453 c->span = c->scanline; in ggl_pick_scanline()
1943 int32_t span = 0; in scanline_perspective() local
1951 span = remainder; in scanline_perspective()
1952 w1 = (c->shade.dwdx * span) + w0; in scanline_perspective()
1965 if (span) v += (tmu.shade.st[j].dx)*span; in scanline_perspective()
1970 if (span) dvdx /= span; in scanline_perspective()
1989 c->iterators.xr = xl = xl + (span ? span : (1<<SPAN_BITS)); in scanline_perspective()
1992 c->span(c); in scanline_perspective()
2082 c->span(c); in scanline_perspective_single()
/system/core/libutils/
DREADME282 0x00000003 # header_block for string; overlay IDs span 3 elements
287 0x00000001 # header_block for integer; overlay IDs span 1 element
/system/core/adb/daemon/
Dfile_sync_service.cpp274 std::span<char> buffer_span(buffer.data(), buffer.size()); in handle_send_file_data()
316 std::span<char> output; in handle_send_file_data()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h545 void (*span)(context_t* c);
/system/core/adb/client/
Dfile_sync_client.cpp1158 std::span buffer_span(buffer.data(), buffer.size()); in sync_recv_v2()
1212 std::span<char> output; in sync_recv_v2()