Home
last modified time | relevance | path

Searched refs:tooFarSouth (Results 1 – 2 of 2) sorted by relevance

/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java521 final float tooFarSouth = -90.5f; in testSetLocation() local
534 muxer.setLocation(tooFarSouth, atlanticLong); in testSetLocation()
535 fail("setLocation succeeded with bad argument: [" + tooFarSouth + "," + in testSetLocation()
/cts/tests/media/jni/
DNativeMuxerTest.cpp554 const float tooFarSouth = -90.5f; in nativeTestSetLocation() local
567 status = AMediaMuxer_setLocation(muxer, tooFarSouth, atlanticLong); in nativeTestSetLocation()
570 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarSouth, atlanticLong); in nativeTestSetLocation()