Add YCBCR_P210 format

YCBCR_P210 is a 10-bit 4:2:2 YCbCr color format

Test: New tests added pass
Flag: android.media.codec.p210_format_support
Bug: 368395888
Change-Id: If97d8d96c1a5de699b3559160414731d011c62ab
diff --git a/media/aconfig/codec_fwk.aconfig b/media/aconfig/codec_fwk.aconfig
index ed1522b..ed53fe1 100644
--- a/media/aconfig/codec_fwk.aconfig
+++ b/media/aconfig/codec_fwk.aconfig
@@ -103,6 +103,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"