Searched refs:AVCProfileBaseline (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/media/codec/src/android/media/codec/cts/ |
D | MediaCodecCapabilitiesTest.java | 108 hasEncoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3)); in testH264EncoderProfileAndLevel() 131 hasDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel31)); in testH264DecoderProfileAndLevel() 226 if (!checkDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel1)) { in testAvcBaseline1() 237 if (!checkDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel12)) { in testAvcBaseline12() 241 if (checkDecodeWithDefaultPlayer(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel12)) { in testAvcBaseline12() 251 if (!checkDecoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3)) { in testAvcBaseline30() 255 if (checkDecodeWithDefaultPlayer(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3)) { in testAvcBaseline30()
|
/cts/tests/media/common/src/android/mediav2/common/cts/ |
D | EncoderProfileLevelTestBase.java | 518 if (exp == AVCProfileBaseline || exp == AVCProfileConstrainedBaseline) { in validateProfile() 521 (got == AVCProfileBaseline || got == AVCProfileConstrainedBaseline)); in validateProfile()
|
D | BitStreamUtils.java | 372 AVCProfileBaseline; in getProfileLevel() 396 if ((levelIdc == 11) && (profile == AVCProfileBaseline in getProfileLevel()
|
D | CodecTestBase.java | 201 static final int[] AVC_SDR_PROFILES = new int[]{AVCProfileBaseline, AVCProfileMain,
|
/cts/tests/media/src/android/mediav2/cts/ |
D | EncoderProfileLevelTest.java | 185 profile == AVCProfileBaseline in getVideoEncoderCfgParams() 533 new CddRequirements(new int[]{AVCProfileBaseline}, AVCLevel3)); in CDD_REQUIREMENTS_MAP.put() argument
|
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/ |
D | MediaRecorderTest.java | 20 import static android.media.MediaCodecInfo.CodecProfileLevel.AVCProfileBaseline; 996 && profile == AVCProfileBaseline in testLevel() 1029 int profile = AVCProfileBaseline; in testProfileAvcBaselineLevel1()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 22956 field public static final int AVCProfileBaseline = 1; // 0x1
|