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

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1168 mFrameRate = mEncoderProfiles->getCamcorderProfileParamByName(
1173 int minFrameRate = mEncoderProfiles->getVideoEncoderParamByName(
1175 int maxFrameRate = mEncoderProfiles->getVideoEncoderParamByName(
1190 int minBitRate = mEncoderProfiles->getVideoEncoderParamByName(
1192 int maxBitRate = mEncoderProfiles->getVideoEncoderParamByName(
1207 int minFrameWidth = mEncoderProfiles->getVideoEncoderParamByName(
1209 int maxFrameWidth = mEncoderProfiles->getVideoEncoderParamByName(
1242 int64_t durationUs = mEncoderProfiles->getCamcorderProfileParamByName(
1245 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName(
1248 int videoCodec = mEncoderProfiles
[all...]
H A DStagefrightRecorder.h127 MediaProfiles *mEncoderProfiles; member in struct:android::StagefrightRecorder

Completed in 307 milliseconds