Searched refs:atlanticLong (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/jni/ |
D | NativeMuxerTest.cpp | 551 const float atlanticLong = 28.67f; in nativeTestSetLocation() local 562 media_status_t status = AMediaMuxer_setLocation(muxer, tooFarNorth, atlanticLong); in nativeTestSetLocation() 565 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, atlanticLong); in nativeTestSetLocation() 567 status = AMediaMuxer_setLocation(muxer, tooFarSouth, atlanticLong); in nativeTestSetLocation() 570 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarSouth, atlanticLong); 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 | 524 final float atlanticLong = 28.67f; in testSetLocation() local 527 muxer.setLocation(tooFarNorth, atlanticLong); in testSetLocation() 529 atlanticLong + "]"); in testSetLocation() 534 muxer.setLocation(tooFarSouth, atlanticLong); in testSetLocation() 536 atlanticLong + "]"); in testSetLocation() 562 muxer.setLocation(atlanticLat, atlanticLong); in testSetLocation()
|