Home
last modified time | relevance | path

Searched defs:isPass (Results 1 – 8 of 8) sorted by relevance

/cts/tests/media/jni/
DNativeExtractorUnitTest.cpp39 bool isPass = (0 == AMediaExtractor_getTrackCount(extractor)); in nativeTestGetTrackCountBeforeSetDataSource() local
47 bool isPass = (AMEDIA_OK != AMediaExtractor_selectTrack(extractor, 0)); in nativeTestSelectTrackBeforeSetDataSource() local
54 bool isPass = false; in nativeTestSelectTrackForInvalidIndex() local
74 bool isPass = false; in nativeTestIdempotentSelectTrack() local
91 bool isPass = (AMEDIA_OK != AMediaExtractor_unselectTrack(extractor, 0)); in nativeTestUnselectTrackBeforeSetDataSource() local
98 bool isPass = false; in nativeTestUnselectTrackForInvalidIndex() local
119 bool isPass = false; in nativeTestUnselectTrackForUnSelectedTrackIndex() local
134 bool isPass = false; in nativeTestIdempotentUnselectTrack() local
156 bool isPass = AMediaExtractor_seekTo(extractor, 0, AMEDIAEXTRACTOR_SEEK_NEXT_SYNC) != AMEDIA_OK; in nativeTestSeekToBeforeSetDataSource() local
163 bool isPass = false; in nativeTestSeekToBeforeSelectTrack() local
[all …]
DNativeMuxerUnitTest.cpp51 bool isPass = true; in nativeTestIfInvalidFdIsRejected() local
64 bool isPass = true; in nativeTestIfReadOnlyFdIsRejected() local
79 bool isPass = true; in nativeTestIfWriteOnlyFdIsRejected() local
95 bool isPass = true; in nativeTestIfNonSeekableFdIsRejected() local
110 bool isPass = true; in nativeTestIfInvalidOutputFormatIsRejected() local
126 bool isPass = true; in nativeTestIfInvalidMediaFormatIsRejected() local
147 bool isPass = true; in nativeTestIfCorruptMediaFormatIsRejected() local
166 bool isPass = true; in nativeTestIfAddTrackSucceedsAfterStart() local
187 bool isPass = true; in nativeTestIfAddTrackSucceedsAfterWriteSampleData() local
209 bool isPass = true; in nativeTestIfAddTrackSucceedsAfterStop() local
[all …]
DNativeCodecUnitTest.cpp142 bool isPass = true; in setupCodec() local
213 bool isPass = true; in testConfigureCodecForIncompleteFormat() local
241 bool isPass = true; in testConfigureCodecForBadFlags() local
1490 bool isPass = true; in nativeTestCreateByCodecNameForNull() local
1501 bool isPass = true; in nativeTestCreateByCodecNameForInvalidName() local
1512 bool isPass = true; in nativeTestCreateDecoderByTypeForNull() local
1523 bool isPass = true; in nativeTestCreateDecoderByTypeForInvalidMime() local
1534 bool isPass = true; in nativeTestCreateEncoderByTypeForNull() local
1545 bool isPass = true; in nativeTestCreateEncoderByTypeForInvalidMime() local
1561 bool isPass = (AMEDIA_OK != AMediaCodec_configure(codec, nullptr, nullptr, nullptr, in nativeTestConfigureForNullFormat() local
[all …]
DNativeCodecDecoderTest.cpp288 bool isPass = true; in testSimpleDecode() local
378 bool isPass = true; in testFlush() local
501 bool isPass = true; in testOnlyEos() local
542 bool isPass = true; in testSimpleDecodeQueueCSD() local
645 bool isPass = codecDecoderTest->testSimpleDecode(cDecoder, cTestFile, cRefFile, cRmsError); in nativeTestSimpleDecode() local
664 bool isPass = codecDecoderTest->testOnlyEos(cDecoder, cTestFile); in nativeTestOnlyEos() local
679 bool isPass = codecDecoderTest->testFlush(cDecoder, cTestFile); in nativeTestFlush() local
697 bool isPass = codecDecoderTest->testSimpleDecodeQueueCSD(cDecoder, cTestFile); in nativeTestSimpleDecodeQueueCSD() local
DNativeCodecEncoderTest.cpp388 bool isPass = true; in testSimpleEncode() local
463 bool isPass = true; in testFlush() local
546 bool isPass = true; in testReconfigure() local
664 bool isPass = true; in testOnlyEos() local
711 bool isPass = true; in testSetForceSyncFrame() local
788 bool isPass = true; in testAdaptiveBitRate() local
873 bool isPass = codecEncoderTest->testSimpleEncode(cEncoder, csrcPath); in nativeTestSimpleEncode() local
898 bool isPass = codecEncoderTest->testFlush(cEncoder, csrcPath); in nativeTestFlush() local
912 bool isPass; in nativeTestReconfigure() local
949 bool isPass = codecEncoderTest->testSetForceSyncFrame(cEncoder, csrcPath); in nativeTestSetForceSyncFrame() local
[all …]
DNativeExtractorTest.cpp506 bool isPass = false; in nativeTestExtract() local
531 bool isPass = false; in nativeTestSeek() local
558 bool isPass = false; in nativeTestSeekFlakiness() local
584 bool isPass = false; in nativeTestSeekToZero() local
642 bool isPass = false; in nativeTestFileFormat() local
663 bool isPass = true; in nativeTestDataSource() local
DNativeMuxerTest.cpp354 bool isPass = true; in nativeTestSetLocation() local
441 bool isPass = true; in nativeTestSetOrientationHint() local
506 bool isPass = true; in nativeTestMultiTrack() local
595 bool isPass = true; in nativeTestOffsetPts() local
640 bool isPass = true; in nativeTestSimpleMux() local
DNativeCodecEncoderSurfaceTest.cpp458 bool isPass = true; in testSimpleEncode() local
566 bool isPass = in nativeTestSimpleEncode() local