Searched defs:indentation (Results 1 - 1 of 1) sorted by relevance

/system/media/camera/src/
H A Dcamera_metadata.c816 int indentation);
827 int indentation) {
830 indentation, "");
836 "%d / %d bytes of extra data.\n", indentation, "",
840 indentation + 2, "",
861 indentation + 2, "",
889 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation);
894 int type, int count, int indentation) {
913 fdprintf(fd, "%*s[", indentation + 4, "");
824 dump_indented_camera_metadata(const camera_metadata_t *metadata, int fd, int verbosity, int indentation) argument
893 print_data(int fd, const uint8_t *data_ptr, uint32_t tag, int type, int count, int indentation) argument

Completed in 5 milliseconds