Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h226 status_t setParamVideoEncoderProfile(int32_t profile);
H A DStagefrightRecorder.cpp721 status_t StagefrightRecorder::setParamVideoEncoderProfile(int32_t profile) { in setParamVideoEncoderProfile() function in android::StagefrightRecorder
1014 return setParamVideoEncoderProfile(profile); in setParameter()
1736 setParamVideoEncoderProfile(OMX_VIDEO_AVCProfileBaseline); in setDefaultProfileIfNecessary()