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

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

Completed in 54 milliseconds