Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
decoders/ | 03-May-2024 | - | 5,017 | 3,799 | ||
service/ | 03-May-2024 | - | 97 | 70 | ||
store/ | 03-May-2024 | - | 638 | 446 | ||
readme.txt | D | 03-May-2024 | 451 | 12 | 8 |
readme.txt
1This contains the c2 version of emulator's hardware decoders 2 3decoders/ contains avc(a.k.a. h264) and vpx(vp8 and vp9) decoders 4and base. All are based upon c2 sw codecs. 5 6store/ the store that creates decoders 7this is also borrowed from c2. 8 9service/ the hidl service that required by platform; 10to actually get it work, need to set this in file_contexts 11/vendor/bin/hw/android\.hardware\.media\.c2@1\.0-service-goldfish u:object_r:mediacodec_exec:s0 12