Searched refs:fileFormat (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/media/java/android/media/
H A DCamcorderProfile.java156 public int fileFormat; field in class:CamcorderProfile
309 int fileFormat,
322 this.fileFormat = fileFormat;
307 CamcorderProfile(int duration, int quality, int fileFormat, int videoCodec, int videoBitRate, int videoFrameRate, int videoWidth, int videoHeight, int audioCodec, int audioBitRate, int audioSampleRate, int audioChannels) argument
H A DMediaRecorder.java330 setOutputFormat(profile.fileFormat);
/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp183 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); local
195 if (duration == -1 || fileFormat == -1 || videoCodec == -1 || audioCodec == -1 ||
209 fileFormat,
/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp315 !strcmp("fileFormat", atts[2]) &&
323 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]); local
324 CHECK(fileFormat != -1);
331 profile->mFileFormat = static_cast<output_format>(fileFormat);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1106 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( local
1137 fileFormat == mOutputFormat &&

Completed in 1289 milliseconds