Searched refs:AVCProfileHigh (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/google/av/media/eco/include/eco/ |
H A D | ECOServiceConstants.h | 46 constexpr int32_t AVCProfileHigh = 0x08; variable 116 case AVCProfileHigh:
|
/aosp12/hardware/google/av/media/eco/tests/ |
H A D | EcoSessionTest.cpp | 244 SimpleEncoderConfig sessionEncoderConfig("google-avc", CodecTypeAVC, AVCProfileHigh, AVCLevel52, in TEST_F() 266 EXPECT_EQ(profile, AVCProfileHigh); in TEST_F() 529 SimpleEncoderConfig sessionEncoderConfig("google-avc", CodecTypeAVC, AVCProfileHigh, AVCLevel52, in TEST_F() 591 EXPECT_EQ(profile, AVCProfileHigh); in TEST_F()
|
/aosp12/hardware/google/av/media/eco/ |
H A D | ECOC2Utils.cpp | 44 return AVCProfileHigh; in C2Profile2ECOProfile()
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | MediaCodecConstants.h | 27 constexpr int32_t AVCProfileHigh = 0x08; variable 39 case AVCProfileHigh: return "High";
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
H A D | ScreenMediaRecorder.java | 138 MediaCodecInfo.CodecProfileLevel.AVCProfileHigh, in prepare()
|
/aosp12/frameworks/av/media/codec2/sfplugin/utils/ |
H A D | Codec2Mapper.cpp | 80 { C2Config::PROFILE_AVC_HIGH, AVCProfileHigh }, 81 { C2Config::PROFILE_AVC_PROGRESSIVE_HIGH, AVCProfileHigh },
|
/aosp12/frameworks/base/media/java/android/media/ |
H A D | MediaCodecInfo.java | 2787 case CodecProfileLevel.AVCProfileHigh: in applyLevelLimits() 3680 public static final int AVCProfileHigh = 0x08; field in MediaCodecInfo.CodecProfileLevel
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 21899 field public static final int AVCProfileHigh = 8; // 0x8
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 14681 field public static final int AVCProfileHigh = 8; // 0x8
|