commit | 1f204268afd66cc7e03bda719bbfc569b5e9c653 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Tue Oct 29 21:32:26 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Tue Oct 29 21:32:26 2024 +0000 |
tree | 9fc072e59bc006e0b9e7371f153698afdc0d6c3a | |
parent | dc8fa56d1d7d73a2c82bfe41bb721da78b21326f [diff] | |
parent | 5b9d40731560858b9c5a473e7b4a22b274433921 [diff] |
Merge "Add YCBCR_P210 format" into main
diff --git a/media/aconfig/codec_fwk.aconfig b/media/aconfig/codec_fwk.aconfig index c061cf8..b5c7edf 100644 --- a/media/aconfig/codec_fwk.aconfig +++ b/media/aconfig/codec_fwk.aconfig
@@ -111,6 +111,14 @@ } flag { + name: "p210_format_support" + is_exported: true + namespace: "codec_fwk" + description: "Feature flag for Android support for P210 YCbCr format" + bug: "368395888" +} + +flag { name: "region_of_interest" is_exported: true namespace: "codec_fwk"