Searched refs:indentation (Results 1 – 4 of 4) sorted by relevance
/system/media/camera/src/ |
D | camera_metadata.c | 838 int indentation); 849 int indentation) { in dump_indented_camera_metadata() argument 852 indentation, ""); in dump_indented_camera_metadata() 858 "%" PRIu32 " / %" PRIu32 " bytes of extra data.\n", indentation, "", in dump_indented_camera_metadata() 862 indentation + 2, "", in dump_indented_camera_metadata() 883 indentation + 2, "", in dump_indented_camera_metadata() 911 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation); in dump_indented_camera_metadata() 916 int type, int count, int indentation) { in print_data() argument 935 dprintf(fd, "%*s[", indentation + 4, ""); in print_data()
|
/system/media/camera/include/system/ |
D | camera_metadata.h | 531 int indentation);
|
/system/media/camera/docs/ |
D | CameraMetadataEnums.mako | 58 … support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
D | CameraMetadataKeys.mako | 81 … support more, we should use a recursive function here instead.. but the indentation gets trickier.
|