Searched refs:setParamMaxFileDurationUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h181 status_t setParamMaxFileDurationUs(int64_t timeUs);
H A DStagefrightRecorder.cpp417 status_t StagefrightRecorder::setParamMaxFileDurationUs(int64_t timeUs) { function in class:android::StagefrightRecorder
418 ALOGV("setParamMaxFileDurationUs: %lld us", (long long)timeUs);
623 return setParamMaxFileDurationUs(1000LL * max_duration_ms);

Completed in 379 milliseconds