Home
last modified time | relevance | path

Searched refs:configure (Results 1 – 25 of 64) sorted by relevance

123

/cts/tests/tests/media/src/android/media/cts/
DSdkMediaCodec.java53 public void configure(MediaFormat format, int flags) { in configure() method in SdkMediaCodec
54 mCodec.configure(format, null, null, flags); in configure()
58 public void configure(MediaFormat format, int flags, Surface surface) { in configure() method in SdkMediaCodec
59 mCodec.configure(format, surface, null, flags); in configure()
64 surface.configure(mCodec); in setInputSurface()
DInputSurfaceInterface.java32 void configure(MediaCodec codec); in configure() method
34 void configure(NdkMediaCodec codec); in configure() method
DMediaCodecWrapper.java35 void configure(MediaFormat format, int flags); in configure() method
37 void configure(MediaFormat format, int flags, Surface surface); in configure() method
DNdkMediaCodec.java112 public void configure(MediaFormat format, int flags) { in configure() method in NdkMediaCodec
113 configure(format, flags, null /* surface */); in configure()
117 public void configure(MediaFormat format, int flags, Surface surface) { in configure() method in NdkMediaCodec
172 surface.configure(this); in setInputSurface()
DMediaCodecTest.java267 codec.configure(format, null /* surface */, null /* crypto */, in verifyException()
276 codec.configure(format, null /* surface */, null /* crypto */, in verifyException()
325 codec.configure(format, null /* surface */, null /* crypto */, 0 /* flags */); in verifyException()
434 codec.configure(format, null /* surface */, null /* crypto */, in verifyException()
460 codec.configure(format, null /* surface */, null /* crypto */, in verifyException()
565 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in testCreateInputSurfaceErrors()
604 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in testSignalSurfaceEOS()
670 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in doTestAbruptStop()
802 mediaCodec.configure(mediaFormat, surface, null /* crypto */, 0 /* flags */); in testAsyncReset()
988 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in initCodecAndSurface()
[all …]
DNdkInputSurface.java92 public void configure(MediaCodec codec) { in configure() method in NdkInputSurface
97 public void configure(NdkMediaCodec codec) { in configure() method in NdkInputSurface
DInputSurface.java243 public void configure(MediaCodec codec) { in configure() method in InputSurface
248 public void configure(NdkMediaCodec codec) { in configure() method in InputSurface
DDecodeEditEncodeTest.java232 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in generateVideoFile()
425 encoder.configure(outputFormat, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in editVideoFile()
437 decoder.configure(inputFormat, outputSurface.getSurface(), null, 0); in editVideoFile()
642 decoder.configure(format, surface.getSurface(), null, 0); in checkVideoFile()
DExtractDecodeEditEncodeMuxTest.java611 decoder.configure(inputFormat, surface, null, 0); in createVideoDecoder()
632 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in createVideoEncoder()
647 decoder.configure(inputFormat, null, null, 0); in createAudioDecoder()
661 encoder.configure(format, null, null, MediaCodec.CONFIGURE_FLAG_ENCODE); in createAudioEncoder()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java622 mChannel.configure(s, s.getHighestDirectReportRateLevel()); in testCloseWithoutConfigStop()
745 int token = mChannel.configure(s, rateLevel); in runSensorDirectReportTest()
751 mChannel.configure(s, SensorDirectChannel.RATE_STOP); in runSensorDirectReportTest()
775 int token = mChannel.configure(s, rateLevel); in runSensorDirectReportUidIdleTest()
802 mChannel.configure(s, SensorDirectChannel.RATE_STOP); in runSensorDirectReportUidIdleTest()
835 int token1 = mChannel.configure(s1, rateLevel1); in runSingleChannelRateIndependencyTest()
836 int token2 = mChannel.configure(s2, rateLevel2); in runSingleChannelRateIndependencyTest()
848 mChannel.configure(s1, SensorDirectChannel.RATE_STOP); in runSingleChannelRateIndependencyTest()
849 mChannel.configure(s2, SensorDirectChannel.RATE_STOP); in runSingleChannelRateIndependencyTest()
890 int token1 = mChannel.configure(s, rateLevel1); in runMultiChannelRateIndependencyTest()
[all …]
/cts/tests/tests/tv/src/android/media/tv/tuner/cts/
DTunerDvrTest.java99 d.configure(getDvrSettings()); in testDvrRecorder()
117 filter.configure(config); in testDvrRecorder()
143 d.configure(getDvrSettings()); in testDvrPlayback()
DTunerTest.java406 f.configure(config); in testAvSyncId()
438 f.configure(config); in testReadFilter()
477 f.configure(config); in testAudioFilterStreamTypeConfig()
525 f.configure(config); in testIpFilter()
567 f.configure(config); in testAlpSectionFilterConfig()
592 f.configure(config); in testMmtpPesFilterConfig()
617 f.configure(config); in testMmtpDownloadFilterConfig()
642 f.configure(config); in testTsAvFilterConfig()
670 f.configure(config); in testTsRecordFilterConfig()
691 f.configure(config); in testTlvTlvFilterConfig()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTestCase.java115 provider.configure.getPackageName()); in verifyInstalledProviders()
117 provider.configure.getClassName()); in verifyInstalledProviders()
164 provider.configure.getPackageName()); in verifyInstalledProviders()
166 provider.configure.getClassName()); in verifyInstalledProviders()
DUpdateProviderInfoTest.java154 boolean passesTest = condition.test(getProviderInfo().configure); in waitAndConfirmComponentName()
159 passesTest = condition.test(getProviderInfo().configure); in waitAndConfirmComponentName()
DCollectionAppWidgetTest.java132 CollectionAppWidgetProvider.configure(providerCountDownLatch, null, null); in setup()
236 CollectionAppWidgetProvider.configure(updateLatch, null, null); in verifySetDisplayedChild()
273 CollectionAppWidgetProvider.configure(updateLatch, null, null); in verifyShowCommand()
465 CollectionAppWidgetProvider.configure(updateLatch, () -> mListView.getChildCount() > 0, in testSetScrollPosition()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DHifiUltrasoundTestActivity.java244 seriesFormat.configure(getApplicationContext(), in plotResponse()
261 noiseSeriesFormat.configure(getApplicationContext(), in plotResponse()
277 seriesFormat.configure(getApplicationContext(), in plotResponse()
287 passSeriesFormat.configure(getApplicationContext(), in plotResponse()
DHifiUltrasoundSpeakerTestActivity.java284 seriesFormat.configure(getApplicationContext(), in plotResponse()
301 noiseSeriesFormat.configure(getApplicationContext(), in plotResponse()
317 seriesFormat.configure(getApplicationContext(), in plotResponse()
327 passSeriesFormat.configure(getApplicationContext(), in plotResponse()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorRatePermissionDirectReportTestHelper.java165 int token = channel.configure(mSensor, rateLevel); in getSensorEvents()
167 channel.configure(mSensor, SensorDirectChannel.RATE_STOP); in getSensorEvents()
/cts/tests/sensor/sensorratepermission/DirectReportAPI30/src/android/sensorratepermission/cts/directreportapi30/
DDirectReportAPI30Test.java151 int token = channel.configure(s, SensorDirectChannel.RATE_VERY_FAST); in testSamplingRateMicToggleOffOnOff()
169 channel.configure(s, SensorDirectChannel.RATE_STOP); in testSamplingRateMicToggleOffOnOff()
/cts/tests/mediapc/src/android/mediapc/cts/
DCodecTranscoderTestBase.java114 mEncoder.configure(encFormat, null, MediaCodec.CONFIGURE_FLAG_ENCODE, null); in configureCodec()
122 mDecoder.configure(decFormat, mSurface, null, 0); in configureCodec()
431 mEncoder.configure(encFormat, null, MediaCodec.CONFIGURE_FLAG_ENCODE, null); in configureCodec()
439 mDecoder.configure(decFormat, mSurface, null, 0); in configureCodec()
/cts/tests/video/src/android/video/cts/
DCodecEncoderPerformanceTestBase.java175 mEncoder.configure(mEncoderFormat, null, MediaCodec.CONFIGURE_FLAG_ENCODE, null); in encode()
179 mDecoder.configure(mDecoderFormat, mSurface, null, 0); in encode()
DCodecDecoderPerformanceTestBase.java88 mDecoder.configure(mDecoderFormat, mSurface, null, 0); in decode()
/cts/tests/sensor/sensorratepermission/DebuggableAPI31/src/android/sensorratepermission/cts/debuggableapi31/
DDebuggableAPI31Test.java109 channel.configure(s, rateLevel); in testDirectChannel()
/cts/tests/tests/widget/src/android/widget/cts/
DPopupMenuTest.java411 mActivityRule.runOnUiThread(mBuilder::configure); in testForceShowIcon()
571 public void configure() { in configure() method in PopupMenuTest.Builder
616 configure(); in show()
/cts/tests/tests/appwidget/src/android/appwidget/cts/provider/
DCollectionAppWidgetProvider.java61 public static void configure(CountDownLatch countDownLatch, in configure() method in CollectionAppWidgetProvider

123