commit | 568008622b531baaa5a75c7252341cc0b710261f | [log] [tgz] |
---|---|---|
author | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Tue Aug 08 22:14:21 2023 +0000 |
committer | Harish Mahendrakar <harish.mahendrakar@ittiam.com> | Tue Aug 08 22:52:55 2023 +0000 |
tree | c4e0a0f7db3c001ed56a6144c56c1f7612d6c1fa | |
parent | 7733af86cbc3a047bd6c84549c3ced3206b70252 [diff] [blame] |
Codec2CommonUtils: Restrict encoder usage checks to Android U and above Bug: 293985442 Test: atest CtsMediaV2TestCases:CodecInfoTest Change-Id: I55543617d8a9e9765d427b289bd42e667bbcb917
diff --git a/media/codec2/sfplugin/utils/Codec2CommonUtils.h b/media/codec2/sfplugin/utils/Codec2CommonUtils.h index 98dd65b..9bb52bd 100644 --- a/media/codec2/sfplugin/utils/Codec2CommonUtils.h +++ b/media/codec2/sfplugin/utils/Codec2CommonUtils.h
@@ -23,6 +23,8 @@ bool isAtLeastT(); +bool isAtLeastU(); + bool isVendorApiOrFirstApiAtLeastT(); /**