Searched refs:indentation (Results 1 – 5 of 5) sorted by relevance
/system/media/camera/src/ |
D | camera_metadata.c | 839 int indentation); 850 int indentation) { in dump_indented_camera_metadata() argument 853 indentation, ""); in dump_indented_camera_metadata() 859 "%" PRIu32 " / %" PRIu32 " bytes of extra data.\n", indentation, "", in dump_indented_camera_metadata() 863 indentation + 2, "", in dump_indented_camera_metadata() 884 indentation + 2, "", in dump_indented_camera_metadata() 912 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation); in dump_indented_camera_metadata() 917 int type, int count, int indentation) { in print_data() argument 936 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 | ACameraMetadata.mako | 26 … support more, we should use a recursive function here instead.. but the indentation gets trickier.
|
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.
|