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.java539 final float tooFarSouth = -90.5f; in testSetLocation() local
552 muxer.setLocation(tooFarSouth, atlanticLong); in testSetLocation()
553 fail("setLocation succeeded with bad argument: [" + tooFarSouth + "," + in testSetLocation()
/cts/tests/media/jni/
DNativeMuxerTest.cpp553 const float tooFarSouth = -90.5f; in nativeTestSetLocation() local
566 status = AMediaMuxer_setLocation(muxer, tooFarSouth, atlanticLong); in nativeTestSetLocation()
569 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarSouth, atlanticLong); in nativeTestSetLocation()