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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h173 status_t setParamVideoEncoderProfile(int32_t profile);
H A DStagefrightRecorder.cpp512 status_t StagefrightRecorder::setParamVideoEncoderProfile(int32_t profile) { function in class:android::StagefrightRecorder
513 ALOGV("setParamVideoEncoderProfile: %d", profile);
698 return setParamVideoEncoderProfile(profile);
1288 setParamVideoEncoderProfile(OMX_VIDEO_AVCProfileBaseline);

Completed in 47 milliseconds