Searched defs:srcPath (Results 1 – 5 of 5) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | ExtractorUnitTest.java | 818 private native boolean nativeTestSelectTrackForInvalidIndex(String srcPath); in nativeTestSelectTrackForInvalidIndex() 824 private native boolean nativeTestIdempotentSelectTrack(String srcPath); in nativeTestIdempotentSelectTrack() 836 private native boolean nativeTestUnselectTrackForInvalidIndex(String srcPath); in nativeTestUnselectTrackForInvalidIndex() 842 private native boolean nativeTestUnselectTrackForUnSelectedTrackIndex(String srcPath); in nativeTestUnselectTrackForUnSelectedTrackIndex() 848 private native boolean nativeTestIdempotentUnselectTrack(String srcPath); in nativeTestIdempotentUnselectTrack() 860 private native boolean nativeTestSeekToBeforeSelectTrack(String srcPath); in nativeTestSeekToBeforeSelectTrack() 885 private native boolean nativeTestAdvanceBeforeSelectTrack(String srcPath); in nativeTestAdvanceBeforeSelectTrack() 897 private native boolean nativeTestGetSampleFlagsBeforeSelectTrack(String srcPath); in nativeTestGetSampleFlagsBeforeSelectTrack() 909 private native boolean nativeTestGetSampleTimeBeforeSelectTrack(String srcPath); in nativeTestGetSampleTimeBeforeSelectTrack() 921 private native boolean nativeTestGetSampleSizeBeforeSelectTrack(String srcPath); in nativeTestGetSampleSizeBeforeSelectTrack() [all …]
|
D | MuxerTest.java | 224 MuxerTestHelper(String srcPath, String mime, int frameLimit) throws IOException { in MuxerTestHelper() 232 MuxerTestHelper(String srcPath, String mime) throws IOException { in MuxerTestHelper() 236 MuxerTestHelper(String srcPath, int frameLimit) throws IOException { in MuxerTestHelper() 240 MuxerTestHelper(String srcPath) throws IOException { in MuxerTestHelper() 417 private native boolean nativeTestSetLocation(int format, String srcPath, String outPath); in nativeTestSetLocation() 419 private native boolean nativeTestSetOrientationHint(int format, String srcPath, in nativeTestSetOrientationHint() 954 private native boolean nativeTestSimpleMux(String srcPath, String outPath, String mime, in nativeTestSimpleMux()
|
/cts/tests/media/jni/ |
D | NativeCodecEncoderTest.cpp | 129 void CodecEncoderTest::setUpSource(const char* srcPath) { in setUpSource() 387 bool CodecEncoderTest::testSimpleEncode(const char* encoder, const char* srcPath) { in testSimpleEncode() 462 bool CodecEncoderTest::testFlush(const char* encoder, const char* srcPath) { in testFlush() 545 bool CodecEncoderTest::testReconfigure(const char* encoder, const char* srcPath) { in testReconfigure() 710 bool CodecEncoderTest::testSetForceSyncFrame(const char* encoder, const char* srcPath) { in testSetForceSyncFrame() 787 bool CodecEncoderTest::testAdaptiveBitRate(const char* encoder, const char* srcPath) { in testAdaptiveBitRate()
|
D | NativeCodecEncoderSurfaceTest.cpp | 457 const char* srcPath, const char* muxOutPath) { in testSimpleEncode()
|
D | NativeMuxerTest.cpp | 44 explicit MuxerNativeTestHelper(const char* srcPath, const char* mime = nullptr, in MuxerNativeTestHelper()
|