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

/system/media/camera/src/
H A Dcamera_metadata.c880 int indentation);
891 int indentation) {
894 indentation, "");
900 "%" PRIu32 " / %" PRIu32 " bytes of extra data.\n", indentation, "",
904 indentation + 2, "",
925 indentation + 2, "",
953 print_data(fd, data_ptr, entry->tag, entry->type, count, indentation);
958 int type, int count, int indentation) {
977 dprintf(fd, "%*s[", indentation + 4, "");
888 dump_indented_camera_metadata(const camera_metadata_t *metadata, int fd, int verbosity, int indentation) argument
957 print_data(int fd, const uint8_t *data_ptr, uint32_t tag, int type, int count, int indentation) argument

Completed in 24 milliseconds