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

  /system/media/camera/docs/
camera_metadata_tag_info.mako 40 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 529 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
530 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
  /system/media/camera/include/system/
camera_metadata.h 43 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
  /frameworks/av/camera/
CameraMetadata.cpp 763 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
764 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
  /system/media/camera/src/
camera_metadata.c     [all...]
camera_metadata_tag_info.c 62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = { variable
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp 879 total_tag_count += camera_metadata_section_bounds[i][1] -
880 camera_metadata_section_bounds[i][0];
901 for (uint32_t tag = camera_metadata_section_bounds[i][0];
902 tag < camera_metadata_section_bounds[i][1];
    [all...]

Completed in 3054 milliseconds