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

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

Completed in 62 milliseconds