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:
wenchangliu
2020-06-20 18:47:09 +08:00
committed by Wen Chang Liu
parent 93fc376273
commit c508dd22f6
2 changed files with 9 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,8 @@
{
"Video": {
"Presets": {
"enc_default_bframe_count": 1,
"enc_max_mbs_per_sec": 1958400
}
}
}