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

  /system/media/camera/src/
camera_metadata.c 497 size_t data_bytes = data_count *
499 return data_bytes <= 4 ? 0 : ALIGN_TO(data_bytes, DATA_ALIGNMENT);
512 size_t data_bytes =
514 if (data_bytes + dst->data_count > dst->data_capacity) return ERROR;
523 if (data_bytes == 0) {
530 dst->data_count += data_bytes;
643 size_t data_bytes = calculate_camera_metadata_entry_data_size(entry->type, local
646 if (data_bytes > 0) {
649 uint8_t *end = start + data_bytes;
685 size_t data_bytes = local
    [all...]
  /hardware/libhardware/include/hardware/
camera2.h 263 * data_bytes worth of extra storage. Frames dequeued here must be returned
267 size_t entries, size_t data_bytes,
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 146 mDNSu32 data_bytes; // bytes of message data already read member in struct:request_state
    [all...]

Completed in 78 milliseconds