Searched refs:setGeoData (Results 1 – 4 of 4) sorted by relevance
141 return static_cast<MPEG4Writer*>(mWriter.get())->setGeoData(latitude, longitude); in setLocation()
1620 status_t MPEG4Writer::setGeoData(int latitudex10000, int longitudex10000) { in setGeoData() function in android::MPEG4Writer
66 status_t setGeoData(int latitudex10000, int longitudex10000);
1925 mp4writer->setGeoData(mLatitudex10000, mLongitudex10000); in setupMPEG4orWEBMRecording()