Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java537 final float tooFarNorth = 90.5f; in testSetLocation() local
545 muxer.setLocation(tooFarNorth, atlanticLong); in testSetLocation()
546 fail("setLocation succeeded with bad argument: [" + tooFarNorth + "," + in testSetLocation()
573 muxer.setLocation(tooFarNorth, tooFarWest); in testSetLocation()
574 fail("setLocation succeeded with bad argument: [" + tooFarNorth + "," + in testSetLocation()
/cts/tests/media/jni/
DNativeMuxerTest.cpp551 const float tooFarNorth = 90.5f; in nativeTestSetLocation() local
561 media_status_t status = AMediaMuxer_setLocation(muxer, tooFarNorth, atlanticLong); in nativeTestSetLocation()
564 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, atlanticLong); in nativeTestSetLocation()
581 status = AMediaMuxer_setLocation(muxer, tooFarNorth, tooFarWest); in nativeTestSetLocation()
584 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, tooFarWest); in nativeTestSetLocation()