OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setParamVideoEncoderProfile
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h
165
status_t
setParamVideoEncoderProfile
(int32_t profile);
StagefrightRecorder.cpp
475
status_t StagefrightRecorder::
setParamVideoEncoderProfile
(int32_t profile) {
476
ALOGV("
setParamVideoEncoderProfile
: %d", profile);
658
return
setParamVideoEncoderProfile
(profile);
[
all
...]
Completed in 45 milliseconds