OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setParamVideoIFramesInterval
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h
168
status_t
setParamVideoIFramesInterval
(int32_t seconds);
StagefrightRecorder.cpp
445
status_t StagefrightRecorder::
setParamVideoIFramesInterval
(int32_t seconds) {
446
ALOGV("
setParamVideoIFramesInterval
: %d seconds", seconds);
655
return
setParamVideoIFramesInterval
(seconds);
[
all
...]
Completed in 23 milliseconds