Searched refs:setGeoData (Results 1 – 5 of 5) sorted by relevance
170 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude); in setLocation()
1962 status_t MPEG4Writer::setGeoData(int latitudex10000, int longitudex10000) { in setGeoData() function in android::MPEG4Writer
73 status_t setGeoData(int latitudex10000, int longitudex10000);
877 status = mp4writer->setGeoData(kDefaultLatitudex10000, kDefaultLongitudex10000); in TEST_P()
2254 mp4writer->setGeoData(mLatitudex10000, mLongitudex10000); in setupMPEG4orWEBMRecording()