Home
last modified time | relevance | path

Searched defs:codecName (Results 1 – 25 of 44) sorted by relevance

12

/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTest.java154 private void internalTestBasic(String codecName, String codecMimeType, int bitRateMode) in internalTestBasic()
218 private void internalTestAsyncEncoding(String codecName, String codecMimeType, int bitRateMode) in internalTestAsyncEncoding()
296 private void internalTestSyncFrame(String codecName, String codecMimeType, int bitRateMode, in internalTestSyncFrame()
350 private void internalTestDynamicBitrateChange(String codecName, String codecMimeType, in internalTestDynamicBitrateChange()
422 private void internalTestParallelEncodingAndDecoding(String codecName, String codecMimeType) in internalTestParallelEncodingAndDecoding()
534 private void internalTestEncoderQuality(String codecName, String codecMimeType, int bitRateMode) in internalTestEncoderQuality()
DVideoEncodingStatisticsTest.java130 private void testEncStatRateAvgQp(String codecName, String codecMimeType, int bitRateMode) in testEncStatRateAvgQp()
DVideoCodecTestBase.java99 CodecProperties(String codecName, int colorFormat) { in CodecProperties()
103 public final String codecName; // OpenMax component name for Video codec. field in VideoCodecTestBase.CodecProperties
168 private CodecProperties getEncoderProperties(String codecName, MediaFormat format) in getEncoderProperties()
217 public String codecName; field in VideoCodecTestBase.EncoderOutputStreamParameters
301 String codecName, in getDefaultEncodingParameterList()
356 String codecName, in getDefaultEncodingParameters()
/cts/tests/media/src/android/mediav2/cts/
DCodecInfoTest.java101 public CodecInfoTest(String mediaType, String codecName, MediaCodecInfo codecInfo) { in CodecInfoTest()
115 String codecName = codecInfo.getName(); in input() local
DCodecUnitTest.java2059 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInUnInitState() local
2080 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInInitState() local
2100 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadIndex() local
2129 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfos() local
2157 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithNullInfo() local
2196 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithEmptyInfo() local
2224 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadSize() local
2267 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadBuffInfo() local
2302 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersWithBadOffset() local
2334 String codecName = MEDIA_CODEC_LIST_ALL.findDecoderForFormat(format); in testQueueInputBuffersInReleaseState() local
[all …]
DDecoderHDRInfoTest.java93 public DecoderHDRInfoTest(String codecName, String mediaType, String testFile, in DecoderHDRInfoTest()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DResourceManagerMultiTest.java91 private static Object[] getArgs(String codecName, String mimeType, int width, int height) { in getArgs()
227 private void doTestReclaimResource(String codecName, String mimeType, int width, int height) in doTestReclaimResource()
235 String codecName, String mimeType, int width, int height) throws Exception { in doTestCodecImportanceReclaimResource()
DResourceManagerStubActivity.java220 public void doTestReclaimResource(String codecName, String mimeType, int width, int height) in doTestReclaimResource()
269 String codecName, String mimeType, int width, int height, in doTestCodecImportanceReclaimResource()
DMediaCodecListTest.java342 String codecName = isEncoder in codecCanBeFound() local
458 String codecName = mRegularCodecs.findDecoderForFormat(format); in testFindDecoderWithAacProfile() local
476 String codecName = mRegularCodecs.findEncoderForFormat(format); in testFindEncoderWithAacProfile() local
DResourceManagerTest.java92 String codecName = "none"; in doTestCodecImportanceReclaim() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecoderSetup.java65 String codecName = mcl.findDecoderForFormat(format); in createCodecFor() local
DDecoderLowLatencyTest.java93 private static CodecCapabilities getCodecCapabilitiesForDecoder(String codecName, String mime) { in getCodecCapabilitiesForDecoder()
DDecodeOnlyTest.java337 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledTrickPlay() local
476 String codecName = mcl.findDecoderForFormat(videoFormat); in testTunneledPerfectSeek() local
/cts/tests/tests/media/common/src/android/media/cts/
DMediaCodecCryptoAsyncHelper.java199 String codecName = MediaCodecAsyncHelper.getDecoderForType(mime, secure); in runShortClearKeyVideoWithNoCryptoErrorOverride() local
317 String codecName = MediaCodecAsyncHelper.getDecoderForType(mime, secure); in runDecodeShortClearKeyVideo() local
445 String codecName = MediaCodecAsyncHelper.getDecoderForType(mime, secure); in runDecodeShortVideoUsingBlockModel() local
/cts/tests/video/src/android/video/cts/
DCodecInfo.java55 String codecName, String mimeType, int w, int h, int maxFps) { in getSupportedFormatInfo()
DCodecPerformanceTestBase.java293 int getMaxOperatingRate(String codecName, String mime) throws IOException { in getMaxOperatingRate()
316 int getEncoderMinComplexity(String codecName, String mime) throws IOException { in getEncoderMinComplexity()
330 static int getMaxFrameSize(String codecName, String mime) throws IOException { in getMaxFrameSize()
DVideoCodecClaimsPerformanceTestBase.java72 protected MediaCodecInfo getCodecInfo(String codecName) { in getCodecInfo()
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderMinMaxTest.java200 private static MediaCodecInfo getCodecInfo(String codecName, String mediaType) { in getCodecInfo()
213 private static List<Object> getMinMaxRangeCfgObjects(Object codecName, Object mediaType, in getMinMaxRangeCfgObjects()
/cts/tests/media/common/src/android/mediav2/common/cts/
DCodecDecoderBlockModelDrmTestBase.java51 public CodecDecoderBlockModelDrmTestBase(String codecName, String mediaType, String testFile, in CodecDecoderBlockModelDrmTestBase()
DCodecDecoderMultiAccessUnitDrmTestBase.java62 public CodecDecoderMultiAccessUnitDrmTestBase(String codecName, String mediaType, in CodecDecoderMultiAccessUnitDrmTestBase()
DCodecDecoderBlockModelMultiAccessUnitDrmTestBase.java60 public CodecDecoderBlockModelMultiAccessUnitDrmTestBase(String codecName, String mediaType, in CodecDecoderBlockModelMultiAccessUnitDrmTestBase()
DCodecTestBase.java503 public static void checkFormatSupport(String codecName, String mediaType, boolean isEncoder, in checkFormatSupport()
625 public static boolean doesCodecSupportHDRProfile(String codecName, String mediaType) { in doesCodecSupportHDRProfile()
698 public static boolean isDefaultCodec(String codecName, String mediaType, boolean isEncoder) in isDefaultCodec()
712 public static boolean isVendorCodec(String codecName) { in isVendorCodec()
721 public static boolean isSoftwareCodec(String codecName) { in isSoftwareCodec()
730 public static boolean isHardwareAcceleratedCodec(String codecName) { in isHardwareAcceleratedCodec()
DCodecDecoderDrmTestBase.java53 public CodecDecoderDrmTestBase(String codecName, String mediaType, String testFile, in CodecDecoderDrmTestBase()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java217 public static boolean isGoogle(String codecName) { in isGoogle()
403 public static boolean supports(String codecName, String mime, int w, int h) { in supports()
422 public static boolean supports(String codecName, String mediaType, Size size) { in supports()
426 public static boolean supports(String codecName, MediaFormat format) { in supports()
757 public static VideoCapabilities getVideoCapabilities(String codecName, String mime) { in getVideoCapabilities()
DMediaPerfUtils.java57 DeviceReportLog log, String message, int round, String codecName, in addPerformanceHeadersToLog()

12