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

  /external/libchrome/sandbox/win/src/
interception_internal.h 64 size_t data_bytes; member in struct:sandbox::DllInterceptionData
  /system/media/camera/src/
camera_metadata.c 316 size_t data_bytes = data_count * camera_metadata_type_size[type]; local
319 *data_size = data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
329 size_t data_bytes = data_count *
332 return data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
570 size_t data_bytes =
572 if (data_bytes + dst->data_count > dst->data_capacity) return ERROR;
582 if (data_bytes == 0) {
589 dst->data_count += data_bytes;
711 size_t data_bytes = calculate_camera_metadata_entry_data_size(entry->type, local
754 size_t data_bytes = local
    [all...]
  /hardware/libhardware/include/hardware/
camera2.h 267 * data_bytes worth of extra storage. Frames dequeued here must be returned
271 size_t entries, size_t data_bytes,
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-tic6x.h 62 int data_bytes; member in struct:tic6x_unwind_info
tc-tic6x.c 381 if (unwind->data_bytes == 0)
384 if (unwind->data_bytes != -1)
431 if (unwind->data_bytes != 0)
443 unwind->data_bytes = 0;
    [all...]
  /system/connectivity/shill/
http_proxy_unittest.cc 394 vector<unsigned char> data_bytes(ptr, ptr + data.length());
395 InputData proxy_data(data_bytes.data(), data_bytes.size());
401 vector<unsigned char> data_bytes(ptr, ptr + data.length());
402 InputData proxy_data(data_bytes.data(), data_bytes.size());
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 146 mDNSu32 data_bytes; // bytes of message data already read member in struct:request_state
    [all...]
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java 705 byte[] data_bytes = new byte[part_data_end - part_data_start];
706 fbuf.get(data_bytes);
707 parms.put(part_name, new String(data_bytes, encoding));
    [all...]
  /system/tpm/trunks/
tpm_generated.cc 17188 std::string data_bytes; local
38169 std::string data_bytes; local
38732 std::string data_bytes; local
39966 std::string data_bytes; local
    [all...]

Completed in 401 milliseconds