HomeSort by relevance Sort by last modified time
    Searched refs:ANDROID_SECTION_COUNT (Results 1 - 8 of 8) 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,
  /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
63 ANDROID_SECTION_COUNT,
    [all...]
  /system/media/camera/src/
camera_metadata.c 773 if (tag_section >= ANDROID_SECTION_COUNT) {
786 if (tag_section >= ANDROID_SECTION_COUNT ||
801 if (tag_section >= ANDROID_SECTION_COUNT ||
    [all...]
camera_metadata_tag_info.c 33 const char *camera_metadata_section_names[ANDROID_SECTION_COUNT] = {
61 unsigned int camera_metadata_section_bounds[ANDROID_SECTION_COUNT][2] = {
553 tag_info_t *tag_info[ANDROID_SECTION_COUNT] = {
    [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 481 for (size_t i = 0; i < ANDROID_SECTION_COUNT; ++i) {
  /system/media/camera/tests/
camera_metadata_tests.cpp 823 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) {
845 for (int i = 0; i < ANDROID_SECTION_COUNT; i++) {
    [all...]

Completed in 1176 milliseconds