Searched refs:atlanticLat (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerTest.cpp | 549 const float atlanticLat = 14.59f; in nativeTestSetLocation() local 571 status = AMediaMuxer_setLocation(muxer, atlanticLat, tooFarWest); in nativeTestSetLocation() 574 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarWest); in nativeTestSetLocation() 576 status = AMediaMuxer_setLocation(muxer, atlanticLat, tooFarEast); in nativeTestSetLocation() 579 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarEast); in nativeTestSetLocation() 586 status = AMediaMuxer_setLocation(muxer, atlanticLat, atlanticLong); in nativeTestSetLocation() 601 status = AMediaMuxer_setLocation(muxer, atlanticLat, atlanticLong); in nativeTestSetLocation() 607 status = AMediaMuxer_setLocation(muxer, atlanticLat, atlanticLong); in nativeTestSetLocation()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | MuxerTest.java | 541 final float atlanticLat = 14.59f; in testSetLocation() local 559 muxer.setLocation(atlanticLat, tooFarWest); in testSetLocation() 560 fail("setLocation succeeded with bad argument: [" + atlanticLat + "," + in testSetLocation() 566 muxer.setLocation(atlanticLat, tooFarEast); in testSetLocation() 567 fail("setLocation succeeded with bad argument: [" + atlanticLat + "," + in testSetLocation() 580 muxer.setLocation(atlanticLat, atlanticLong); in testSetLocation()
|