Searched refs:atlanticLat (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerTest.cpp | 550 const float atlanticLat = 14.59f; in nativeTestSetLocation() local 572 status = AMediaMuxer_setLocation(muxer, atlanticLat, tooFarWest); in nativeTestSetLocation() 575 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarWest); in nativeTestSetLocation() 577 status = AMediaMuxer_setLocation(muxer, atlanticLat, tooFarEast); in nativeTestSetLocation() 580 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarEast); in nativeTestSetLocation() 587 status = AMediaMuxer_setLocation(muxer, atlanticLat, atlanticLong); in nativeTestSetLocation() 602 status = AMediaMuxer_setLocation(muxer, atlanticLat, atlanticLong); in nativeTestSetLocation() 608 status = AMediaMuxer_setLocation(muxer, atlanticLat, atlanticLong); in nativeTestSetLocation()
|
/cts/tests/media/src/android/mediav2/cts/ |
D | MuxerTest.java | 523 final float atlanticLat = 14.59f; in testSetLocation() local 541 muxer.setLocation(atlanticLat, tooFarWest); in testSetLocation() 542 fail("setLocation succeeded with bad argument: [" + atlanticLat + "," + in testSetLocation() 548 muxer.setLocation(atlanticLat, tooFarEast); in testSetLocation() 549 fail("setLocation succeeded with bad argument: [" + atlanticLat + "," + in testSetLocation() 562 muxer.setLocation(atlanticLat, atlanticLong); in testSetLocation()
|