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.java519 final float tooFarNorth = 90.5f; in testSetLocation() local
527 muxer.setLocation(tooFarNorth, atlanticLong); in testSetLocation()
528 fail("setLocation succeeded with bad argument: [" + tooFarNorth + "," + in testSetLocation()
555 muxer.setLocation(tooFarNorth, tooFarWest); in testSetLocation()
556 fail("setLocation succeeded with bad argument: [" + tooFarNorth + "," + in testSetLocation()
/cts/tests/media/jni/
DNativeMuxerTest.cpp552 const float tooFarNorth = 90.5f; 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()
582 status = AMediaMuxer_setLocation(muxer, tooFarNorth, tooFarWest); in nativeTestSetLocation()
585 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, tooFarWest); in nativeTestSetLocation()