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

  /system/media/camera/src/
camera_metadata.c 844 size_t entry_bytes = local
847 if (data_bytes != entry_bytes) {
849 if (dst->data_capacity < dst->data_count + data_bytes - entry_bytes) {
853 if (entry_bytes != 0) {
856 uint8_t *end = start + entry_bytes;
857 size_t length = dst->data_count - entry->data.offset - entry_bytes;
859 dst->data_count -= entry_bytes;
868 e->data.offset -= entry_bytes;
    [all...]
  /art/imgdiag/
imgdiag.cc 1036 uint8_t* entry_bytes = reinterpret_cast<uint8_t*>(entry); local
    [all...]
  /hardware/intel/common/libva/va/
va.h 2832 int entry_bytes; member in struct:_VAImage
    [all...]

Completed in 294 milliseconds