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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h160 status_t setParamAudioTimeScale(int32_t timeScale);
H A DStagefrightRecorder.cpp519 status_t StagefrightRecorder::setParamAudioTimeScale(int32_t timeScale) { function in class:android::StagefrightRecorder
520 ALOGV("setParamAudioTimeScale: %d", timeScale);
638 return setParamAudioTimeScale(timeScale);

Completed in 194 milliseconds