You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
451 B
12 lines
451 B
This contains the c2 version of emulator's hardware decoders
|
|
|
|
decoders/ contains avc(a.k.a. h264) and vpx(vp8 and vp9) decoders
|
|
and base. All are based upon c2 sw codecs.
|
|
|
|
store/ the store that creates decoders
|
|
this is also borrowed from c2.
|
|
|
|
service/ the hidl service that required by platform;
|
|
to actually get it work, need to set this in file_contexts
|
|
/vendor/bin/hw/android\.hardware\.media\.c2@1\.0-service-goldfish u:object_r:mediacodec_exec:s0
|