[4.0K] /data/pocs/5182c0d0eaf56c5c51313183a8dafd93025ee1a7
├── [4.0K] alsa_utils
│ ├── [ 23K] alsa_device_profile.c
│ ├── [9.7K] alsa_device_proxy.c
│ ├── [4.8K] alsa_format.c
│ ├── [5.4K] alsa_logging.c
│ ├── [1.2K] Android.bp
│ └── [4.0K] include
│ ├── [3.9K] alsa_device_profile.h
│ ├── [2.5K] alsa_device_proxy.h
│ ├── [ 914] alsa_format.h
│ └── [1016] alsa_logging.h
├── [ 16] Android.bp
├── [4.0K] audio
│ ├── [ 473] Android.bp
│ └── [4.0K] include
│ └── [4.0K] system
│ ├── [ 26K] audio-base.h
│ ├── [9.7K] audio-base-utils.h
│ ├── [4.9K] audio_effect-base.h
│ ├── [ 28K] audio_effect.h
│ ├── [4.0K] audio_effects
│ │ ├── [2.7K] audio_effects_conf.h
│ │ ├── [1.4K] effect_aec.h
│ │ ├── [1.6K] effect_agc.h
│ │ ├── [1.2K] effect_bassboost.h
│ │ ├── [1.5K] effect_downmix.h
│ │ ├── [1.7K] effect_dynamicsprocessing.h
│ │ ├── [2.6K] effect_environmentalreverb.h
│ │ ├── [2.3K] effect_equalizer.h
│ │ ├── [1.5K] effect_loudnessenhancer.h
│ │ ├── [1.7K] effect_ns.h
│ │ ├── [1.5K] effect_presetreverb.h
│ │ ├── [3.5K] effect_virtualizer.h
│ │ └── [2.5K] effect_visualizer.h
│ ├── [ 58K] audio.h
│ ├── [3.4K] audio_policy.h
│ └── [ 12K] sound_trigger.h
├── [4.0K] audio_effects
│ ├── [ 216] Android.bp
│ └── [4.0K] include
│ └── [4.0K] audio_effects
│ ├── [1.1K] effect_aec.h
│ ├── [1.1K] effect_agc.h
│ ├── [1.2K] effect_bassboost.h
│ ├── [1.1K] effect_downmix.h
│ ├── [1.2K] effect_dynamicsprocessing.h
│ ├── [1.2K] effect_environmentalreverb.h
│ ├── [1.2K] effect_equalizer.h
│ ├── [1.2K] effect_loudnessenhancer.h
│ ├── [1.1K] effect_ns.h
│ ├── [1.2K] effect_presetreverb.h
│ ├── [1.2K] effect_virtualizer.h
│ └── [1.2K] effect_visualizer.h
├── [4.0K] audio_route
│ ├── [ 333] Android.bp
│ ├── [ 30K] audio_route.c
│ ├── [4.0K] include
│ │ └── [4.0K] audio_route
│ │ └── [1.6K] audio_route.h
│ ├── [ 0] MODULE_LICENSE_BSD
│ └── [1.5K] NOTICE
├── [4.0K] audio_utils
│ ├── [2.3K] Android.bp
│ ├── [7.3K] Balance.cpp
│ ├── [ 28K] channels.c
│ ├── [ 98K] Doxyfile
│ ├── [ 98K] Doxyfile.orig
│ ├── [ 21K] echo_reference.c
│ ├── [1.5K] ErrorLog.cpp
│ ├── [ 24K] fifo.cpp
│ ├── [4.0K] fifo_index.cpp
│ ├── [2.4K] fifo_writer32.cpp
│ ├── [6.8K] fixedfft.cpp
│ ├── [6.9K] format.c
│ ├── [4.0K] include
│ │ └── [4.0K] audio_utils
│ │ ├── [6.7K] Balance.h
│ │ ├── [4.4K] channels.h
│ │ ├── [4.3K] clock.h
│ │ ├── [1.7K] clock_nanosleep.h
│ │ ├── [2.5K] echo_reference.h
│ │ ├── [8.5K] ErrorLog.h
│ │ ├── [4.4K] FdToString.h
│ │ ├── [ 30K] fifo.h
│ │ ├── [7.4K] fifo_index.h
│ │ ├── [3.1K] fifo_writer32.h
│ │ ├── [ 941] fixedfft.h
│ │ ├── [3.1K] format.h
│ │ ├── [1.4K] futex.h
│ │ ├── [1.4K] limiter.h
│ │ ├── [7.5K] LogPlot.h
│ │ ├── [2.9K] minifloat.h
│ │ ├── [1.5K] mono_blend.h
│ │ ├── [3.5K] power.h
│ │ ├── [6.1K] PowerLog.h
│ │ ├── [ 46K] primitives.h
│ │ ├── [3.4K] resampler.h
│ │ ├── [ 868] roundup.h
│ │ ├── [1.9K] safe_math.h
│ │ ├── [1.3K] sample.h
│ │ ├── [7.6K] SimpleLog.h
│ │ ├── [2.4K] sndfile.h
│ │ ├── [4.0K] spdif
│ │ │ ├── [4.4K] FrameScanner.h
│ │ │ └── [3.6K] SPDIFEncoder.h
│ │ ├── [ 27K] Statistics.h
│ │ ├── [1.8K] string.h
│ │ ├── [ 13K] TimestampVerifier.h
│ │ └── [ 18K] variadic_utils.h
│ ├── [1.9K] limiter.c
│ ├── [1.9K] minifloat.c
│ ├── [2.1K] mono_blend.cpp
│ ├── [8.5K] power.cpp
│ ├── [9.3K] PowerLog.cpp
│ ├── [ 16K] primitives.c
│ ├── [4.0K] private
│ │ └── [1.0K] private.h
│ ├── [ 197] README.md
│ ├── [9.7K] resampler.c
│ ├── [1.0K] roundup.c
│ ├── [2.6K] sample.c
│ ├── [4.0K] spdif
│ │ ├── [9.1K] AC3FrameScanner.cpp
│ │ ├── [3.0K] AC3FrameScanner.h
│ │ ├── [1.6K] BitFieldParser.cpp
│ │ ├── [1.6K] BitFieldParser.h
│ │ ├── [4.3K] DTSFrameScanner.cpp
│ │ ├── [1.7K] DTSFrameScanner.h
│ │ ├── [2.2K] FrameScanner.cpp
│ │ └── [8.6K] SPDIFEncoder.cpp
│ ├── [4.0K] tests
│ │ ├── [6.5K] Android.bp
│ │ ├── [2.1K] build_and_run_all_unit_tests.sh
│ │ ├── [6.7K] channels_tests.cpp
│ │ ├── [3.6K] errorlog_tests.cpp
│ │ ├── [1.8K] fdtostring_tests.cpp
│ │ ├── [7.9K] fifo_multiprocess.cpp
│ │ ├── [8.5K] fifo_tests.cpp
│ │ ├── [5.6K] fifo_threads.cpp
│ │ ├── [4.5K] format_tests.cpp
│ │ ├── [1.3K] getch.c
│ │ ├── [ 747] getch.h
│ │ ├── [1.2K] limiter_tests.c
│ │ ├── [1.2K] logplot_tests.cpp
│ │ ├── [ 233] Makefile
│ │ ├── [3.3K] powerlog_tests.cpp
│ │ ├── [6.1K] power_tests.cpp
│ │ ├── [4.2K] primitives_benchmark.cpp
│ │ ├── [ 31K] primitives_tests.cpp
│ │ ├── [ 157] README.md
│ │ ├── [2.7K] sample_tests.cpp
│ │ ├── [2.7K] simplelog_tests.cpp
│ │ ├── [5.6K] spdif_tests.cpp
│ │ ├── [5.3K] statistics_benchmark.cpp
│ │ ├── [ 19K] statistics_tests.cpp
│ │ ├── [2.6K] string_tests.cpp
│ │ ├── [3.7K] timestampverifier_tests.cpp
│ │ └── [6.3K] variadic_tests.cpp
│ └── [ 21K] tinysndfile.c
├── [4.0K] camera
│ ├── [ 773] Android.bp
│ ├── [4.0K] docs
│ │ ├── [3.1K] ACameraMetadata.mako
│ │ ├── [ 749] CameraCharacteristicsKeys.mako
│ │ ├── [2.5K] camera_device_info.mako
│ │ ├── [1.6K] CameraDeviceInfo.mako
│ │ ├── [7.5K] camera_device_info.proto
│ │ ├── [3.9K] CameraMetadataEnums.mako
│ │ ├── [4.3K] CameraMetadataKeys.mako
│ │ ├── [3.5K] camera_metadata_tag_info.mako
│ │ ├── [3.6K] camera_metadata_tags.mako
│ │ ├── [ 744] CaptureRequestKeys.mako
│ │ ├── [ 742] CaptureResultKeys.mako
│ │ ├── [1.6K] CaptureResultTest.mako
│ │ ├── [1.3M] docs.html
│ │ ├── [6.7K] HidlMetadata.mako
│ │ ├── [ 14K] html.mako
│ │ ├── [4.0K] images
│ │ │ └── [4.0K] camera2
│ │ │ └── [4.0K] metadata
│ │ │ ├── [4.0K] android.colorCorrection.mode
│ │ │ │ └── [ 25K] processing_pipeline.png
│ │ │ ├── [4.0K] android.statistics.lensShadingMap
│ │ │ │ ├── [ 13K] blue_shading.png
│ │ │ │ ├── [ 15K] green_e_shading.png
│ │ │ │ ├── [ 15K] green_o_shading.png
│ │ │ │ ├── [ 71K] inv_shading.png
│ │ │ │ └── [ 12K] red_shading.png
│ │ │ └── [4.0K] android.tonemap.curveRed
│ │ │ ├── [ 21K] gamma_tonemap.png
│ │ │ ├── [ 15K] inverse_tonemap.png
│ │ │ ├── [ 15K] linear_tonemap.png
│ │ │ ├── [ 22K] rec709_tonemap.png
│ │ │ └── [ 22K] srgb_tonemap.png
│ │ ├── [ 664] __init__.py
│ │ ├── [2.4K] metadata-check-dependencies
│ │ ├── [541K] metadata_definitions.xml
│ │ ├── [ 13K] metadata_definitions.xsd
│ │ ├── [9.5K] metadata-generate
│ │ ├── [ 46K] metadata_helpers.py
│ │ ├── [7.7K] metadata_helpers_test.py
│ │ ├── [ 49K] metadata_model.py
│ │ ├── [4.2K] metadata_model_test.py
│ │ ├── [1.8K] metadata-parser-sanity-check
│ │ ├── [ 11K] metadata_parser_xml.py
│ │ ├── [7.4K] metadata_template.mako
│ │ ├── [ 958] metadata-validate
│ │ ├── [ 11K] metadata_validate.py
│ │ ├── [5.5K] ndk_camera_metadata_tags.mako
│ │ ├── [5.3K] plots.py
│ │ └── [1021] README.md
│ ├── [4.0K] include
│ │ └── [4.0K] system
│ │ ├── [ 20K] camera_metadata.h
│ │ ├── [ 67K] camera_metadata_tags.h
│ │ └── [6.2K] camera_vendor_tags.h
│ ├── [ 59] OWNERS
│ ├── [4.0K] src
│ │ ├── [ 44K] camera_metadata.c
│ │ └── [114K] camera_metadata_tag_info.c
│ ├── [ 76] TEST_MAPPING
│ └── [4.0K] tests
│ ├── [ 530] Android.bp
│ ├── [ 62K] camera_metadata_tests.cpp
│ └── [6.1K] camera_metadata_tests_fake_vendor.h
├── [3.4K] CleanSpec.mk
├── [ 0] MODULE_LICENSE_APACHE2
├── [ 11K] NOTICE
├── [ 255] OWNERS
├── [4.0K] private
│ └── [4.0K] camera
│ └── [4.0K] include
│ └── [3.0K] camera_metadata_hidden.h
└── [4.0K] radio
├── [ 541] Android.bp
├── [4.0K] include
│ └── [4.0K] system
│ ├── [ 10K] radio_metadata.h
│ └── [ 407] RadioMetadataWrapper.h
└── [4.0K] src
├── [ 14K] radio_metadata.c
├── [3.2K] radio_metadata_hidden.h
└── [ 592] RadioMetadataWrapper.cpp
38 directories, 205 files