Searched refs:indentation (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/camera/tests/fuzzer/ |
D | camera_vendorTagDescriptor_fuzzer.cpp | 124 int32_t indentation = mFDP->ConsumeIntegralInRange<int32_t>(kRangeMin, kRangeMax); in invokeVendorTagDescriptor() local 125 mVendorTagDescriptor->dump(fd, verbosity, indentation); in invokeVendorTagDescriptor() 159 int32_t indentation = mFDP->ConsumeIntegralInRange<int>(kRangeMin, kRangeMax); in invokeVendorTagDescriptorCache() local 160 mVendorTagDescriptorCache->dump(fd, verbosity, indentation); in invokeVendorTagDescriptorCache()
|
D | camera_fuzzer.cpp | 382 int32_t indentation = mFDP->ConsumeIntegralInRange<int32_t>(kRangeMin, kRangeMax); in invokeCameraMetadata() local 383 mCameraMetadata->dump(fd, verbosity, indentation); in invokeCameraMetadata()
|
/frameworks/av/services/camera/libcameraservice/utils/ |
D | TagMonitor.cpp | 271 int indentation = (event.source == REQUEST) ? 15 : 30; in dumpMonitoredTagEventsToVectorLocked() local 275 indentation, in dumpMonitoredTagEventsToVectorLocked() 304 event.newData.size() / camera_metadata_type_size[event.type], indentation + 18); in dumpMonitoredTagEventsToVectorLocked() 313 int indentation) { in getEventDataString() argument 334 returnStr.appendFormat("%*s[", (j != 0) ? indentation + 4 : 0, ""); in getEventDataString()
|
D | TagMonitor.h | 89 int indentation);
|
/frameworks/av/camera/include/camera/ |
D | VendorTagDescriptor.h | 99 void dump(int fd, int verbosity, int indentation) const; 212 void dump(int fd, int verbosity, int indentation) const;
|
D | CameraMetadata.h | 209 void dump(int fd, int verbosity = 1, int indentation = 0) const;
|
/frameworks/av/camera/ |
D | VendorTagDescriptor.cpp | 322 void VendorTagDescriptor::dump(int fd, int verbosity, int indentation) const { in dump() 327 indentation, ""); in dump() 332 indentation, "", size); in dump() 337 dprintf(fd, "%*s0x%x\n", indentation + 2, "", tag); in dump() 346 dprintf(fd, "%*s0x%x (%s) with type %d (%s) defined in section %s\n", indentation + 2, in dump() 481 int indentation) const { in dump() 484 " id %" PRIu64 " \n", indentation, "", desc.first); in dump() 485 desc.second->dump(fd, verbosity, indentation); in dump()
|
D | CameraMetadata.cpp | 499 void CameraMetadata::dump(int fd, int verbosity, int indentation) const { in dump() 500 dump_indented_camera_metadata(mBuffer, fd, verbosity, indentation); in dump()
|
/frameworks/av/services/tuner/ |
D | .clang-format | 24 # first one) have an eight space indentation.
|
/frameworks/av/media/module/service.mediatranscoding/ |
D | .clang-format | 24 # first one) have an eight space indentation.
|
/frameworks/native/vulkan/ |
D | README.md | 11 …lopers/coding-style) for naming and formatting, except with four-space indentation instead of two …
|
/frameworks/av/media/module/libmediatranscoding/ |
D | .clang-format | 40 # first one) have an eight space indentation.
|