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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h105 int32_t mVideoEncoderProfile; member in struct:android::StagefrightRecorder
H A DStagefrightRecorder.cpp517 mVideoEncoderProfile = profile;
1558 if (mVideoEncoderProfile != -1) {
1559 format->setInt32("profile", mVideoEncoderProfile);
1862 mVideoEncoderProfile = -1;
1951 snprintf(buffer, SIZE, " Encoder profile: %d\n", mVideoEncoderProfile);

Completed in 3663 milliseconds