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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h178 status_t setParamVideoEncoderProfile(int32_t profile);
H A DStagefrightRecorder.cpp640 status_t StagefrightRecorder::setParamVideoEncoderProfile(int32_t profile) { function in class:android::StagefrightRecorder
641 ALOGV("setParamVideoEncoderProfile: %d", profile);
821 return setParamVideoEncoderProfile(profile);
1421 setParamVideoEncoderProfile(OMX_VIDEO_AVCProfileBaseline);

Completed in 66 milliseconds