mirror of
https://github.com/Evolution-X-Devices/device_google_redbull
synced 2026-01-28 16:29:11 +00:00
redbull: video: enbale adaptive b-frame capability
'enc_default_bframe_count' set to 1. 'enc_max_mbs_per_sec' set to max-hw-load. Bug: 156724722 Test: run ECO experiments Change-Id: I884be887e9ae71bb9f8778f8bd0f5dd728d1ba7e
This commit is contained in:
committed by
Wen Chang Liu
parent
93fc376273
commit
c508dd22f6
@@ -625,6 +625,7 @@ PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/media_codecs_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_c2.xml \
|
||||
$(LOCAL_PATH)/media_codecs_performance_c2.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_performance_c2.xml \
|
||||
$(LOCAL_PATH)/media_codecs_omx.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_omx.xml \
|
||||
$(LOCAL_PATH)/video_system_specs.json:$(TARGET_COPY_OUT_VENDOR)/etc/video_system_specs.json \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
|
||||
frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml \
|
||||
|
||||
8
video_system_specs.json
Normal file
8
video_system_specs.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"Video": {
|
||||
"Presets": {
|
||||
"enc_default_bframe_count": 1,
|
||||
"enc_max_mbs_per_sec": 1958400
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user