Merge "media: add codec2_config_prop"
This commit is contained in:
commit
3720bcced5
4 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
authorization_service
|
||||
cgroup_desc_api_file
|
||||
cgroup_v2
|
||||
codec2_config_prop
|
||||
ctl_snapuserd_prop
|
||||
debugfs_kprobes
|
||||
debugfs_mm_events_tracing
|
||||
|
|
|
@ -399,6 +399,8 @@ persist.sys.dalvik.vm.lib.2 u:object_r:dalvik_runtime_prop:s0 exact string
|
|||
|
||||
keyguard.no_require_sim u:object_r:keyguard_config_prop:s0 exact bool
|
||||
|
||||
media.c2.dmabuf.padding u:object_r:codec2_config_prop:s0 exact int
|
||||
|
||||
media.recorder.show_manufacturer_and_model u:object_r:media_config_prop:s0 exact bool
|
||||
media.stagefright.cache-params u:object_r:media_config_prop:s0 exact string
|
||||
media.stagefright.enable-aac u:object_r:media_config_prop:s0 exact bool
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
get_prop(hal_codec2_client, media_variant_prop)
|
||||
get_prop(hal_codec2_server, media_variant_prop)
|
||||
get_prop(hal_codec2_client, codec2_config_prop)
|
||||
get_prop(hal_codec2_server, codec2_config_prop)
|
||||
|
||||
binder_call(hal_codec2_client, hal_codec2_server)
|
||||
binder_call(hal_codec2_server, hal_codec2_client)
|
||||
|
|
|
@ -122,6 +122,7 @@ system_vendor_config_prop(build_vendor_prop)
|
|||
system_vendor_config_prop(camera_calibration_prop)
|
||||
system_vendor_config_prop(camera_config_prop)
|
||||
system_vendor_config_prop(charger_config_prop)
|
||||
system_vendor_config_prop(codec2_config_prop)
|
||||
system_vendor_config_prop(cpu_variant_prop)
|
||||
system_vendor_config_prop(dalvik_config_prop)
|
||||
system_vendor_config_prop(drm_service_config_prop)
|
||||
|
|
Loading…
Reference in a new issue