Searched refs:setGeoData (Results 1 – 6 of 6) sorted by relevance
146 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude); in setLocation()
1884 status_t MPEG4Writer::setGeoData(int latitudex10000, int longitudex10000) { in setGeoData() function in android::MPEG4Writer
148 mediaWriter->setGeoData(lat, lon); in __anonc82e146c1202()
73 status_t setGeoData(int latitudex10000, int longitudex10000);
877 status = mp4writer->setGeoData(kDefaultLatitudex10000, kDefaultLongitudex10000); in TEST_P()
2199 mp4writer->setGeoData(mLatitudex10000, mLongitudex10000); in setupMPEG4orWEBMRecording()