Searched refs:tooFarWest (Results 1 – 2 of 2) sorted by relevance
/cts/tests/media/src/android/mediav2/cts/ |
D | MuxerTest.java | 520 final float tooFarWest = -180.5f; in testSetLocation() local 541 muxer.setLocation(atlanticLat, tooFarWest); in testSetLocation() 543 tooFarWest + "]"); in testSetLocation() 555 muxer.setLocation(tooFarNorth, tooFarWest); in testSetLocation() 557 tooFarWest + "]"); in testSetLocation()
|
/cts/tests/media/jni/ |
D | NativeMuxerTest.cpp | 553 const float tooFarWest = -180.5f; in nativeTestSetLocation() local 572 status = AMediaMuxer_setLocation(muxer, atlanticLat, tooFarWest); in nativeTestSetLocation() 575 ALOGE("setLocation succeeds on bad args: (%f, %f)", atlanticLat, tooFarWest); in nativeTestSetLocation() 582 status = AMediaMuxer_setLocation(muxer, tooFarNorth, tooFarWest); in nativeTestSetLocation() 585 ALOGE("setLocation succeeds on bad args: (%f, %f)", tooFarNorth, tooFarWest); in nativeTestSetLocation()
|