Home
last modified time | relevance | path

Searched refs:mInputBitDepth (Results 1 – 8 of 8) sorted by relevance

/cts/tests/media/common/src/android/mediav2/common/cts/
DEncoderConfigParams.java51 public final int mInputBitDepth; field in EncoderConfigParams
106 if (cfg.mInputBitDepth != -1) { in EncoderConfigParams()
122 mInputBitDepth = -1; in EncoderConfigParams()
160 if (cfg.mInputBitDepth != -1) { in EncoderConfigParams()
161 if (cfg.mColorFormat == COLOR_FormatYUV420Flexible && cfg.mInputBitDepth != 8) { in EncoderConfigParams()
165 && cfg.mInputBitDepth != 8) { in EncoderConfigParams()
169 && cfg.mInputBitDepth != 8) { in EncoderConfigParams()
172 } else if (cfg.mColorFormat == COLOR_FormatYUVP010 && cfg.mInputBitDepth != 10) { in EncoderConfigParams()
175 } else if (cfg.mColorFormat == COLOR_FormatSurface && cfg.mInputBitDepth != 8 in EncoderConfigParams()
176 && cfg.mInputBitDepth != 10) { in EncoderConfigParams()
[all …]
DCodecEncoderTestBase.java555 mMuxedOutputFile = getTempFilePath((mActiveEncCfg.mInputBitDepth == 10) ? "10bit" : ""); in doWork()
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderSurfaceTest.java321 tmpPath = getTempFilePath(mEncCfgParams.mInputBitDepth > 8 ? "10bit" : ""); in testSimpleEncodeFromSurface()
337 if (mEncCfgParams.mInputBitDepth > 8 && !VNDK_IS_AT_LEAST_T) return; in testSimpleEncodeFromSurface()
362 tmpPath = getTempFilePath(mEncCfgParams.mInputBitDepth > 8 ? "10bit" : ""); in testSimpleEncodeFromSurfaceNative()
372 if (mEncCfgParams.mInputBitDepth > 8 && !VNDK_IS_AT_LEAST_T) return; in testSimpleEncodeFromSurfaceNative()
DEncoderColorAspectsTest.java325 if (mActiveEncCfg.mInputBitDepth > 8) { in doFullColorAspects()
339 mActiveEncCfg.mColorFormat, mActiveEncCfg.mInputBitDepth), in doFullColorAspects()
380 new InputSurface(mInpSurface, false, mActiveEncCfg.mInputBitDepth == 10); in doFullColorAspects()
409 String tmpPath = getTempFilePath((mActiveEncCfg.mInputBitDepth == 10) ? "10bit" in doFullColorAspects()
DEncodeDecodeAccuracyTest.java175 if (mEncCfgParams.mInputBitDepth == 10) { in setUp()
311 new InputSurface(mInpSurface, false, mEncCfgParams.mInputBitDepth == 10); in configureCodec()
442 if (mEncCfgParams.mInputBitDepth == 10) { in checkSurfaceFrame()
492 mEncCfgParams.mInputBitDepth == 10); in decodeElementaryStream()
501 if (mEncCfgParams.mInputBitDepth == 10 in decodeElementaryStream()
DEncoderLevelTest.java165 if (mEncCfgParams[0].mInputBitDepth != 8) { in testVideoEncodeLevels()
167 mEncCfgParams[0].mColorFormat, mEncCfgParams[0].mInputBitDepth), in testVideoEncodeLevels()
DVideoEncoderTest.java256 if (mEncCfgParams[0].mInputBitDepth > 8) { in testEncodeAndValidate()
260 mEncCfgParams[0].mColorFormat, mEncCfgParams[0].mInputBitDepth), in testEncodeAndValidate()
DEncoderProfileLevelTest.java628 if (mIsVideo && mEncCfgParams[0].mInputBitDepth != 8) { in testValidateProfileLevel()
630 mEncCfgParams[0].mColorFormat, mEncCfgParams[0].mInputBitDepth), in testValidateProfileLevel()