/cts/tests/media/src/android/mediav2/cts/ |
D | CodecEncoderTest.java | 101 mOutputBuff = new OutputManager(); in encodeToMemory() 295 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode() 296 mOutputBuff.reset(); in testSimpleEncode() 367 mOutputBuff = new OutputManager(); in testFlush() 386 mOutputBuff.reset(); in testFlush() 390 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush() 395 mOutputBuff.reset(); in testFlush() 409 mOutputBuff.isOutPtsListIdenticalToInpPtsList((mMaxBFrames != 0))); in testFlush() 412 mOutputBuff.isPtsStrictlyIncreasing(mPrevOutputPts)); in testFlush() 417 mOutputBuff.reset(); in testFlush() [all …]
|
D | CodecDecoderSurfaceTest.java | 90 mOutputBuff.saveOutPTS(info.presentationTimeUs); in dequeueOutput() 98 mOutputBuff = new OutputManager(); in decodeAndSavePts() 204 ref = mOutputBuff; in testSimpleDecodeToSurface() 214 mOutputBuff = test; in testSimpleDecodeToSurface() 215 mOutputBuff.reset(); in testSimpleDecodeToSurface() 264 OutputManager ref = mOutputBuff; in testFlush() 267 mOutputBuff = test; in testFlush() 353 OutputManager ref = mOutputBuff; in testReconfigure() 355 OutputManager configRef = mOutputBuff; in testReconfigure() 360 mOutputBuff = test; in testReconfigure()
|
D | CodecDecoderTest.java | 262 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode() 263 mOutputBuff.reset(); in testSimpleDecode() 362 OutputManager ref = mOutputBuff; in testFlush() 370 mOutputBuff = test; in testFlush() 490 OutputManager ref = mOutputBuff; in testReconfigure() 492 OutputManager configRef = mOutputBuff; in testReconfigure() 504 mOutputBuff = test; in testReconfigure() 659 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos() 660 mOutputBuff.reset(); in testOnlyEos() 736 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecodeQueueCSD() [all …]
|
D | EncoderColorAspectsTest.java | 102 copy.set(mOutputBuff.getOutStreamSize(), info.size, info.presentationTimeUs, in dequeueOutput() 163 mOutputBuff = new OutputManager(); in testColorAspects() 166 mOutputBuff.reset(); in testColorAspects() 231 cdtb.validateColorAspects(null, fmt, mOutputBuff.getBuffer(), mInfoList, mRange, in testColorAspects()
|
D | CodecDecoderExtTest.java | 97 OutputManager test = mOutputBuff; in testDecodeAndValidate() 111 OutputManager ref = mOutputBuff; in testDecodeAndValidate()
|
D | CodecEncoderSurfaceTest.java | 76 private OutputManager mOutputBuff; field in CodecEncoderSurfaceTest 261 mOutputBuff.saveInPTS(pts); in enqueueDecoderInput() 292 mOutputBuff.saveToMemory(buf, info); in dequeueEncoderOutput() 302 mOutputBuff.saveOutPTS(info.presentationTimeUs); in dequeueEncoderOutput() 481 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncodeFromSurface() 482 mOutputBuff.reset(); in testSimpleEncodeFromSurface()
|
D | CodecTestBase.java | 471 OutputManager mOutputBuff; field in CodecTestBase 927 mOutputBuff.saveInPTS(pts); in enqueueInput() 947 mOutputBuff.saveInPTS(info.presentationTimeUs); in enqueueInput() 956 mOutputBuff.saveToMemory(buf, info); in dequeueOutput() 962 mOutputBuff.checksum(img); in dequeueOutput() 965 mOutputBuff.checksum(buf, info.size); in dequeueOutput() 976 mOutputBuff.saveOutPTS(info.presentationTimeUs); in dequeueOutput() 1039 mOutputBuff = new OutputManager(); in decodeToMemory() 1064 mOutputBuff = new OutputManager(); in validateColorAspects() 1085 mOutputBuff = new OutputManager(); in validateColorAspects() [all …]
|
D | EncoderProfileLevelTest.java | 696 mOutputBuff = new OutputManager(); in testValidateProfileLevel()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 307 mOutputBuff->saveInPTS(pts); in enqueueInput() 321 mOutputBuff->saveToMemory(buf, info); in dequeueOutput() 328 mOutputBuff->saveOutPTS(info->presentationTimeUs); in dequeueOutput() 354 mOutputBuff = ref; in encodeToMemory() 412 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode() 413 mOutputBuff->reset(); in testSimpleEncode() 467 mOutputBuff = &mTestBuff; in testFlush() 491 mOutputBuff->reset(); in testFlush() 496 CHECK_ERR((!mOutputBuff->isPtsStrictlyIncreasing(mPrevOutputPts)), log, in testFlush() 502 mOutputBuff->reset(); in testFlush() [all …]
|
D | NativeCodecDecoderTest.cpp | 211 mOutputBuff->saveInPTS(pts); in enqueueInput() 226 if (mIsAudio) mOutputBuff->saveToMemory(buf, info); in dequeueOutput() 227 else mOutputBuff->saveChecksum(buf, info); in dequeueOutput() 229 mOutputBuff->saveOutPTS(info->presentationTimeUs); in dequeueOutput() 267 mOutputBuff = ref; in decodeToMemory() 304 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleDecode() 305 mOutputBuff->reset(); in testSimpleDecode() 404 mOutputBuff = test; in testFlush() 513 mOutputBuff = loopCounter == 0 ? ref : test; in testOnlyEos() 514 mOutputBuff->reset(); in testOnlyEos() [all …]
|
D | NativeCodecEncoderSurfaceTest.cpp | 55 OutputManager* mOutputBuff; member in CodecEncoderSurfaceTest 248 mOutputBuff->saveInPTS(pts); in enqueueDecoderInput() 279 mOutputBuff->saveToMemory(buf, info); in dequeueEncoderOutput() 290 mOutputBuff->saveOutPTS(info->presentationTimeUs); in dequeueEncoderOutput() 476 mOutputBuff = loopCounter == 0 ? ref : test; in testSimpleEncode() 477 mOutputBuff->reset(); in testSimpleEncode()
|
D | NativeCodecTestBase.h | 138 OutputManager* mOutputBuff; variable
|
D | NativeCodecTestBase.cpp | 352 mOutputBuff = nullptr; in CodecTestBase()
|