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

  /system/media/camera/src/
camera_metadata.c 378 size_t data_bytes = data_count * camera_metadata_type_size[type]; local
381 *data_size = data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
391 size_t data_bytes = data_count *
394 return data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
654 size_t data_bytes =
656 if (data_bytes + dst->data_count > dst->data_capacity) return ERROR;
666 if (data_bytes == 0) {
673 dst->data_count += data_bytes;
795 size_t data_bytes = calculate_camera_metadata_entry_data_size(entry->type, local
838 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.27/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...]
  /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 14225 std::string data_bytes; local
30964 std::string data_bytes; local
31413 std::string data_bytes; local
32405 std::string data_bytes; local
    [all...]

Completed in 1577 milliseconds