OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setParamAudioTimeScale
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h
160
status_t
setParamAudioTimeScale
(int32_t timeScale);
StagefrightRecorder.cpp
519
status_t StagefrightRecorder::
setParamAudioTimeScale
(int32_t timeScale) {
520
ALOGV("
setParamAudioTimeScale
: %d", timeScale);
638
return
setParamAudioTimeScale
(timeScale);
[
all
...]
Completed in 194 milliseconds