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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h165 status_t setParamVideoEncoderProfile(int32_t profile);
H A DStagefrightRecorder.cpp475 status_t StagefrightRecorder::setParamVideoEncoderProfile(int32_t profile) { function in class:android::StagefrightRecorder
476 ALOGV("setParamVideoEncoderProfile: %d", profile);
658 return setParamVideoEncoderProfile(profile);
1149 setParamVideoEncoderProfile(OMX_VIDEO_AVCProfileBaseline);

Completed in 46 milliseconds