-
Notifications
You must be signed in to change notification settings - Fork 17
/
proprietary-files.txt
1039 lines (1020 loc) · 97 KB
/
proprietary-files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Device proprietary files - from lavender-user 10 QKQ1.190910.002 V12.5.3.0.QFGCNXM release-keys
# Audio ACDB
vendor/etc/acdbdata/MTP/MTP_Bluetooth_cal.acdb
vendor/etc/acdbdata/MTP/MTP_General_cal.acdb
vendor/etc/acdbdata/MTP/MTP_Global_cal.acdb
vendor/etc/acdbdata/MTP/MTP_Handset_cal.acdb
vendor/etc/acdbdata/MTP/MTP_Hdmi_cal.acdb
vendor/etc/acdbdata/MTP/MTP_Headset_cal.acdb
vendor/etc/acdbdata/MTP/MTP_Speaker_cal.acdb
vendor/etc/acdbdata/MTP/MTP_workspaceFile.qwsp
vendor/etc/acdbdata/adsp_avs_config.acdb
# Camera - from lavender V10.3.6.0.PFGMIXM
vendor/lib/hw/camera.sdm660.so|50e671432994ec9085810e5fa9c9c6619262bc19
vendor/lib/libFaceGrade.so|ab36b265668f77a613719e1b8cedf0b1a0219fa5
vendor/lib/libSNPE.so|66f23aae6d30b09121f06635c749d6ae47543359
vendor/lib/libSonyIMX376C3RmscLibrary.so|b3138daf9b93c645b89b67d28c3f6fadfbbfdb42
vendor/lib/libSonyIMX376KRmscLibrary.so|2f7792d51bf476352590b8643e43762f68cadeef
vendor/lib/libVDClearShot.so|fe429e3ddac8f989d2c754b6a3da36ebe8b85060
vendor/lib/libVDSuperPhotoAPI.so|913cf65475d0329b321c912d24c98abc428d5e55
vendor/lib/libXMFD_AgeGender.so|88654968974e4aba6c7b74346eb69ff543997047
vendor/lib/lib_lowlight.so|d67d13627dcec095c58d8d23a392a2146fea34a0
vendor/lib/libc++_shared.so|54a61595d6fee176af9aa65ff044746ed1446233
vendor/lib/libcamera_scene.so|980ef8ec8a4b0e38cb9a6d7f84575e19fa00601d
vendor/lib/libdepthmapwrapper.so|be287354afe23e2c005fa81c514c8785f37ca7a2
vendor/lib/libflash_pmic.so|a1781a4831dc157d49a238d118b83d9e1d7d6311
vendor/lib/libhal_dbg.so|134c720607683f3968b03a1d96b4b112f1203fdb
vendor/lib/libjpegdhw.so|f6e0bf7033343b5c379dc579124fab69f66b4b71
vendor/lib/libjpegdmahw.so|19621cb3ffec3afbb43e2b178d1d0c2b283b725f
vendor/lib/libjpegehw.so|d269a53cd26f89904d403893bb4a91984cef45fd
vendor/lib/libmibokeh_660.so|46afb40acdafe11cffba2ab77087d99cf864bf35
vendor/lib/libmm-qcamera.so|f953ef7ce5a3b30f0fa69d6ffde1149272d58793
vendor/lib/libmmjpeg.so|152b14e209e381deb1f58a4c734678bd11e6069a
vendor/lib/libmmjpeg_interface.so|fcbd9abfc8beea3b9be05f331af82939f37c0691
vendor/lib/libmmlib2d_interface.so|658fba4f9a81f024cf68874488d6f3f7144323ff
vendor/lib/libmmqjpeg_codec.so|f05531bc53f16d8bfe5e7cf3fa00fd5b8b40fde2
vendor/lib/libmmqjpegdma.so|98e8a82e71c3bd630ff2ab231f19571967231f59
vendor/lib/libmpbase.so|25b49173aac8551cdebd4fbfccdbcb09e0b8469d
vendor/lib/libqomx_core.so|3be6ebe67546a6e10720e74f4d9dee231d3a4df8
vendor/lib/libqomx_jpegdec.so|3ad7be6b2ec79bc6bd88f63d43d324e08cf4136f
vendor/lib/libqomx_jpegenc.so|eb50c9e627bde894db07f69e59c327c8c1a9784d
vendor/lib/libqomx_jpegenc_pipe.so|05e5126d34bc8c1e9b0619550fa0be00d0cc9289
vendor/lib/libremosaic_daemon.so|0199cbf3c57f36fb810d13f748a81b4dfbb6567b
vendor/lib/libsymphony-cpu.so|e7ac5041dd62e0528fe1243befc00efe1568f57f
vendor/lib/libsymphonypower.so|761b232ef920670498ff73627a3c0ebeaa9a5e79
vendor/lib/libvideoutils.so|16d906b0f53d67a33942815df51397a6d4ca619c
vendor/lib/libvidhance.so|6faef62ca49114de6f4882b05c956e9f4c04031f
vendor/lib/libvidhance_gyro.so|b105a3902a4a5344d85d9c9e65d28b2e945887db
vendor/lib/mibokeh_660_opencl.bin|a47d3661427db459be2f1ea163d3783e1137843a
# Camera-actuators - from lavender V10.3.6.0.PFGMIXM
vendor/lib/libactuator_lavender_imx486_ofilm_i_bu64982.so|b9c25753bc55ded0a0ee013a0b76384d6f1cf44f
vendor/lib/libactuator_lavender_imx486_ofilm_i_dw9714.so|c644b70ca76b3c6c9ddeaff9c56ead78f229ed46
vendor/lib/libactuator_lavender_ov12a10_sunny_ii_dw9714.so|f6de31309ca15eeb6ea92897fb612c4271cf4762
vendor/lib/libactuator_lavender_s5kgm1_ofilm_i_dw9800.so|bcec656c49d3955849c0c145d504963cb56945e3
vendor/lib/libactuator_lavender_s5kgm1_sunny_ii_dw9800.so|c7d8356d62bbf33e0d0df49173fe627b5be16a07
# Camera-arcsoft - from lavender V10.3.6.0.PFGMIXM
vendor/lib/libarcsoft_beautyshot.so|c2748fb0fb0680427ffba2157288a97c140094b5
vendor/lib/libarcsoft_dualcam_refocus.so|770936b85e0c34e065ae275e3e6e33ca77793cd2
vendor/lib/libarcsoft_high_dynamic_range.so|1333e69886aca0dcdc34ddbd8b76ea6ee6511eea
vendor/lib/libarcsoft_supernight.so|42212f2a3d1ba478129ef905032eb9b71776b077
# Camera-chromatix - from lavender V10.3.6.0.PFGMIXM
vendor/lib/libchromatix_csidtg_common.so|7534740e704090c321d09ccb4e47fc30c89c0bf0
vendor/lib/libchromatix_csidtg_cpp_preview.so|2223464040937c983e8c9602c029a493fca7d938
vendor/lib/libchromatix_csidtg_postproc.so|f44b8cf96e71eb5c4d68021803e9de57727f2772
vendor/lib/libchromatix_csidtg_preview.so|61cdf83bacd719b3fc07ff58370f394470fc4d27
vendor/lib/libchromatix_csidtg_zsl_preview.so|e8b51c7e066de0f2b035145f0e647ab5da583de0
vendor/lib/libchromatix_lavender_imx486_ofilm_i_bokeh_preview_3a.so|d8f6b7e20dc9c0d9b93a6e2b24860bf70c0f7691
vendor/lib/libchromatix_lavender_imx486_ofilm_i_common.so|46f34c8e0da582a40bcc060a588e865871305116
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_hfr_120.so|039602eaa3c1e0cde226a98834abf00d2c1b3c9e
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_hfr_60.so|9719977aa469f6cf31ac8487a1c3d3e7a03d13bc
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_hfr_90.so|a2a1bc5ca70486d86667014273503bb7e83d5a48
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_liveshot.so|8fcdd41b12f907fd0612d411ffa5541101b36a44
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_preview.so|00ea408097ae2a059b619f77152ba6e1d18aa24d
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_preview_sn.so|992e70888bdcf5495c2dbc4020f3520c7c6ff10d
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_preview_sr.so|8f3cf60c6999dd6bff1865dbdcb649d2d04fe862
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_preview_video.so|0f33e0a2f29a3ff9f9a486e4eb7d449af816e20f
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_snapshot.so|c94aa4adcfdcfdd77e76e3ab9c022cf48f63764b
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_snapshot_bokeh.so|b00e295eaa9d459d218fd503d9430a899b8eb621
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_snapshot_hdr.so|70c53832930a2f81309b442951c36ef888f46220
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_snapshot_hht.so|52e59f477b1804edc31ae6971e6c4964993dbd5e
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_snapshot_sn.so|75335fe283fdc5a1dee908ba1ac99c7d4669e17a
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_snapshot_sr.so|83389cbeadcd63263ede36bb62d9929cb998bad7
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_video.so|b3739deda059beba0c79c6a4b9ec58598d8e19c0
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_video_weixin.so|30553944cd2d303074cbca12d4a7707c3a4fd872
vendor/lib/libchromatix_lavender_imx486_ofilm_i_cpp_video_weixin_res1.so|2d786cad4def34c3ffb0e5529df911ccf970f14d
vendor/lib/libchromatix_lavender_imx486_ofilm_i_default_preview_3a.so|ed3957dfd8c3162dc56c2bfdba04f1e1e6d8fac1
vendor/lib/libchromatix_lavender_imx486_ofilm_i_default_video_3a.so|5100428cc9c6af88a4abe966fa1ba2be4c2a8a63
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_bokeh_preview_3a.so|0699628a13dd20dbfcd3113597fbeae4eb050ab3
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_common.so|b9d0a76ebe6925074bc5d4e4bc6ac769dbc73b5f
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_hfr_120.so|09cb381e8f2b1bf60a31e9102ba2a718802112b8
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_hfr_60.so|c591308f92639684c5ca454c1103509769202468
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_hfr_90.so|c42241679cbca2eb416036be241104d74ed77909
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_liveshot.so|5cf798e79429597a67a0599fb76a28488097df39
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_preview.so|1d16ad6ee53bc48eec73372d5b1f50bb5b8668d3
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_preview_sn.so|523a5c81207ca897af1f394d08f335aebf11973e
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_preview_sr.so|23de101ad08bcc267b6a9278fae18c65452ac306
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_preview_video.so|7c0f2dcf3bc4db4455f68dce286733355acd64a2
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_snapshot.so|6adc6a02d4562f1ee5f9411376a1f1c4efd3c7b8
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_snapshot_bokeh.so|0a5d4c34b26fe1a00854cc8a85f3af20c4546586
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_snapshot_hdr.so|19d1b8d7b263047131c12c66e17a1656b0ab0d8c
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_snapshot_hht.so|7d63964e81147db68ee8f0810d8fa7d98eff80ba
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_snapshot_sn.so|3340c269613ead3fd5a714c1410fa4391d8d5eab
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_snapshot_sr.so|f454327cf134cbf481c613f19d52e5a9bed60535
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_video.so|c5ca647d2bec722c8ab93d6d7c7e1d1cf1a67b9b
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_video_weixin.so|f3328eddb9bb0ecd2ef6f176c41c87b424b41fbe
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_cpp_video_weixin_res1.so|fd1742499d91620ee5c00071048e553b53265318
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_default_preview_3a.so|1c61de9f952242c423e2e5076b50e8f9c1683bf0
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_default_video_3a.so|48139f1d42895cfab56d4ebdf2472bda894b9b02
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_hfr_120.so|f0e0f72a469fba648eccee89278cf47befe2a14e
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_hfr_120_3a.so|876a63538ed51bf6c578f7182366050b8038bc92
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_hfr_60.so|5e4678e8410eb6837174c4d28cf10becccc516d5
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_hfr_60_3a.so|1e34ea4341720d8380f79f02381e509a085d10d7
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_hfr_90.so|94bbf1a65637bc8b3416c21f709f93064053aa9a
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_hfr_90_3a.so|4818c0860bcfece0f562ba26ccdda13fb287a10b
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_pano_preview_3a.so|077c6f305aca190c70fe8e761df05591f35fc372
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_postproc.so|f1f4ff2efe0f8602a270eec5b7bf70dae2997742
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_preview.so|2ea22a22ff76adc6b0c33dd4b96a70448d5e6ae5
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_preview_cts.so|dc0d62420ae920d9bd0488f93fe0c3dc59b4eb3a
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_snapshot.so|53908e1ec32b9df08e19f9def2a4be6a07bf5a98
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_snapshot_bokeh.so|f9a092bb1ea8b9c47e39ce44cd730083a3d9ae34
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_snapshot_cts.so|563876135a3ebb5f7c3e1b13d0472e58020a7d7b
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_snapshot_hdr.so|6252f6c5803648031393a0979074fa2db04b6c9e
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_snapshot_sn.so|5b487e81e86a87773233e0cf6573d2b1862d5b08
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_video.so|84c30a65729b4b87722aa92ac836c3560c0f68ef
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_video_weixin.so|93fc7d76c4e34d59147f5939f4469e52e7647069
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_video_weixin_res1.so|c4d8b77f1d77cb32d243ac7bcabaa939f8c4d08c
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_weixin_video_3a.so|bdd60bedc7f294ca4f91a388ee8d9971db37a75f
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_weixin_video_3a_res1.so|2cde5e3ea1fe2f3bbc4b5123973cf46f859c2faf
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_zsl_preview_3a.so|cb5c7b0104d08e14e9c3c50599bf1569c184890f
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_zsl_preview_3a_sn.so|6c7dcbf72e83fb9bdc25756bcc2100b8ed320f1a
vendor/lib/libchromatix_lavender_imx486_ofilm_i_dw9714_zsl_video_3a.so|93ae16e26bb6318e0536d9caaee9f13fd5d8aed0
vendor/lib/libchromatix_lavender_imx486_ofilm_i_hfr_120.so|922088ef9a9d3afcd35734dc5f9b9d3c122dd7d5
vendor/lib/libchromatix_lavender_imx486_ofilm_i_hfr_120_3a.so|13f755c42dd1070c17c39daee5ab3bf6c235fad7
vendor/lib/libchromatix_lavender_imx486_ofilm_i_hfr_60.so|0f8dafdc696535845efc794359c53dedd7b9ee36
vendor/lib/libchromatix_lavender_imx486_ofilm_i_hfr_60_3a.so|380dbfb827ea4623179a70230dba1625f065c51b
vendor/lib/libchromatix_lavender_imx486_ofilm_i_hfr_90.so|36f75b3b6f9d2abaf2cc7e5b1b2505ec62c62d35
vendor/lib/libchromatix_lavender_imx486_ofilm_i_hfr_90_3a.so|41a4eb4f47a9a6d31b2f0b1d46d7f82d52b45ef6
vendor/lib/libchromatix_lavender_imx486_ofilm_i_pano_preview_3a.so|f9d9df5cb1e806cf66038fa703623db79e8025fb
vendor/lib/libchromatix_lavender_imx486_ofilm_i_postproc.so|1ef6450d73987202a94599482e04864f36650a1c
vendor/lib/libchromatix_lavender_imx486_ofilm_i_preview.so|83d4dd7f5e9d387f0ba9ff855974ccd234eabcfd
vendor/lib/libchromatix_lavender_imx486_ofilm_i_preview_cts.so|6d50f9fcc91d259ca4420e84927afd57e7a30b5a
vendor/lib/libchromatix_lavender_imx486_ofilm_i_snapshot.so|6a69caa2f06a58c8da317b4d8adac4de151967e3
vendor/lib/libchromatix_lavender_imx486_ofilm_i_snapshot_bokeh.so|91c697de27c70f761fff551c961965401028bcad
vendor/lib/libchromatix_lavender_imx486_ofilm_i_snapshot_cts.so|198efae46cf165649e838373754b046065c72a38
vendor/lib/libchromatix_lavender_imx486_ofilm_i_snapshot_hdr.so|dff1883148bc788bfc23aaff821f06fe8bf8c556
vendor/lib/libchromatix_lavender_imx486_ofilm_i_snapshot_sn.so|37753d04eaed14b8b27953530d25451096e05fe6
vendor/lib/libchromatix_lavender_imx486_ofilm_i_video.so|e223e1119bb790ddc4d6b83bae4772c6b1d2931f
vendor/lib/libchromatix_lavender_imx486_ofilm_i_video_weixin.so|46a08bcab3540858cc770568042234296c4b4056
vendor/lib/libchromatix_lavender_imx486_ofilm_i_video_weixin_res1.so|b3e83e1559fed05a73d3d47e7b34256a1383a451
vendor/lib/libchromatix_lavender_imx486_ofilm_i_weixin_video_3a.so|617043fdad3096b0846b90c1bc38791f423ab109
vendor/lib/libchromatix_lavender_imx486_ofilm_i_weixin_video_3a_res1.so|ea65de6019c8af869ad81ee72a177466426f68e9
vendor/lib/libchromatix_lavender_imx486_ofilm_i_zsl_preview_3a.so|4a2069c9f16256b0d3f6a4372394efb9e1f3d6d0
vendor/lib/libchromatix_lavender_imx486_ofilm_i_zsl_preview_3a_sn.so|97d9bc65173ad23b511b1f095f3ac06d0c9b3f9f
vendor/lib/libchromatix_lavender_imx486_ofilm_i_zsl_video_3a.so|e5cfa92698955ef28edcb00ac0617e3fe65c3929
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_common.so|52a71e0647f12004b550a68d86b163245ee3f571
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_cpp_liveshot.so|e16fa776b6ee582778938e75e4539fc518e8f0c9
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_cpp_preview.so|1d2bbff4d332455f00516dc8688e511a635bcb20
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_cpp_snapshot.so|6625ea2474346625e824fa9b99114bb18ecad522
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_cpp_video.so|7a2475d428e2d8973100d0323b457f53b0ef4d25
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_default_preview_3a.so|a8f44806e3058114bdde780fdd8bc119cd2622d8
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_default_video.so|567a476a7cc54afa378e3061b80bfeb488931bb9
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_default_video_3a.so|8420e9a93143ab14966c7a26aff7b4736b922aec
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_postproc.so|81058e469f1c49877274f86447acc44b6e479714
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_preview.so|71fd0cecba3ed3b7952a8cc4eb8fb6c8f6f429a1
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_snapshot.so|b14f2d4f8c2537eb884b9310da42699a6239026a
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_zsl_preview_3a.so|ea1e9b42fc97379093fe87a4ff1e7981f49fc8ce
vendor/lib/libchromatix_lavender_ov02a10_ofilm_i_zsl_video_3a.so|0c97147e396c1f1dd0602eabfd0ee841310d990d
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_common.so|db351dcc647f23a910c20161019278737c70c199
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_cpp_liveshot.so|510b6a4bf19005b4af7bd5446d6cbb1174c76c57
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_cpp_preview.so|9a9c70a5ac0b77f118e092cc65b962b897deee1b
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_cpp_snapshot.so|3a278c2c6ce2ce1a39cc54ee7f4e59c1b857511e
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_cpp_video.so|69c01936585b27f18f58c2c809f1a84b27d8109f
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_default_preview_3a.so|f5d6f4e175b43f47f50c6ed2424608bc35a573f8
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_default_video.so|ece25f303c65410af2fb28733648d4c9764f68c3
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_default_video_3a.so|449a3c5f66208c73ba9b964583d2553781a7d05f
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_postproc.so|9f4004606f1f02bb0d141c641e1c555e4986cbce
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_preview.so|b923082c248d38c9d23a6f0ef1683975043a2441
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_snapshot.so|661bffe00522f0f358ec969e41e6fb65601de01c
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_zsl_preview_3a.so|3374bfd27b7424d0d14baa447ab24803007936d5
vendor/lib/libchromatix_lavender_ov02a10_sunny_ii_zsl_video_3a.so|4cb56c0a906fb5afc6188040a1b1e8d5cd6aa718
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_4k_preview_3a.so|136c8354c3d42ee53f6b3838a457a7c9824854d7
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_4k_video_3a.so|60023523a91ad0c6952c48f5225a7fe97f287401
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_bokeh_preview_3a.so|14ddf56e2d736df32a52855c38530f9e47da95cc
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_common.so|e02db7ec83dfc092b8b47ab3129f448c506579c1
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_hfr_120.so|25c96c304c7849d259db1cf520d31209bbcf4a74
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_hfr_60.so|658094f9270a83d5869a03cbbeb6dc71df3b6e14
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_hfr_90.so|06575b6e4941403dd27aae85be5c26c9e0d4d64e
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_liveshot.so|172e8e033afaa89355e36b0d063dde2aecd31d1d
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_preview.so|54e43acf7ec13363ca181e10fd2141675363f3c8
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_preview_sn.so|4c08ca48d684e325698634e105cd456c4eadb81a
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_preview_sr.so|3fa4f9010496e1578fe5537a8b2104fac455d137
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_preview_video.so|43805d1250127bc93e1fe91edd314a2d078a018c
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_snapshot.so|2d96bb8f20571c321eb392c27d91878be6220b19
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_snapshot_bokeh.so|00ad4bb18dc1f98c8d6201f059e5e0789feeb0f8
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_snapshot_hdr.so|48d808f08ae8dcaea4227635d939ef3c0f6e002b
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_snapshot_hht.so|3cd3bcb683b803ae1f49dd01c30b7384d96506b6
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_snapshot_sn.so|43c8ffeb632b3d9d93a0455bec630c32af7f2fbb
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_snapshot_sr.so|f1630f073e0ded580a2a8a79026e1f681fc97b54
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_video.so|d40662a596980a7a562c4e757cab98fe4929cab4
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_video_4k.so|42e59c7c08ee9f3af3da48fcaff36a08a978fd0d
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_video_weixin.so|d2a011209d524f1c3b2d5b3567668f16751f8e62
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_cpp_video_weixin_res1.so|328f47176f68a30d4d7d760b48b73d52aa63d098
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_default_preview_3a.so|bbd6f36c80b46cc0b59e3cfc9869950704452036
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_default_video.so|df9b725a78faf25e3f7e901da0b0b34f9c6856ed
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_default_video_3a.so|6b353f8f9dda135ccd39fd55aa7eed879be4ae83
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_default_video_4k.so|e9f8166a1e1c27581b22bbdfed67b4b530e9dd97
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_120.so|83e8b39c3ce91c22710299d23d21f1fa57f903c7
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_120_3a.so|46e3da2260cdb540bf35c251f8bea260e58e50aa
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_60.so|1c8134512feb3f0420aff1e92633627d38a48c41
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_60_3a.so|037095bb2eea23e53cefe8794bad2144b92f4562
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_60_its.so|9994af8a86fa4225421e9948499d786f19691e4e
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_90.so|565466f47067211e981337d474b88d6ef961c529
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_hfr_90_3a.so|17055b1bcccf25b0c8762aed3014a014c3062e96
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_postproc.so|adbc4d7b9e033d059759d20940cc8817eb72708c
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_preview.so|e4d63c4b395e451e9fb3c69a4618171bdf6e0076
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_snapshot.so|28e6600cccad4b71df6164e436e05f8ae5aa4bba
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_snapshot_bokeh.so|d2532219b20d381fbf666dd2498e2ecd50436399
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_snapshot_hdr.so|9cedbca78965fce77e1da1ceb3df478b3d4e0860
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_snapshot_sn.so|108c77929094268e36eabae0efb1a78575907ecf
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_video_weixin.so|95c7c3e1f6dafd3dad6dc1f605d9898c8257065e
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_video_weixin_res1.so|9fd40f0f85321dc007e108b885afb5f11e78320a
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_weixin_video_3a.so|50c943e8ed594fe40ff8ea2d0c6f0a3a37a05e7f
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_weixin_video_3a_res1.so|65b101769a67fb448219f0f460d6c978105394be
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_zsl_preview_3a.so|64109ee84bc1d765c57b7a38225abbc9cefca16c
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_zsl_preview_3a_sn.so|3290eafe54781bc44c7befe21eb44e1f5d00c537
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_zsl_preview_cts.so|70a45d7ce7184db43010bc70ad3ba330018f71f0
vendor/lib/libchromatix_lavender_ov12a10_sunny_ii_zsl_video_3a.so|50175745cd44ebefb6543b66acb9d88fd71a53c9
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_common.so|5916b9da4f9aad15d9b64daf5572919b5dc64d50
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_ds_chromatix.so|317554df7a859b5aecd2176b693e57e8f2d01338
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_hfr_120.so|3587b5f1531dfa3611f9d718c8c8bde9e599dc38
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_hfr_60.so|d326c4af446aff9e27a3234d7d0d75b100d331bf
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_hfr_90.so|0918567c7b563abd93235c785360b6e4343d4a7b
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_liveshot.so|12c684a3ae5f284cc4f91d7a7293d5b110368ef7
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_preview.so|42170b1031acdca84c99c3ce008c57815fff89e9
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_preview_video.so|2a879c0f0d0a34eea28fbd1c2cda452007780aab
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_snapshot.so|dc6db37381649eabb0956a0ac2d5516b6f1af4e0
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_snapshot_hdr.so|9fc9411d6a08d17c9bc5f86e8669ed230e8864cd
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_snapshot_mfnr.so|cb9708a55a5acf4794cf90cfb6985847402783f9
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_us_chromatix.so|a600e773505e094a0f08d7852d2390567abd9b88
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_video.so|6c67ab05daf1cc3bdea486fd2ef99feeb0a9cb5f
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_video_face.so|330f1921a88801046f59fca3b56a9f52aee417d3
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_video_full.so|3bbcd0aa95fa1cef8b3442624e310e34a673a591
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_video_weixin.so|f07836acf9d1da17526020ce7fbe294ccbbd69c9
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_cpp_video_weixin_res1.so|c95fc5c6bf90e4d9ec8d2a84b4f24fb01076b494
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_default_preview_bu64297.so|8cca9e86bc3276f9148a47ee72c4c53fcfb93e11
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_default_video.so|d14695d5f032a2a3aba0e570cb65cfda0ffb788c
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_default_video_bu64297.so|79d8bcb9dce964138a9fffe491fa669f2648d4bf
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_default_video_bu64297_douyin.so|b3f8b0f2cf8d1db798eb74aff51e67f7a9a89815
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_face_video_3a.so|54610005f93a8cd21b5a5aeaf8415e975d1e3ed9
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_cpp_liveshot.so|fe1af8d219317b7a5bf8e42255c2c86d8e557f36
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_cpp_preview.so|a0a3e78b49674b6d385189671515a0ccba27ee8a
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_cpp_snapshot.so|f3a9c42330d6d9aa3786e21b694b9cc22ddcfca1
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_cpp_video.so|626f912e9bf9e12fc4d75eb71d28fbb3affef43b
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_preview.so|3065f5ae63ec6688f4c7a6c19e365f872282508b
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_preview_3a.so|1e08f334ac87520ca4b4ab7691cad51a2a7be9a4
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_snapshot.so|b862c39a6775f38833fb9ad3db245b0cc4ff5373
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_video.so|79bc032888b76bd004a37d82c48dca4ea038062a
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_flash_video_3a.so|e3bfb8f119580681fe0e34ca9408e839e2ebdfc3
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_hfr_120.so|8d6ea7d45834dce1e76f2b184f07422f2db1acb8
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_hfr_120_bu64297.so|76c87a263061434a2f2ab0403da3dbe5c4371919
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_hfr_60.so|91c6fd9f75a9e0e82237b82d7a97a2e8f4a1d806
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_hfr_60_bu64297.so|c333efe886373a8e99633cbd01293c256333cfe1
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_hfr_90.so|5357be667041ceb1e3146ffe64367125d953d88e
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_hfr_90_bu64297.so|1eea9893e81c118a8692d66da187c8dc85711b32
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_liveshot.so|d33c10d3f7d7cbd1b1d7ef5c097ba7a8b0b5a95c
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_postproc.so|185afaca84da4e85884329dc6b378ed185ac688c
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_preview.so|569d85af148ee5573119f91404e556afab1e9d65
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_snapshot.so|d99f6624e39297ea5509e178c625718c3ea560c7
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_snapshot_hdr.so|3b71ebd55a98e0819074ab3d810c7f69fa87f923
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_video_face.so|243703ba61d85854c6329c97b0c19e3ce9be7373
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_video_full.so|eac7f0ce8554a7eb3376d5cd4ec8fd9be4b3dc54
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_video_weixin.so|08f9d714f3cb826781cd92fffa81af6fb8eef1ac
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_video_weixin_res1.so|95d96e0cbb16c28d1f7d7e8c680011e504f88934
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_weixin_video_3a.so|214019dbb4e9dab90eb0e356bafca255191c1621
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_weixin_video_3a_res1.so|ef7d45acc4a604e1997cea6ee5235e21b627e0e6
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_zsl_preview_bu64297.so|7594ea82132b498c2dd70928a7b4d88d11d96a6d
vendor/lib/libchromatix_lavender_ov13855_ofilm_global_i_zsl_video_bu64297.so|3564cab3ca368d6e49527494c8076120f59d68d2
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_common.so|02ce654758694034d37c45ef74586784cab9ee45
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_ds_chromatix.so|947d47b241068fa29ff41fc00683db19b14d478b
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_hfr_120.so|0aa9df9f8365a7a2e40d521278864a1580eb70cb
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_hfr_60.so|181c7e60dee49c8fd7bec549b46fbbb7fd976f2f
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_hfr_90.so|b7011a9c05132355d80ebdea0b1d50d096c8405e
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_liveshot.so|bdf3183913cda628ce1262216afaebb111524a58
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_preview.so|67e96df962813d2802b13bace0179e47b2b7099d
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_preview_video.so|d9899536108c2e4ddfdac1a77d574a88c05b2628
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_snapshot.so|703f2b22f1e095ec4ab81c6747902c566cb6e97f
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_snapshot_hdr.so|dd8f7570d0b39d241e774d89525f0d99f2a2c2a6
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_snapshot_mfnr.so|8bcfbb0de36d2a848e3c72685b7bb469fb3c71a6
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_us_chromatix.so|435c92f4592c1ab0788eaac02a1e5cf5a7691c2e
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_video.so|d5dd4195376ea5dc68713719df50c71a0af94ecd
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_video_face.so|eda6536bb68f2e2c15fb0c18e7be4f36d97eaa90
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_video_full.so|3fd05cf1f871fec04adfb3329c14878b6d6a6929
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_video_weixin.so|acf34e63593ab208818e23a829595c29df3ba056
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_cpp_video_weixin_res1.so|104a7bb5b4d890d2bc83627c80eea0fc459b036b
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_default_preview_bu64297.so|55aa6c0651d8952344da95a29fc5bfd4d23cb439
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_default_video.so|72dbb96ca981c6c0d380dd6177ffeb670948a7f0
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_default_video_bu64297.so|2226a95660bee6bb4b683f580b2a83c68c85fc53
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_default_video_bu64297_douyin.so|6d808816022f8cee1b2c1b0c8742c1c7c30bca2d
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_face_video_3a.so|8f933511c167798f030260abccd8c118373c00c6
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_cpp_liveshot.so|2a029e3a2828be41b511dbaa9fb01c958cacb49e
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_cpp_preview.so|a1515d9a9879bb4876df4996ceeb17c40cef293e
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_cpp_snapshot.so|6fcdb8ba9a9fe788fd5160ad161043c688f0e434
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_cpp_video.so|4f248894aed93e1cf2c264c5d0b68c8ab1a9d84c
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_preview.so|c87c1ad8e65d6609d3da04d6a0e7e662f6834008
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_preview_3a.so|91fb3b6dbe0707368e8568585f5ae6142fb8974b
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_snapshot.so|3bd7972123777b6e2cdaaecbe081ad851780a54e
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_video.so|8013293d23c179074d57bc0f5edcd931dcede059
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_flash_video_3a.so|42885c0e5e62650dcb486c7bc47fc66ca58cb7d8
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_hfr_120.so|95bded14edd3bff881b3f07b85d7ff06117f9548
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_hfr_120_bu64297.so|749b1b9c73a88c02fbcaa311a258faf9aa3ee8f2
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_hfr_60.so|69b6e24250e7805101aedb0dfc5be08586db7fda
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_hfr_60_bu64297.so|e1dc3a836f97e6b4b5de413403e4bdb04195a13f
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_hfr_90.so|59e4706d6014e4724f4d8dc859a6d59ffd3f5a21
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_hfr_90_bu64297.so|f81446bcdc5a81f7c81a07fd46a1cd5cc4bf7ea6
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_liveshot.so|79ec1df66d49dee0b6b4d9a56ba0d22eac2303b6
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_postproc.so|c298e0b374ea8c20701365474fb444c58b80071b
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_preview.so|b913dc63284bb963679f0a406ecf036bfee74693
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_snapshot.so|4329e4fbb5170040110de89f0e53bbb9a58116c0
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_snapshot_hdr.so|12f535535b80bc38e272beb2cd666cb6211b7747
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_video_face.so|da226ae9177213aa6d4f573fdcb70cf38f823ebf
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_video_full.so|f4e8cdb9cc4f210c6585101e1ffb04ddd02f6422
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_video_weixin.so|50e0f7e3514adf2e5730cf012372f93973e9b3c1
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_video_weixin_res1.so|56a65bae513ce01aeb2d4a1e02f6d074243c3123
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_weixin_video_3a.so|a7b80d6c2f8ebb8305e6043d8d2687de387f65bf
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_weixin_video_3a_res1.so|1639970664766a6d73256091ff293a89dd888407
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_zsl_preview_bu64297.so|d5a8f0c772a219f40f2670ced6c8b3f82939a29e
vendor/lib/libchromatix_lavender_ov13855_ofilm_i_zsl_video_bu64297.so|c281daf2fdf3446d5aa3661a30998c866616f9d3
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_common.so|ecbf64c0d5f739c623c046a50ac8c07360c494db
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_ds_chromatix.so|4d76af365cd481d9110b5450e1e96d33b7850993
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_hfr_120.so|e832dca7cd4289d7d4beba54cf09eefd83e0ac14
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_hfr_60.so|8eeea124d9b1fa2302f0415c6973c11800c4da3d
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_hfr_90.so|d0ef1f747eca7e367208eec5a90496b4c3343609
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_liveshot.so|b5a3343e3054987325d7b91e9c1f0b3de8e73e64
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_preview.so|ac237cbac0bffc74194d54608976ca5a17fdb70f
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_preview_video.so|f531e053e382dc48f59c8a2de433e98d1c3bd98a
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_snapshot.so|c8179fb40db43c9286c18d5c0edbda0f9c062ba2
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_snapshot_hdr.so|3bbe2984b62fbd2573030bb3c565d043824a934c
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_snapshot_mfnr.so|ff55a3127471ba192ef90fcc33adc868a8a456aa
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_us_chromatix.so|a5785fe9789b3be4a6c40c9a9ce5ca56811ca2f5
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_video.so|82206e4179a61a01daf7236ed503dda4872815ff
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_video_face.so|5b717f19865b9a0a71f59aae34dde77891edb667
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_video_full.so|758f5b0b0707eb2dbb0cf844c9d73def6d88a7c3
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_video_weixin.so|336abf0fd9db5864aaa6c6a5ba00e653a1d8eeee
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_cpp_video_weixin_res1.so|521ab941b728fcbae3f6c656f92bbed60ef8018d
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_default_preview_bu64297.so|125db44e66c458304e7038ae7c6cff6aab4b203d
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_default_video.so|67e20496489672cdfe19dc6536b2ba94cb468ec4
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_default_video_bu64297.so|0bf6bfb37707ca1c60ca1ced3ea9864c04fc81c9
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_face_video_3a.so|369324067eee1d1ed209e3185b6852e7c68c4ae3
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_cpp_liveshot.so|68ed0c8bf0f9240ef9dc1f63298126ef1234e14a
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_cpp_preview.so|f0314e6376acbd05484e74ba607fed08a14499d5
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_cpp_snapshot.so|39cf305c5938b32c3858b875bb926963d8207247
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_cpp_video.so|0822d81f6102dda5222b97b3ad4cab7753a1a9eb
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_preview.so|0d677f940077ae319478c9e4d6f9f48dfa4b73bb
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_preview_3a.so|a455a4dd79f206b1c1eb2a90b8ae9fef518c33ec
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_snapshot.so|eb4f7e8e1f85a9775c2c061f91df36e4cd6c1eac
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_video.so|bc584e5f338d5acf5cc9a05f4e24ae85a39b2986
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_flash_video_3a.so|89d00becf7a465e8738b11e9248fdaa5a6eefce2
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_hfr_120.so|ea33ef88be02571559e315168beb1c26f81683dd
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_hfr_120_bu64297.so|f88034a362437ec4441cdd72ad80ce8f31dd26fa
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_hfr_60.so|adc53da85bd0d03de6e4c98f9f39f450a3adef17
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_hfr_60_bu64297.so|c3b0fa50d48192d48b13aaf341b64f165cffc864
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_hfr_90.so|b29ebbd9a6bc8739dd98c89f420d089d47c10195
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_hfr_90_bu64297.so|552fdab8f1c1e22c4acf9893db53ae24ca3e5f38
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_liveshot.so|7ab303dd9348448b275c2abb65db1573c4648712
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_postproc.so|7d6c8fee9c1b15f2b174fe1e958a0564b3dbe449
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_preview.so|8afdecdf59ac34102daed28ff75e4e6ace3e01bd
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_snapshot.so|aab2a39130fdb7bbfcede4c00ad9e09ff06ad92c
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_snapshot_hdr.so|2b7c1cbe3976aee18af5e002be353f7201896b00
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_video_face.so|dce7eb1c8ced55f33fbcf6a5b014deb2a2bb739e
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_video_full.so|1e8d9257f0b32b185bae28297dcfa451b1c4b6c8
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_video_weixin.so|1d1f345e38f7aef67da243f8f6abedfe5f529bb2
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_video_weixin_res1.so|b5be56784a8afcd174a2fe15f0d753a5ffbdf650
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_weixin_video_3a.so|dc46332e994d68cb209b18afe42e4f517108cdf5
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_weixin_video_3a_res1.so|f5c3b74e61b28db5401d52bc5802bbe926e2272e
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_zsl_preview_bu64297.so|de7c29e467c9265ff62aab7a4b45c7570d7436d4
vendor/lib/libchromatix_lavender_ov13855_ofilm_india_i_zsl_video_bu64297.so|0ae08a22a64e32beb77a3aa086faa0fbff8a5aa6
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_common.so|be0a3de039c86a91973880fdfdb70688542d0300
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_ds_chromatix.so|b84b453f77865d2c19bdcaeff79d2eece9cb06a9
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_hfr_120.so|cfd9b589dde8e74a7b5f2d808c11b922a824cd30
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_hfr_60.so|79824ec95cb43c10a9180d03766de066cef97580
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_hfr_90.so|2c07dd02aa672d2b88a01bfec836404ec7cc9ad3
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_liveshot.so|8ce053138e4e16c604d20d964b4ad3fb3193f025
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_preview.so|9a3f22544f73281d8c500182158eb4a09829649d
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_preview_video.so|a70cd15e1c81294584d9b800f5231354147e15c6
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_snapshot.so|dc35e7e656822a4fae38c7d00f238e5cd8a43757
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_snapshot_hdr.so|71ca52755de71a03f83e341532c1658aba6546e8
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_snapshot_mfnr.so|354d4c1b1667f593da3cd16c232d592debbb02dd
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_us_chromatix.so|6d9766f4abbdd5b8c127e17df2951e9d2afe0b2f
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_video.so|49498e6071ad7dbc17abfabcf16fa8f62039bd37
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_video_face.so|e3bc3195af629eb4f8a8db617febd20da061a4f4
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_video_full.so|6e241b2e61c749125ef2c66e4a9d923750715019
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_video_weixin.so|7acc6f48a0086f28c72cd447255909e627b4d5ad
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_cpp_video_weixin_res1.so|aba1396332042820a71a7c619bd2539983e570ad
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_default_preview_bu64297.so|455e41e85a0c29a37e36143b7ed9cbc71ee2a852
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_default_video.so|23aef8c9d7a30c619d7c68aba2aa14fb1e928bd9
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_default_video_bu64297.so|1b5421c1ddc6776ee1488c9e35f8dd3d2deb816e
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_default_video_bu64297_douyin.so|d61134d2bd102d5301471cb1ca49e986a92be8bf
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_face_video_3a.so|077c78a6a3e0942ab535f2794e21d14992e9fc92
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_cpp_liveshot.so|b521683f65d198bdf1b83be646375eb53471a79f
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_cpp_preview.so|651054f18989b7f693da1cbf997dace717553790
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_cpp_snapshot.so|db5ce6fb5bc61fbda2b748599266798bdbfe72db
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_cpp_video.so|a957db3b897db458c74f2344fa214016858fc7e6
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_preview.so|210bea447f7773adb22d211d0c7acf4482646f66
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_preview_3a.so|e61b6c438e3fd122b6053526995977da125052e7
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_snapshot.so|93b9cb27e5377cad405ad968a2eb64d2811c7885
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_video.so|80393d6cd26a02ca48dec71a185058d7981f5b4b
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_flash_video_3a.so|8838aa5c34b717bf356105cd6049ebedb261b991
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_hfr_120.so|edd186c9405de3614e5b355ab055fee4443ea658
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_hfr_120_bu64297.so|2c548b72f7820c9ed976d2fb09458c3b438dfacf
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_hfr_60.so|5ab3494ddc7ce352694ba84e34c08b8cab9995d4
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_hfr_60_bu64297.so|8bc215a70c799755f8306bdfdf1998223852c10a
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_hfr_90.so|7ee095e25e79879fcc337e4e05ceb193ff5e855b
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_hfr_90_bu64297.so|1efa74692093ffd59737daa425c01a6d309708e4
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_liveshot.so|e7a939709360d3b584602b5384d8762ef0c02025
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_postproc.so|66a9b7a4589cdfaed025e0279b5268b3a7dbbb27
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_preview.so|129183be0b71a0fee81fd0b06eaaf620d1aef843
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_snapshot.so|5b70ae5ee46d40f2746b92dd296814abe785b143
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_snapshot_hdr.so|d9b6781dadb10029deba11a412a99a0dbc192a57
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_video_face.so|809991874e93a036aea515bcc456cb56b7a8e3bd
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_video_full.so|5ab7907868a3041d1b89817d74b9a4e6c96a6f48
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_video_weixin.so|b2d7803d22a21ffe1dbd5aeb584fd96faa53f465
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_video_weixin_res1.so|b4096a96f66bf7636996536ff3ca0342a9137a51
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_weixin_video_3a.so|afff0ade2288af5d5c221256c09b11276048e57e
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_weixin_video_3a_res1.so|849a73b455bfb7c23929472980ed3cbaf6eb3b83
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_zsl_preview_bu64297.so|0a717108475060fc53d3a27891c8586961dbe8ff
vendor/lib/libchromatix_lavender_ov13855_sunny_global_ii_zsl_video_bu64297.so|9c51414bd06216997160fb42cec2d7e565c057c8
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_common.so|bfcc7769d659fb3764b4b77018c45830e511cee8
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_ds_chromatix.so|039b78b0042df71de1efd6a8d6895a30a2568d56
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_hfr_120.so|153247bf5e078d244b40aa71aac74d422f51516a
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_hfr_60.so|fe2d3ed1e21b818ed88ce6be4cd3fcb0061ac144
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_hfr_90.so|6699cb22334a71ee1b5801cfcdba7bea0014bd3a
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_liveshot.so|61c1513548481fcdacc6f5d3dcbe4bc493eabe51
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_preview.so|c5c0802b947c145c0bbd91b9b8a5eb92250c26a0
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_preview_video.so|e83da51b385f9023cec92f7c35def963163ed703
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_snapshot.so|2ef4056b43b201ec6d5c26ff882bdd8b52accf6f
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_snapshot_hdr.so|d7309dbc8ea3f0c25187df205c375dc71f423094
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_snapshot_mfnr.so|5fba41da654171e32cab0bd929adf6df47618963
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_us_chromatix.so|ab027483819507f0e484db8daf00e82bc272e33f
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_video.so|0728258f6c79a7eb1e9e5f2ca7ada00d13903165
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_video_face.so|ad2d7c728a460633e9b3c47684ad8f7275b7d593
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_video_full.so|be7b872e84fa08036d6afec34cb9a538c06299e1
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_video_weixin.so|0787ced25c02080afaa7f8738125703011223571
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_cpp_video_weixin_res1.so|308b152bbcd96e20bad8901de27b3b9d1211ac37
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_default_preview_bu64297.so|f5958161febee309cc8536afacf16e6790527cc9
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_default_video.so|04e20d9937a5d44961229c7bbc166cf355354699
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_default_video_bu64297.so|a582b84dcbc177e73614fccdf443f48772ba131c
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_default_video_bu64297_douyin.so|716d73abec0aa2543eab37400af65c3f0290cc13
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_face_video_3a.so|4f047996d526b07b437dcc67e868d3c168a60fb9
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_cpp_liveshot.so|c1fc2d78363be60a3ea2316257606091a7b603a2
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_cpp_preview.so|5b3496ec4960d664b727211c794c32e255b448cf
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_cpp_snapshot.so|fbe86e4a7959c9d532742acf8abf76c36ac330ce
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_cpp_video.so|dd2005cd45fc619414807d5aa811404f4e9d72a8
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_preview.so|05f3442d220760bc674c9e8343e0399191bdceca
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_preview_3a.so|31021722af26a353db517de5405dde2833afa66c
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_snapshot.so|34a1a73c8f709b1f8d5c481ca25ce274ccee08b5
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_video.so|607b646f680d50fb3f0cf46c7ad268d3531e278d
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_flash_video_3a.so|b2e0a3f002d5366c0ce8e5b49725c6de35ac7f90
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_hfr_120.so|4309dc85614bd56db2f21f7cd8be2607f5bb9205
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_hfr_120_bu64297.so|eb17f5a2b16e2daa55db8f6abf5347692e38986f
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_hfr_60.so|8e5b035549808822f64b76530dca6138d3bc8a5f
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_hfr_60_bu64297.so|bb3256fe7857287836f9d098e7d055b73aff5617
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_hfr_90.so|5d77f1639685476fe661a9cc19ebfa0ff5dcaf06
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_hfr_90_bu64297.so|edc357bc1c7e425b9339d1e0caeff3d9e212bf91
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_liveshot.so|3727cd097c8c69a7b09c999a13af9bb6907d8696
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_postproc.so|ab6f7a01050d5da8a1e31ae2134b5145ce66eb45
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_preview.so|98aa19e34f0f5ecf10b35d1da5ed25a0f00faa58
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_snapshot.so|0f8f472406fdc28d732815587ef5851e2668373f
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_snapshot_hdr.so|571d0955e32576b7731486e43ab85f84cee4cdff
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_video_face.so|66bf102618f10186738a73984bfbdd4739b3eb2c
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_video_full.so|2ee7854c012202774a5dd6c3a6ca74967b774f0c
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_video_weixin.so|e539f2aef267c92fa4feed9708901a541725e965
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_video_weixin_res1.so|13a55f919a9d7c7889cfef2103cbd13d77b2f2a8
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_weixin_video_3a.so|a7178031e5e32a1f1d33088dadc5be89ac434da4
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_weixin_video_3a_res1.so|b4effff8a1294d89c7cf7c5b76d1f62491004a18
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_zsl_preview_bu64297.so|e441a4ed8ee0d2b8ced76fb944bd945fafd20d0a
vendor/lib/libchromatix_lavender_ov13855_sunny_ii_zsl_video_bu64297.so|a105d950bed34c3545e18ec0ebdd5a44f2b2d6c7
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_common.so|3c8c7f29abe8198966131c30799618e2649f3d75
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_ds_chromatix.so|68737b0a84562c2f81b8b5ad8ef2101a387d3c8c
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_hfr_120.so|5e272585a5f285e868e1f6e1472af2292ebf2493
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_hfr_60.so|f24a1047e6494cfd6b649477dd34179b0d044464
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_hfr_90.so|a2eb700aa6722040eeed8704a0b3e8e72ea47f15
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_liveshot.so|edc27c59b6c2b6710ea5c9379a62b16be14fc3e3
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_preview.so|9053c5eec76cea356490cb624bd237f4fa9c9f6e
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_preview_video.so|06312c0cd4a5b0681327b69ee9f438b5e62782e0
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_snapshot.so|c19816653ead18bffaec10a602bb1f7b90c1273c
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_snapshot_hdr.so|4565d18f8fbb0a3b3ff6a8bd63524d51b802a327
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_snapshot_mfnr.so|bb61124cfc9385d039a62371743de506ee8bec24
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_us_chromatix.so|9a729ec756d8248679b03708ceb0df63fc9ff457
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_video.so|8a67eda8ca0690ee96862fbc19769e038361a1bd
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_video_face.so|06277df20b99ddc9db1fb8e21fe1837f3f90b519
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_video_full.so|464a88472a72730827d89abdc1cce9c7141ad789
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_video_weixin.so|18ea4c6179fab9e6dcc4495fed0a32de6e91b428
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_cpp_video_weixin_res1.so|f6b8ef7eb4f750f68104990a1442093a48b1fa31
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_default_preview_bu64297.so|88687c0cf30aed56c0716af1ff2fe2673c0a1168
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_default_video.so|a0b62934cee12da1541fe777c9e0c6073edd6862
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_default_video_bu64297.so|254e682d694e90a70f91fcb3fe1863acf0ece503
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_face_video_3a.so|592819caacac7b107b085abf415e58a74449f20b
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_cpp_liveshot.so|9e18bfc33245dee0d0823926df2615e3ee21de12
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_cpp_preview.so|340f1b9e9f3136a9cefcf89e565d50bcceae6c64
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_cpp_snapshot.so|d75d6852733f6248d3b29a5c828c68337a200073
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_cpp_video.so|6b4f82cf82085c3918939a2c46ca929704ddbaa3
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_preview.so|a17a3c63c3cce59ca854cd5277bbaf18dbba185a
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_preview_3a.so|e22bbe6a6ecd6ecedd4ce8f037b2686b61d439b1
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_snapshot.so|3448efdbf8d812250dea8b789d0b8bf706bfc4a7
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_video.so|dc13c4ee5a27d34dec7f0c337598250cf2684a2c
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_flash_video_3a.so|1d3fdfb5fe1bf97ffb99373162ddd598449023e6
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_hfr_120.so|d43c2551c53b1fea0b530d56439a39c37fb03abd
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_hfr_120_bu64297.so|decdd097052b7fc118c7aae89deb4c06130c4761
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_hfr_60.so|c0a95cc8aed7e824495b47d5e34781c99371fc9a
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_hfr_60_bu64297.so|73f8abf5ee39b38ea70515d150bdf9a8de1c4510
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_hfr_90.so|2c494e0730962d9269d236e3d6d0cc1211981e62
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_hfr_90_bu64297.so|1a2bb8aa0fda7b61c57ae6a7534585c70d96b369
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_liveshot.so|5ba57110bc1b75591a627c7ce957319c3e8f120f
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_postproc.so|51a4fc477e6b7332e465baec50e013793dbd04ec
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_preview.so|cce16a614214ee8833188d10dd19d78b154de4ca
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_snapshot.so|6a76b98eaac7283a28a25e2a52a44f13de83637e
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_snapshot_hdr.so|2199ef7eddc0f8d1d278f6265f87f06e9d48d122
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_video_face.so|4e2bf7e142e07df9a28e1c8c6a06dc4ddb84c62b
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_video_full.so|b6a7a3a1bbed1c31bb7974938db40886720535d1
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_video_weixin.so|fcafba0d42ae49015511d77033a1f83cb2e21908
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_video_weixin_res1.so|701e58d70a9be6b4ba9e6f92b68712ef4aeed695
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_weixin_video_3a.so|a962500d20ae82f556f31dcf6cc14a13558e0fd3
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_weixin_video_3a_res1.so|5e8bb99f94ebb70daed9f7653ae3cfea60f52ec1
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_zsl_preview_bu64297.so|fb8c5bcfe66208faea8d9938481ebd3c9715f8ae
vendor/lib/libchromatix_lavender_ov13855_sunny_india_ii_zsl_video_bu64297.so|3b813a61a6bdb58262cc9ddb472ab19614406b15
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_a3_default_preview.so|4c279f99e0424c5f3f588c5cb31e27f49b16c218
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_a3_default_video.so|bcc2d5265571d2a3825700688a819ee8bcdc747f
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_a3_hfr_120.so|e3ccac3a3cafb0959f2fbcd0f4b3e838b6442bc8
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_a3_hfr_60.so|7f0ed6e2c01bd39fce23aeddaabe45f6470f80dc
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_a3_hfr_90.so|a3a4cbb548c33d483d627069a5fe5c426b458484
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_common.so|ccb374465352f4bbfffb144b3b24d1041cf5cffb
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_ds_chromatix.so|817d71e94ac2f2b8595551ca42c22389118d6012
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_hfr_120.so|d544f15e9c63267e6c09229c27875384dc5f3457
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_hfr_60.so|0bce59560ca2f8b311ecf554d4afba9506e79af1
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_hfr_90.so|89a966d2b747b05171557a362998341317ae23c2
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_liveshot.so|c17d04fcee19f77e08ccf25d17bad6cd1379008c
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_preview.so|97683932c9318a9cabcfe29e58fd6f0fdb44f234
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_snapshot.so|a98fdb4904344c1c2b25dcd81eb9f149a70fee1b
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_us_chromatix.so|b8f45eba0134d6c8e61b1213fa194e200545d1d2
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_video.so|d533f81d81cc6b68bcbd56343d1fc5b367af5f30
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_cpp_video_full.so|3c1ed00be0b2de2c49bda32d3c0d511dad0877b4
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_default_video.so|f6724ebe4a01c5083fd0499a248dcaae9497f0de
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_hfr_120.so|5c76ff6a9352280c9ab62fc7d65de75e5c1f300c
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_hfr_60.so|d4a54f3fb2d0fcf6e511180f0e8931444d75a090
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_hfr_90.so|c370bd3b75f5ee04c0efdae0d735ebd33930e638
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_liveshot.so|ec074e4aad85be9144bdf45c8c62989a91c6e2c0
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_postproc.so|7d73cbcace96fcf5b649610c2664022efebce9ec
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_preview.so|89604b53c664acf32cc2ba5f498449012d536210
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_snapshot.so|451ad906b7a501ecf46bf6d71c512125c43d725d
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_video_full.so|2b0aa4459074688b6cbc3439acfecec0a89b19d5
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_zsl_preview.so|8bfa9036d8a84ec938602169b1d33816bd18938e
vendor/lib/libchromatix_lavender_s5k5e8_ofilm_cn_i_zsl_video.so|3634fe21ca165baec9d5fb7624089544037afa0c
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_a3_default_preview.so|af2f60697d53d3f230222e260ca8d16a24125ffe
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_a3_default_video.so|1ae1be3cfeaa14b37abd49be4f9d2b17f2e3c20c
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_a3_hfr_120.so|2a335f022008ea46e822a09ef272597a13272596
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_a3_hfr_60.so|b86a80af2f14669a6f52b6c4e4e2cac20ffa7a05
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_a3_hfr_90.so|a7f8d7ae96de1adead41dbb40d94f3e527f64500
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_common.so|9fd94e21d35cdd34cbc2ce413b69d7075f697c43
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_ds_chromatix.so|cf4a7aaf0c672c6a8a95d20ceb0e0a6a85026e3c
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_hfr_120.so|625feee5b453be08eea065d57da8e61f5e12bf66
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_hfr_60.so|13769e2658ff00d5a454801f1bf96a28acd0a72f
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_hfr_90.so|0dd6658a2c9d4912060d7ff976ef5568aa00aaa7
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_liveshot.so|ae2578df9591149e9da2b0a098af602a17769cec
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_preview.so|59cdc44e0515c53aa4a5c1ff8d69e90e52a85a93
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_snapshot.so|ef4fd1906c267206618a02bd26d117579b5c5950
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_us_chromatix.so|7a71d91ec344b3a7aa1042e8c70b86cdad4d22b7
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_video.so|7052fae56c23a44f9c52dffb999f37606ae1bb7c
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_cpp_video_full.so|7ae81b9754728be5c1a44dd5c1662042dc97d3cc
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_default_video.so|e304422158ec24835999028ca60f2ab7fd0214c0
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_hfr_120.so|3bced8b8330828881d0f1c8562a33492e373a07a
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_hfr_60.so|985de335ce00e2af54552bf9cfbe6be13a7d37a1
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_hfr_90.so|cb1cc23651b033d29d473d9cd139329681de2946
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_liveshot.so|9c47f7b2c5f6ad93496b547073cdb8c638dc3a5e
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_postproc.so|185f9392b8130d88acf4935527f5d82b9e42901e
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_preview.so|8a68a5129dbf2bd857f0d9dae0a8054b265631c5
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_snapshot.so|cc8605c9df1620d6f1c889af6d3b68db0d226563
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_video_full.so|cf5108c8b9d191f1b2fc0cfdfa5656501c4e840e
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_zsl_preview.so|f9a2002e5a289fda7c68fe9774548c30868fcbdc
vendor/lib/libchromatix_lavender_s5k5e8_sunny_cn_ii_zsl_video.so|fdd685ea23a6f0e84b123ed8fb927981b4cf07b8
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_4k_preview_3a.so|36ca10481d87134b955c55aa1f6a5c2ba563d37d
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_4k_video_3a.so|0530a00f9b673ac4541076c77bf811d0d89a2238
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_bokeh_preview_3a.so|c6f90ab78f0bb34280649aa531baa8be66b9ff0b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_common.so|c114afe45b091421814874bdbf1b226641ac2813
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_hfr_120.so|fc09c636aa5e2ea01646d09ae52d95c5dc207f4b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_hfr_60.so|6f5d57935f993543cf7552dff4e18de3a3de801e
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_hfr_90.so|230a78c5057f2cba34e61d09617f47f7d50cfbb4
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_liveshot.so|f40ed58dfce424e6b708adea5e760af8f7991869
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_preview.so|266c0daea229d614afb641c6110ab7b36c41b3c3
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_preview_sn.so|d9f79bc7ea0a4f9ba559c51bd41e33d190aa96f0
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_preview_sr.so|c62520a8054537ccadcd2c09f8f30c39ff90221e
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_preview_video.so|97d1040c983d83cbb2e02bcd2de362fd5e54210c
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_snapshot.so|082e04836fe7aeb711a383bd45c48d4e40112f27
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_snapshot_bokeh.so|e3da6492bc5eb59f6a2f24097981e478371c6ded
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_snapshot_hdr.so|9fd2332c0624f37f5a080f4e88bb72f1889c2014
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_snapshot_hht.so|ae7f4cf43a9e96e0a07633c13a7818ae42ada719
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_snapshot_sn.so|ff00c805bcbdc192eb2c18ec84965352f0d28d5f
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_snapshot_sr.so|240e40b27cfa69a336f9c4f725fd83a8de310edb
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_video.so|0de646cb617307ecf0ae2247d7d5e57fc528ca52
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_video_4k.so|c6e216935edd14d2a6a9c1485af018d91dd3d589
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_video_weixin.so|af03be59f75b1a98625d49d324bc633c68d38df9
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_cpp_video_weixin_res1.so|7c88d7a426c2a35b70c9a0c893d3cc63df1cd6e8
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_default_preview_3a.so|62d90e18f97b2f0139bab2fe93d49d6531ac70dc
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_default_video_3a.so|f29053009e4c7663a9e9a02ab4feb483f599befe
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_hfr_120.so|14d008adc865e668962ad02b3203ac0582e753d1
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_hfr_120_3a.so|255bd6a2a5bd4432e6859c0063fbbdd633583b77
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_hfr_60.so|3c88208be1f05a3e6a91f6f516c95b471206b6f5
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_hfr_60_3a.so|6b61333beb06785eeedc9ac07981aa38fc2b6fc4
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_hfr_90.so|c2e0f9a0efb4bebad097b08f2995403834a15404
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_hfr_90_3a.so|b3834a0bc9adda47481ca25e3024ce8a9e7a845b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_pano_preview_3a.so|4d5fbde03e2476f1db18854dbfa649d2d97f7fdc
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_postproc.so|645006dc8fcf2ac2d2168da7a2de3b4a5da87858
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_preview.so|8de160558f698cfc9efc2691f7ab48c5a831bf7f
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_preview_cts.so|debab29bd9f2b7cc4c577a7323f312e6b73ebd7b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_snapshot.so|3e63fbbb311c291d4a63556c57fc21f3d15250ce
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_snapshot_bokeh.so|2e02ccacca2c86bb1f393f03014550e3fec52e6e
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_snapshot_hdr.so|6f49b456167f32dedd5c71f8c040f0deff238f83
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_snapshot_sn.so|f3d0e722a2a49bc7e2084eae320dac2211c5de4c
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_video.so|86c031eb89f06ea898460e0ee4ba090dd98857c2
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_video_4k.so|98e4626c7ef92a27ed20f760c52df8a46962f744
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_video_weixin.so|b309877a0e448c699eed299c40ca60301737502a
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_video_weixin_res1.so|90a557b6df6569a79dda90354e026e9f59b43f1a
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_weixin_video_3a.so|aed6b17aa11bb86983f94c9732602b904c249c5a
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_weixin_video_3a_res1.so|d99e926d523cf17907c1bd7f269aa53fb5619b66
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_zsl_preview_3a.so|c895c52ca7479ceced33fa84385b0eacdf04f0d7
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_zsl_preview_3a_its.so|cdf0852f0984fe6be3db5530fe688a16dc3f40fb
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_zsl_preview_3a_sn.so|667c20263bdf4e02d5699eb7a628ed9075e08a7a
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_i_zsl_video_3a.so|f252951f87df52df42c66391938c4f1003d25dac
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_4k_preview_3a.so|ce86155622a6ebd8bf554f82e602fbf81a177bdc
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_4k_video_3a.so|ed3f174c5e4802e7a14257893ce24ec7222be4f5
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_bokeh_preview_3a.so|57cef80119c2cc7194f4531264a82d47e80e1f5d
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_common.so|4e68550d53b467a88c30aee7393ad38c7024f636
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_hfr_120.so|47fc7eeba4fa6f6e591b43608d6124f6bfcd879e
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_hfr_60.so|c1320fbc4033345f4fa12c7ae5a7197d30628756
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_hfr_90.so|98048f7b31408392bfd9862a3e17bde82995ff6b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_liveshot.so|d67c08d5383ff704ee90da4bf790faaff800f309
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_preview.so|ad5f7bd5aa568e84610c1d83b7584b34d727105e
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_preview_sn.so|04c788174bb846a00b3277d054f02f7af722d1b8
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_preview_sr.so|ff20695a6b2630e4e6080555112a5db06039f014
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_preview_video.so|2990b9c665a736533ca92bc49e216e9ec404497d
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_snapshot.so|bc212fe9b071ae41654e0d7f14885a706e01192b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_snapshot_bokeh.so|7c13a28814025f70598f51b3b402ad8a1239668a
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_snapshot_hdr.so|8981f52790ddc26e91a725d6a4e8274255043d4d
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_snapshot_hht.so|02bbc5f45e9c56dd4317c76c5389ec1138084972
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_snapshot_sn.so|7ec68eb5abe757ad2c2266cd7ae6b13ac8e202e5
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_snapshot_sr.so|a2127c2aa5745d536be989141c20f48977c54f54
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_video.so|183fa13f0c145d346e48fdd78e3d8d7ef6b68b76
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_video_4k.so|067e3ec0f6b4e40e6a99f028423b84e3b42f833f
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_video_weixin.so|a47b9b060f40bf579d91ecca1a4d1000fa295fdd
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_cpp_video_weixin_res1.so|50d8cafa8ccfeed03a21324ce6d2a887ce385f9e
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_default_preview_3a.so|062c7ce73ee1199caa080f32451911a4c68cdab1
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_default_video_3a.so|0bcdcd78a8de8be891aa5e45326e341dbcff21f4
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_hfr_120.so|c84fd4edc00987aa625b2a69b7fa8fadd28f1890
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_hfr_120_3a.so|7171fb2a39e3841583bc9598d98216fd56481261
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_hfr_60.so|71d84931339e8d7fecfbe92d7fffe1bf615d8c17
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_hfr_60_3a.so|e5db774da14f5ece891d927cee83d2a13217abf8
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_hfr_90.so|02cb5d2943e8d5bc937ca325923e59bb655d6cf9
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_hfr_90_3a.so|bdb169da94235d192608037d5ecc358d49d2505b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_pano_preview_3a.so|abd9afac2104e310440f7893e641b95f9b8f71a8
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_postproc.so|68e8527bf6a3d053bbbb538bb096986324e4af3b
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_preview.so|b69b93bb61c93d8118268a7aaa12fe405d27a958
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_preview_cts.so|36fd8819162170e002330747f2ed294140c03d97
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_snapshot.so|ff6c7361ec07ff911891233071c35662d5211d0d
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_snapshot_bokeh.so|832e902f1dd8857320993b2187b7296dfb4374f5
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_snapshot_hdr.so|65c585064a2313da5645118e972f5d2fc32b7888
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_snapshot_sn.so|b01c768cb15b31aa9d75ef25695023f2f684e91a
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_video.so|e9f21e86a4622912ab91bbd949d99158cd2c0291
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_video_4k.so|fef162515cc40df22758e29ccfadadba0d1dfca3
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_video_weixin.so|1cf0d3a77c0bbf0b80bf45996cc68c355cb622ca
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_video_weixin_res1.so|88a901375823b68e9cbb6d86e436a796dfb34f72
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_weixin_video_3a.so|2b176b881e7b19d65597a702c2aa5a7423c0bfe9
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_weixin_video_3a_res1.so|8bd97f4252e9e563aaec373f37b9323caf9b71f7
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_zsl_preview_3a.so|bf0260c67440d32c0f8c97ba899b07f97177b1f2
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_zsl_preview_3a_its.so|83426cad7d0e0eb3f5de32a835432a4e8ba2ccf8
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_zsl_preview_3a_sn.so|0fb268374e313df54d2294a87b48a3b0ec2bcd03
vendor/lib/libchromatix_lavender_s5kgm1_ofilm_india_i_zsl_video_3a.so|1d33c2c2bd3dfc51d0855596cc0aaf6fed556486
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_4k_preview_3a.so|13b66ddd8f55c069e8fcf0e5378493533dd4e78e
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_4k_video_3a.so|7aadea48d889cdeb69a513b42efc3c88d5be72cc
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_bokeh_preview_3a.so|3bca5a26fb9b00bcf2d283d377e1515c6507229c
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_common.so|ccc7e7f797b184b3d1b1d80d9be26be7489aa9cc
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_hfr_120.so|7988e7e6df2de1ac64efb171f61ec1c18a8d06b7
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_hfr_60.so|f46c36072b26cb35e6f64126f199a06f39d5efbd
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_hfr_90.so|95d826beb0a3a6dbe9cb1f4f3619e55d1df7e9e5
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_liveshot.so|abb54bc1c86b7e34a7646b3a4e14fc084a1a12d9
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_preview.so|b7cec9853a006563864b77352b5c219ee95fef60
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_preview_sn.so|93a4734ec16f19143e9b4903b0fe36ea007606a1
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_preview_sr.so|a92b54a392634b235d0ce10abf7449e4561a95f7
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_preview_video.so|df9a903da232d9b1ab9aed64cfcfe6e6d55f38ea
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_snapshot.so|df841ab8cdc3e763359351df9e013a272afcad2d
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_snapshot_bokeh.so|17aa8419c9e52f693d304ce076212f8ee15a1cd9
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_snapshot_hdr.so|ef696992d8ad716c989c7eea77687d7250092203
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_snapshot_hht.so|400654fb4c27284858849a1b569fb43f47731fd4
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_snapshot_sn.so|2e6c96dfd249ea29a81185ea23979b70f315658e
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_snapshot_sr.so|d1b525b0c5316c5acb88537bb66bc0080765fdc0
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_video.so|35b263658cd8e1a3ebdb95df1385ebb138a7f05d
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_video_4k.so|42384896aeee608174ae3e3a18f4851c956e298d
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_video_weixin.so|bdb5537cc8265207c0dc0de86f6e777206daa1e0
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_cpp_video_weixin_res1.so|58b89655138693e538654c5a1ddd115046b7d9f6
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_default_preview_3a.so|eb51afca7c7a5202fc4bb63a927e43b9c7591a94
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_default_preview_3a_its.so|5068cb0410c1c45c33579014bad54b57615a81c8
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_default_video_3a.so|c848a9c57942f1af3facac5bafc254914552cf47
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_hfr_120.so|631e6dfe44ee022d0eee27f423654ce5987daa6f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_hfr_120_3a.so|b6f44f229008a0f9b42d8f8c0977f26033329c23
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_hfr_60.so|f33f395a88dc86934ea975e69ec7777d647e45f8
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_hfr_60_3a.so|e882176316ac78775acab7dfc197f78e092c6564
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_hfr_90.so|8d8eba649f39b49ab19b058a1ee439488e788ec5
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_hfr_90_3a.so|e6eee31dde15b561d578300bd9bcdd71000b0652
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_pano_preview_3a.so|ceb6a2dcf57f7d7f3600606209594d27560a141f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_postproc.so|f2d1d72082b767cb51e4b6acb13409548d04167a
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_preview.so|c74227007d7f195e2b57beb53494d10770bc96d3
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_preview_cts.so|4f76cb883dd2eaf509162069e2369b3a0e26bb1d
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_snapshot.so|3bb044715b608feedf9f4617e0e428d930a6c780
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_snapshot_bokeh.so|06609ad335506f38213df673d07509248ea35782
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_snapshot_hdr.so|16aac631fe94510f81b4b4cdfd7384b49f3441ba
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_snapshot_its.so|5ee6a21e5027501cc967958eced86c67319a2b9e
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_snapshot_sn.so|b4a20538ae1a1d218fedda3838408ec9f25460d4
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_video.so|5eb3f8452cf61e6aedb6c32e813fdcdf5ed71317
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_video_4k.so|8271e849a1017451f44fbd0cf0552af1ade6a36f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_video_weixin.so|10bd17fc9e504c1f43219c6352ec1093879433e9
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_video_weixin_res1.so|3b866b63c467c08023857a6a3ae85fc9086c90a4
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_weixin_video_3a.so|c9b1b01a207a86bbe6b6058b754d13273b869581
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_weixin_video_3a_res1.so|63a18ba73583326e3e2bb1c915e75020f73cd295
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_zsl_preview_3a.so|8fde538a6af9fa8745fe5e395332ac981899722b
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_zsl_preview_3a_its.so|eee82d6a2f318620f126126eb72a4870ee4e02d3
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_zsl_preview_3a_sn.so|223602572882373118921df57d571bd1d4e24898
vendor/lib/libchromatix_lavender_s5kgm1_sunny_ii_zsl_video_3a.so|30dbaec10748afe393dcce54359b69335057750c
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_4k_preview_3a.so|bed3f0ed6ffe941d754f455a623df11d6c3d7420
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_4k_video_3a.so|c42f7414aac8a98e37022720d115de21f406ae3a
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_bokeh_preview_3a.so|8d48997a81ee38e8375b5204d589bba088b3f341
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_common.so|e897f019c3b0d28e1f7165aea65928e6cf2f4c06
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_hfr_120.so|4cccea5410084e0e4edf357ad7ccf476976693cd
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_hfr_60.so|045a2a8233c500464dd9331325ec6614381c8169
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_hfr_90.so|43649265c56194b111b5afc5d3325db3fee0942b
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_liveshot.so|6efdf7fcceb20b6b1749a6cc44a79adb46deaf4b
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_preview.so|ff560cb3166f9e2d0c0bd3ebb51723629ce93b4c
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_preview_sn.so|c99fa96b3635aec82f7fd49febcb61632bc47e42
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_preview_sr.so|b0cc1ab2ecda8e5b7a67418ad3cbd279d6cdf1f2
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_preview_video.so|b27168b5dcc36e7d6b14edcf9c8598169003cb26
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_snapshot.so|5e1a13fe42ad9f596e3d81c2698b2a83750e0ab2
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_snapshot_bokeh.so|8eda8be88268b6b3271edf15fa115629407a105e
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_snapshot_hdr.so|3e6d3d488818e6ec1c657819064f64b4748b02a6
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_snapshot_hht.so|fcaa4f441306343b94ff9f6d7769c6aaecaa2a37
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_snapshot_sn.so|189becbaa0772dea9165445134b2a80d1a278bf6
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_snapshot_sr.so|ef083cf64a54d39cd76118afa321e5e2a8a002a8
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_video.so|5875e5e2ab0af11a8824302a751aec0de3521cdc
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_video_4k.so|cd0895e2f4022c41e34e14f1ade502542ac44bc6
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_video_weixin.so|3e543a7e4f9b33ea2f6e204e787c5f006acf1434
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_cpp_video_weixin_res1.so|3686e0656f28acd8c9643829b99f1c37333e330a
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_default_preview_3a.so|9981dc02cc9f1d5f03f46551bad8c388e1120392
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_default_preview_3a_its.so|aec9dee2a587dde7919d826ebf377b5e2f371c06
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_default_video_3a.so|8e05d8ed364c5774eceacfc73f63a68d3d6cc35b
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_hfr_120.so|ec5b021dc44c3287cb8762dfc79456fd59ff73ee
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_hfr_120_3a.so|ea989bb068c8502aa82fe35cd9de01b3267f60b9
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_hfr_60.so|2e8bc5fbc60306464364887774bf9ca4fa5dee77
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_hfr_60_3a.so|59827ccecf467d1e7aa445627d220ee8d745494f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_hfr_90.so|b3cad71b869d519b03509e2ae844033836a6bdf6
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_hfr_90_3a.so|6d97cba86a608ae09b280e69606849c87604f087
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_pano_preview_3a.so|ce8fb56c5501493e90a6f416e66a0485a58f4c23
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_postproc.so|e8ecd29bb3595006cb32906c8738bfb5469e5512
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_preview.so|66b90b2bd1707aa4fcb05521a4332916081f6490
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_preview_cts.so|e29672f6bfc2b0d64a30df8bf51f21fea4c9bed0
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_snapshot.so|f00e99c4a9c0f77d9187f3026871592bec707709
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_snapshot_bokeh.so|793f452777dca03b660375b54038d8f3ba14b7c1
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_snapshot_hdr.so|ae64a94d3850740f6e595c0ef1a913a39f4a9cea
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_snapshot_its.so|3902887ca33ac3c4dc48738cc187e49fdb2b949f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_snapshot_sn.so|2bd0eeb0b1079351465be54a6be528f97ad6681f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_video.so|942177788123b8d7fe79b4f27469684d8302ad6f
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_video_4k.so|cd3791f1d8eac63888807c664e76b976e9c857df
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_video_weixin.so|2c6dbb80f16a42a526cb7b9792be3927b11c8019
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_video_weixin_res1.so|9596df74d108196b86c463f4a5ae9ffa06a84f63
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_weixin_video_3a.so|cc2bdb71feed45d7bb1d6807d4701914917a95ae
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_weixin_video_3a_res1.so|9bd6d420c5d6d22ac13958d69d1d7880585c8e38
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_zsl_preview_3a.so|4164a465b66284a3ea8dffcb5fe327c214d587d7
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_zsl_preview_3a_its.so|a3c501be13dfc79e4edc812548b766d9674c9302
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_zsl_preview_3a_sn.so|05db02fbf5b4450778451562f0351d120c0551a0
vendor/lib/libchromatix_lavender_s5kgm1_sunny_india_ii_zsl_video_3a.so|319d201d818147751a35ec9baf6dbbd5c19cd03a
# Camera-configs - from lavender V10.3.6.0.PFGMIXM
vendor/etc/camera/GpuKernelRepo.pb|fd423dc7ea91ab53ded7d8d6c0994f6ae9f47a3d
vendor/etc/camera/beauty_ui9_intelligent_params.config|3b9e28d486c65f5e23fd2a356dbbfd407e2fdfee
vendor/etc/camera/camera_config.xml|b9fd41e4035e4f58bc3e401bfb359cb56a8becc2
vendor/etc/camera/csidtg_camera.xml|406e2dec13dc910415ff72fc5a7ee084c97ab61f
vendor/etc/camera/csidtg_chromatix.xml|e95fad08db854906529b4df3c1b238ebbb36b2df
vendor/etc/camera/lavender_imx486_ofilm_i_chromatix.xml|f02a744b669dab6b0a24bd604603ab80c512ab3e
vendor/etc/camera/lavender_imx486_ofilm_i_dw9714_chromatix.xml|eb12b3f46e2283406e54402e22af8a8dbd39dc68
vendor/etc/camera/lavender_ov02a10_ofilm_i_chromatix.xml|6c63c7439a936171ea2f4badf4649b486505aa26
vendor/etc/camera/lavender_ov02a10_sunny_ii_chromatix.xml|09dac2a2059b7c1ef77de2ba40b0fcc5ed0ec27d
vendor/etc/camera/lavender_ov12a10_sunny_ii_chromatix.xml|9fc14d55935be8a88824208fe35dc1828eb606e6
vendor/etc/camera/lavender_ov13855_ofilm_global_i_chromatix.xml|ddd4b0c408c5b140e7712926c6a69a0cf2bc6e2c
vendor/etc/camera/lavender_ov13855_ofilm_i_chromatix.xml|263e64c9780aa0cf96edef20f00ffa348d1fd35a
vendor/etc/camera/lavender_ov13855_ofilm_india_i_chromatix.xml|347018ed1cfb6725752cb343cc802f6b54fd0950
vendor/etc/camera/lavender_ov13855_sunny_global_ii_chromatix.xml|befafab962d056406fa56218fc6fdcafe9ce91e4
vendor/etc/camera/lavender_ov13855_sunny_ii_chromatix.xml|1ea9bc98d33c6dc1b157fe1c52d29639bda57152
vendor/etc/camera/lavender_ov13855_sunny_india_ii_chromatix.xml|469efe79726d46fbce22a36c633c5f2abcc79772
vendor/etc/camera/lavender_s5k5e8_ofilm_cn_i_chromatix.xml|9610739fc44de217b3d8c06af84bd3f7fbb518cd
vendor/etc/camera/lavender_s5k5e8_sunny_cn_ii_chromatix.xml|a0ae97645fbf034963331dbaa44cead098e2993a
vendor/etc/camera/lavender_s5kgm1_ofilm_i_chromatix.xml|d632c74aef087bacd743bb93cad61f567ec34969
vendor/etc/camera/lavender_s5kgm1_ofilm_india_i_chromatix.xml|601695796b9fa2998c06e3fb2ad4dca7fe86d899
vendor/etc/camera/lavender_s5kgm1_sunny_ii_chromatix.xml|94f8ec61369f60d78dc57df17a660bb82ce24408
vendor/etc/camera/lavender_s5kgm1_sunny_india_ii_chromatix.xml|6aff2017f91bd00e96a7363b8178cab51fcac0f5
vendor/etc/camera/lf_facerank_model.bin|457f91e4027b7faef4d0fa889853e4f692e910c9
vendor/etc/camera/model_back.dlc|faeefb05aa0c931edf018e66722d4469cd240483
vendor/etc/camera/model_front.dlc|0624fa01607686a261fc302ad602ebc9a1f62f60
vendor/etc/camera/sdm_ys_32p_120_21_5_perturb50.bin|1ca031d5f8eb0e6aa3eedf7df8d53223b5054bc5
# Camera-firmware - from lavender V10.3.6.0.PFGMIXM
vendor/firmware/cpp_firmware_v1_10_0.fw|a3c0fc706eb3f23b99852fe8c52c26f63999f70c
vendor/firmware/cpp_firmware_v1_12_0.fw|c7939d46f9875054c5b30c3280862e7d9df3dcf9
vendor/firmware/cpp_firmware_v1_1_1.fw|04b8eb253d630eaeadab296e1607dc6a29d93d3c
vendor/firmware/cpp_firmware_v1_1_6.fw|6b2c9fe0a43a9ce86a921e18faffe4d0a35746ee
vendor/firmware/cpp_firmware_v1_2_0.fw|5ff0d66bcdbb29f4e924d011ae825583e48b3962
vendor/firmware/cpp_firmware_v1_4_0.fw|11eba982212797920102912142940a9e08931c52
vendor/firmware/cpp_firmware_v1_5_0.fw|ac19cd179b7b118bb3ea01a35fdfc78dc58164a1
vendor/firmware/cpp_firmware_v1_5_1.fw|f3f622ab29a560b170d0f2c6ddec14b933f2d476
vendor/firmware/cpp_firmware_v1_5_2.fw|58dd7f7c09dbb62bc6f334a8885064b292610675
vendor/firmware/cpp_firmware_v1_6_0.fw|dcd3d1f904c7ee3d731f8f28b5f78f2503916ada
vendor/firmware/cpp_firmware_v1_8_0.fw|26e2badbb4e3049243f0a176722f26879e7b87e8
# Camera-ois - from lavender V10.3.6.0.PFGMIXM
vendor/lib/libois_bu63165.so|1a101191e3326648d9c517f184e40255154bc993
vendor/lib/libois_lc898122.so|26304ff7cf07d2782a79e4e743f4ce2e0a1063bf
# Camera-sensors - from lavender V10.3.6.0.PFGMIXM
vendor/lib/libmmcamera2_c2d_module.so|2da401444833dc09e561b52d03b0c428d4a38ac7
vendor/lib/libmmcamera2_cpp_module.so|b2dc5f4a3290ed41291f1f0109b102e0c0f17278
vendor/lib/libmmcamera2_frame_algorithm.so|72db2ba4edb151a13c6c29a87f861ddc5c3b8612
vendor/lib/libmmcamera2_iface_modules.so|ebdce41f9a6ec103ae8e190f545d48f46247edf7
vendor/lib/libmmcamera2_imglib_modules.so|11be7a4f14a9565003a66530e4d7e37931678d07
vendor/lib/libmmcamera2_is.so|f5f3675c89798549c22bf8681251caadc92492ff
vendor/lib/libmmcamera2_isp_modules.so|4aa8df86f5b7cc9458ed80440beaed3b19c7a6c7
vendor/lib/libmmcamera2_mct.so|1983bbf307628202bdfeaaebff81a59f698ef18d
vendor/lib/libmmcamera2_mct_shimlayer.so|1c0dc05e9d4ee551212f9cff90cd2c99bb3d5e49
vendor/lib/libmmcamera2_pp_buf_mgr.so|a29e084e051b62817a9e5a36447a9d007892f410
vendor/lib/libmmcamera2_pproc_modules.so|4993dd381bbcf6468b0b211f3fd17591d7b37ce0
vendor/lib/libmmcamera2_q3a_core.so|96f7de13f025b75bea0436d332f53e3725c4e37c
vendor/lib/libmmcamera2_sensor_modules.so|3ea657dd44dc2d8ab3dcc4a8fe71dfd0110a7465
vendor/lib/libmmcamera2_stats_algorithm.so|2d6ae44d9d29054c9ac65a7c5a5ecbcef94855f9
vendor/lib/libmmcamera2_stats_lib.so|be6530550275cdc50c5025ae5d7d601edf380b0b
vendor/lib/libmmcamera2_stats_modules.so|c2917083c6bb0cdbc27adb04a2ce97e32f2ea558
vendor/lib/libmmcamera_arcsoftbokeh_lib.so|e21ae776cd131920e22fa425831f9d0a3fb3cc4c
vendor/lib/libmmcamera_atmel_at24c32e_eeprom.so|16e532d5251b56c4f9d4404df09bc38a8898d240
vendor/lib/libmmcamera_bokeh.so|eb01d0552a44efc02211f4372eddcc85a23035a0
vendor/lib/libmmcamera_dbg.so|b75a53e130a1161c5369611ce3dd235371ecb164
vendor/lib/libmmcamera_depth_map.so|33c36c330ee48c037308a6dfd553161677176377
vendor/lib/libmmcamera_dummyalgo.so|60d88bfe0a5e044113a788f6aece78016f6ec3cd
vendor/lib/libmmcamera_eebinparse.so|bb9d18d18aea3c965130fc30f2dd61894980b526
vendor/lib/libmmcamera_eeprom_util.so|5cf1c5ba44924497c39e2086e47315ab680b5767
vendor/lib/libmmcamera_eztune_module.so|48d69ead7d05df90e750f0c3df1ece98e6ea0a5e
vendor/lib/libmmcamera_facedetection_lib.so|dbc40c1a0acfa82b85fa216889ce71eb6df68549
vendor/lib/libmmcamera_faceproc.so|ac9c20af20272a35eb4eef227187572adbab81f7
vendor/lib/libmmcamera_faceproc2.so|97efe48c509b5b482bfc4d7ffc0351c27d1fe663
vendor/lib/libmmcamera_hdr_gb_lib.so|7c6b4b4d5a5ca41eacd698a8045daf708047fc41
vendor/lib/libmmcamera_hvx_add_constant.so|b1ac370b3875054381abf79934a4475a37baa655
vendor/lib/libmmcamera_hvx_grid_sum.so|d4a4e355ace886261ff7a6b71be8b753502efdfd
vendor/lib/libmmcamera_imglib.so|ca3076b8c0f9267fd266756bb6040a46549dcc4b
vendor/lib/libmmcamera_imglib_faceproc_adspstub.so|2284fb7d88f89183c13352520a247e78126b68ce
vendor/lib/libmmcamera_interface.so|431d8c65d9b51a51ab10dc10e2cf51ce071fce0c
vendor/lib/libmmcamera_isp_abf48.so|31fa42f876d45928aca53255045f3c61527b2d72
vendor/lib/libmmcamera_isp_aec_bg_stats47.so|bfa8d403e3156d71c1cc463e1f61aceffe8d5373
vendor/lib/libmmcamera_isp_bf_stats47.so|5ab4ad3d21c83578ff209ba47f95056a8e661239
vendor/lib/libmmcamera_isp_bg_stats46.so|668971963d93eb93fb368d23bca721fd83a38889
vendor/lib/libmmcamera_isp_bhist_stats44.so|3a0c83b9e141dfc0a88ddbfe6626b8907f00a9c1
vendor/lib/libmmcamera_isp_black_level48.so|4a1f4efe3d7213d3b8e15c67373b95c43cf3d5e2
vendor/lib/libmmcamera_isp_bpc48.so|4d7aa67f2261a6ed903097abed916972cbe84f54
vendor/lib/libmmcamera_isp_cac47.so|a5e45524186cd13620a195fa72ac15dddf2c2071
vendor/lib/libmmcamera_isp_chroma_enhan40.so|f8fc01208bcfe20a45433c911502c3178023264f
vendor/lib/libmmcamera_isp_chroma_suppress40.so|278bc6375eb60d7eb9256911a7b61c547d06e379
vendor/lib/libmmcamera_isp_clamp_encoder40.so|92857610fb0d328a17d51411994a0e572082beed
vendor/lib/libmmcamera_isp_clamp_video40.so|31c8d40ad3117f5ba189bcc67ece9cc3708983f0
vendor/lib/libmmcamera_isp_clamp_viewfinder40.so|cedb7e8d32b5f0619ebfb7d549339d0e5be84a6b
vendor/lib/libmmcamera_isp_color_correct46.so|111e70701739f7748a8e4b48cb84c5c427e68c59
vendor/lib/libmmcamera_isp_color_xform_encoder46.so|62fc843eaca53abb0f39af49fc4af442d66980cc
vendor/lib/libmmcamera_isp_color_xform_video46.so|dc22d24a7177e7315ff98a9b70c95e55115ee91c
vendor/lib/libmmcamera_isp_color_xform_viewfinder46.so|9c6c43b4022d182e93d261f3dbbf15e933f7b606
vendor/lib/libmmcamera_isp_cs_stats46.so|ba7aa7f63fdfee046f4ee218876c560f1e770cb8
vendor/lib/libmmcamera_isp_demosaic48.so|017836a4125fe078582ae7e0b46e84da528d6bc5
vendor/lib/libmmcamera_isp_demux48.so|e9382374d0919e74d063cba9111bc5a9b42f71a2
vendor/lib/libmmcamera_isp_fovcrop_encoder46.so|cc7c3686d6f4510739267c0c4fc86c7224f198bf
vendor/lib/libmmcamera_isp_fovcrop_video46.so|4175e19ab3fadfcfdf9dd73326fd34e99d80ddcd
vendor/lib/libmmcamera_isp_fovcrop_viewfinder46.so|452c446c9ce91ec95ab377a2aa8696d9b22ab4c2
vendor/lib/libmmcamera_isp_gamma44.so|6693e2069f363838deb8e6a513abb5b7eaad2d61
vendor/lib/libmmcamera_isp_gic48.so|5f906babef44684cd950fd677256eea2d09b155b
vendor/lib/libmmcamera_isp_gtm46.so|cfabb7f498f7751f0d4c7214dd93b0530a0a7711
vendor/lib/libmmcamera_isp_hdr48.so|3faeef94a1cd3ec8d03ecef9769df1661f076b3b
vendor/lib/libmmcamera_isp_hdr_be_stats46.so|f803a4952935ef1263f24cf2e6ec5ae2c729752e
vendor/lib/libmmcamera_isp_hdr_bhist_stats44.so|a32d2f24ffc8d23465dfd5df382560487e808fd9
vendor/lib/libmmcamera_isp_ihist_stats46.so|35da5b3cb940a9c15ab7503127771dc86bc954a5
vendor/lib/libmmcamera_isp_linearization40.so|8fe6cefc88b40143a6a837acd84a5e16d6ca8ee7
vendor/lib/libmmcamera_isp_ltm47.so|88b76045608856304fb384df9a8189ea2cc377ca
vendor/lib/libmmcamera_isp_luma_adaptation40.so|41a4a905b6ddb96c448ab88ac11fd35ed476f8ec
vendor/lib/libmmcamera_isp_mce40.so|023335bbc90a9020adf366752238b76f96c7d721
vendor/lib/libmmcamera_isp_mesh_rolloff44.so|492e1aae272e293b2d4442b2db0feb9ff195c532
vendor/lib/libmmcamera_isp_pdaf48.so|5bbd15badefa2e3c16d8272dd847c2f3e34a0d38
vendor/lib/libmmcamera_isp_pedestal_correct46.so|c040fe5e2cb1ee6160a52277d45fae39ae8f2eff
vendor/lib/libmmcamera_isp_rs_stats46.so|d74ad52f28a71ecc285f8b6f8fb5885527f058b0
vendor/lib/libmmcamera_isp_scaler_encoder46.so|f90350a0fea74997ba1e2f9171eaba47cdaa0355
vendor/lib/libmmcamera_isp_scaler_video46.so|1bc819f29da16e04d471c3b58b25d89f637de663
vendor/lib/libmmcamera_isp_scaler_viewfinder46.so|0b82b08ff52dbd94012aa82198097a07056996c2
vendor/lib/libmmcamera_isp_sce40.so|ed5c8800ea4c0538b0a8c1ead0316ad5c18e1974
vendor/lib/libmmcamera_isp_snr47.so|f9031b9f098894c3be341edaa2c3ff24aa182b34
vendor/lib/libmmcamera_isp_sub_module.so|edc867f91f1bd53d9a3cd8ef69d3cd53b90a50df
vendor/lib/libmmcamera_lavender_imx486_ofilm_i.so|832719fbe1f33f730ee20b64714e8596a2231867
vendor/lib/libmmcamera_lavender_imx486_ofilm_i_dw9714.so|a2465d31c3ed2d8c9a7fad99a91f58e3874c3af9
vendor/lib/libmmcamera_lavender_imx486_ofilm_i_dw9714_eeprom.so|d75cf4f268ccb7943070c5c565257a36c6fd8629
vendor/lib/libmmcamera_lavender_imx486_ofilm_i_eeprom.so|c2b23cff504f95e4c3a515524bb969b2e597018e
vendor/lib/libmmcamera_lavender_ov02a10_ofilm_i.so|720b7b84cb4ce9a1717ce954ed13598718b0d10f
vendor/lib/libmmcamera_lavender_ov02a10_ofilm_i_eeprom.so|fd99fde8ccc30cd0eb53324131a05ce23dfd4d65
vendor/lib/libmmcamera_lavender_ov02a10_sunny_ii.so|ba97511e143acc6e7c39a58a4bb29dc665bce644
vendor/lib/libmmcamera_lavender_ov02a10_sunny_ii_eeprom.so|480eecbc5052859495d58c7397c4413801808a50
vendor/lib/libmmcamera_lavender_ov12a10_sunny_ii.so|07c27571e4b5b7878176e343ee504477a2630a03
vendor/lib/libmmcamera_lavender_ov12a10_sunny_ii_eeprom.so|03d6eac9db5d26808e58e9f32d5934d3f1c1a625
vendor/lib/libmmcamera_lavender_ov13855_ofilm_i.so|a614eea11a5f3c2d3cc27651879d2fc2e476e67e
vendor/lib/libmmcamera_lavender_ov13855_ofilm_i_eeprom.so|b2359bc0ca8443a3404b0b616d09fa21765f6c12
vendor/lib/libmmcamera_lavender_ov13855_sunny_ii.so|a88a761965c294eb74bba2404f8722323ed7103a
vendor/lib/libmmcamera_lavender_ov13855_sunny_ii_eeprom.so|115c83ea4263714232e1f785291a3314abbf7f77
vendor/lib/libmmcamera_lavender_s5k5e8_ofilm_i.so|358eb7dc999aa30a3ccdaba8e365700467abb2c8
vendor/lib/libmmcamera_lavender_s5k5e8_ofilm_i_eeprom.so|77b4efd68def87576d72c4464b53d2c16d49a690
vendor/lib/libmmcamera_lavender_s5k5e8_sunny_ii.so|aff40ff2c0c91017cc276ae43835a8d3a8e2095a
vendor/lib/libmmcamera_lavender_s5k5e8_sunny_ii_eeprom.so|bc0190d2867e0a4463cd53f4162763a755d1bf76
vendor/lib/libmmcamera_lavender_s5kgm1_ofilm_i.so|4876b93d80446e98749b35030ddf9226d239cfbd
vendor/lib/libmmcamera_lavender_s5kgm1_sunny_ii.so|f165dbcb497d7fc2c4cba62fad25074babfda048
vendor/lib/libmmcamera_lavender_s5kgm1sp_ofilm_i_eeprom.so|757364687b5648a7e750f997e500d5c1c1af27c0
vendor/lib/libmmcamera_lavender_s5kgm1sp_sunny_ii_eeprom.so|aa910fbcc9d324face41d702d7e416daac4a0686
vendor/lib/libmmcamera_le2464c_eeprom.so|9888bc5dc441e83aee99111c4413db47312e6c8d
vendor/lib/libmmcamera_le2464c_master_eeprom.so|89a380e50c247da8ed11941cb0af826ac10164dd
vendor/lib/libmmcamera_mg_facepp_lib.so|28e468e442f1900496f437e5282d6b03add9c642
vendor/lib/libmmcamera_paaf_lib.so|d01f077526072209f5ad88e0c9068e0e5597d358
vendor/lib/libmmcamera_pdaf.so|2e5383ddbad1c433bee46029d0483872c8a387a0
vendor/lib/libmmcamera_pdafcamif.so|26189eacd48e21f6601a9b20bf6e08890f093067
vendor/lib/libmmcamera_ppbase_module.so|43017906b6c8c6e201e24fae7a7840a4f92ad2b4
vendor/lib/libmmcamera_ppeiscore.so|6f9d0ed211e8df42e91871fb385433c33eef534f
vendor/lib/libmmcamera_quadracfa.so|58c24cc8c59c7ddc900e3503e2693092e7acda34
vendor/lib/libmmcamera_rohm_brcg064gwz_3_eeprom.so|c7d8d5293e408bdbf005f3e0cdc2a3ef7ba7af28
vendor/lib/libmmcamera_sunny_ov13855_eeprom.so|adee260e161353ee667ee9afbe015d87be409bff
vendor/lib/libmmcamera_sw2d_lib.so|616d0a3bd922f7b2080186c6128c862bd49bbfd0
vendor/lib/libmmcamera_thread_services.so|dd0c0846645cce8d7a6b49280a27255f24353104
vendor/lib/libmmcamera_tintless_algo.so|87c1a8a6d6386cd2234494fc4aecc82642462e51
vendor/lib/libmmcamera_tintless_bg_pca_algo.so|8d0742522e0af649ee05fb85fa1a204ac68af48b
vendor/lib/libmmcamera_tuning.so|28364a5125194034584cb44e053272a9d70fa5b5
vendor/lib/libmmcamera_tuning_lookup.so|e00c7abb7b72ceff77fbd73d7b38f3fa8fdb31ca
# Display
vendor/etc/qdcm_calib_data_boe_td4320_fhdplus_video_mode_dsi_panel.xml
vendor/etc/qdcm_calib_data_shenchao_nt36672a_fhdplus_video_mode_dsi_panel.xml
vendor/etc/qdcm_calib_data_tianma_nt36672a_fhdplus_video_mode_dsi_panel.xml
# Fingerprint firmware
vendor/firmware/fpctzappfingerprint.b00
vendor/firmware/fpctzappfingerprint.b01
vendor/firmware/fpctzappfingerprint.b02
vendor/firmware/fpctzappfingerprint.b03
vendor/firmware/fpctzappfingerprint.b04
vendor/firmware/fpctzappfingerprint.b05
vendor/firmware/fpctzappfingerprint.b06
vendor/firmware/fpctzappfingerprint.b07
vendor/firmware/fpctzappfingerprint.mdt
vendor/firmware/goodixfp.b00
vendor/firmware/goodixfp.b01
vendor/firmware/goodixfp.b02
vendor/firmware/goodixfp.b03
vendor/firmware/goodixfp.b04
vendor/firmware/goodixfp.b05
vendor/firmware/goodixfp.b06
vendor/firmware/goodixfp.b07
vendor/firmware/goodixfp.mdt
# Fingerprint sensor
vendor/bin/qfp-daemon
vendor/lib/[email protected]
vendor/lib64/hw/fingerprint.fpc.default.so
vendor/lib64/hw/fingerprint.goodix.default.so
vendor/lib64/[email protected]
vendor/lib64/libgf_ca.so
vendor/lib64/libgf_hal.so
vendor/lib64/libgoodixhwfingerprint.so
vendor/lib64/libqfp-service.so
vendor/lib64/libvendor.goodix.hardware.interfaces.biometrics.fingerprint@2.1.so
vendor/lib64/[email protected]
# Gatekeeper
vendor/bin/hw/[email protected]
vendor/etc/init/[email protected]
vendor/lib/hw/[email protected]
vendor/lib64/hw/[email protected]
# Graphics firmware
vendor/firmware/a512_zap.b00
vendor/firmware/a512_zap.b01
vendor/firmware/a512_zap.b02
vendor/firmware/a512_zap.elf
vendor/firmware/a512_zap.mdt
vendor/firmware/a530_gpmu.fw2
vendor/firmware/a530_pfp.fw
vendor/firmware/a530_pm4.fw
vendor/firmware/a530v1_pfp.fw
vendor/firmware/a530v1_pm4.fw
vendor/firmware/a530v2_seq.fw2