Home
last modified time | relevance | path

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

/cts/tests/media/src/android/mediav2/cts/
DMuxerTest.java522 final float tooFarEast = 180.5f; in testSetLocation() local
548 muxer.setLocation(atlanticLat, tooFarEast); in testSetLocation()
550 tooFarEast + "]"); in testSetLocation()
/cts/tests/media/jni/
DNativeMuxerTest.cpp555 const float tooFarEast = 180.5f; in nativeTestSetLocation() local
577 status = AMediaMuxer_setLocation(muxer, atlanticLat, tooFarEast); in nativeTestSetLocation()
580 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarEast); in nativeTestSetLocation()