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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h173 status_t setParamMaxFileDurationUs(int64_t timeUs);
H A DStagefrightRecorder.cpp381 status_t StagefrightRecorder::setParamMaxFileDurationUs(int64_t timeUs) { function in class:android::StagefrightRecorder
382 ALOGV("setParamMaxFileDurationUs: %lld us", timeUs);
583 return setParamMaxFileDurationUs(1000LL * max_duration_ms);

Completed in 21 milliseconds