HomeSort by relevance Sort by last modified time
    Searched full:vendor_section_start (Results 1 - 4 of 4) sorted by null

  /hardware/libhardware/modules/camera/
VendorTags.h 52 const uint32_t vendor_section_start = VENDOR_SECTION_START; member in namespace:default_camera_hal
VendorTags.cpp 93 uint32_t section = (tag - vendor_section_start) >> 16;
95 if (tag < vendor_section_start) {
  /system/media/camera/docs/
camera_metadata_tags.mako 61 * defined with tag >= VENDOR_SECTION_START
67 VENDOR_SECTION_START = VENDOR_SECTION << 16
  /system/media/camera/include/system/
camera_metadata_tags.h 71 * defined with tag >= VENDOR_SECTION_START
100 VENDOR_SECTION_START = VENDOR_SECTION << 16
    [all...]

Completed in 1374 milliseconds