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

  /system/media/camera/docs/
camera_metadata_tag_info.mako 34 const char *camera_metadata_section_names[ANDROID_SECTION_COUNT] = {
40 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
58 tag_info_t *tag_info[ANDROID_SECTION_COUNT] = {
camera_metadata_tags.mako 47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
54 ANDROID_SECTION_COUNT,
  /hardware/interfaces/camera/common/1.0/default/
CameraMetadata.cpp 487 size_t totalSectionCount = ANDROID_SECTION_COUNT + vendorSectionCount;
490 const char *str = (i < ANDROID_SECTION_COUNT) ? camera_metadata_section_names[i] :
491 (*vendorSections)[i - ANDROID_SECTION_COUNT].string();
526 if (sectionIndex < ANDROID_SECTION_COUNT) {
  /system/media/camera/include/system/
camera_metadata.h 43 extern unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2];
45 extern const char *camera_metadata_section_names[ANDROID_SECTION_COUNT];
camera_metadata_tags.h 34 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
64 ANDROID_SECTION_COUNT,
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 719 size_t totalSectionCount = ANDROID_SECTION_COUNT + vendorSectionCount;
722 const char *str = (i < ANDROID_SECTION_COUNT) ? camera_metadata_section_names[i] :
723 (*vendorSections)[i - ANDROID_SECTION_COUNT].string();
760 if (sectionIndex < ANDROID_SECTION_COUNT) {
  /system/media/camera/src/
camera_metadata.c     [all...]
camera_metadata_tag_info.c 33 const char *camera_metadata_section_names[ANDROID_SECTION_COUNT] = {
62 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
    [all...]
  /hardware/interfaces/camera/metadata/3.2/
types.hal 22 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
78 ANDROID_SECTION_COUNT,
  /system/media/camera/tests/
camera_metadata_tests.cpp 878 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) {
900 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) {
    [all...]

Completed in 104 milliseconds