Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
decoders/ | 25-Apr-2025 | - | 7,820 | 6,030 | ||
service/ | 25-Apr-2025 | - | 110 | 82 | ||
store/ | 25-Apr-2025 | - | 641 | 449 | ||
readme.txt | D | 25-Apr-2025 | 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