Home
last modified time | relevance | path

Searched refs:fileFormat (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/media/java/android/media/
DCamcorderProfile.java224 public int fileFormat; field in CamcorderProfile
472 int fileFormat, in CamcorderProfile() argument
485 this.fileFormat = fileFormat; in CamcorderProfile()
DMediaRecorder.java533 setOutputFormat(profile.fileFormat); in setProfile()
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp188 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local
200 if (duration == -1 || fileFormat == -1 || videoCodec == -1 || audioCodec == -1 || in android_media_MediaProfiles_native_get_camcorder_profile()
214 fileFormat, in android_media_MediaProfiles_native_get_camcorder_profile()
Dandroid_media_MediaMuxer.cpp166 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup() local
168 sp<MediaMuxer> muxer = new MediaMuxer(fd, fileFormat); in android_media_MediaMuxer_native_setup()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp1266 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() local
1269 LDSection& got = fileFormat->getGOT(); in initTargetSections()
1273 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
1277 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
1311 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() local
1314 LDSection& got = fileFormat->getGOT(); in initTargetSections()
1318 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
1322 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
DMipsRelocator.cpp487 ELFFileFormat* fileFormat = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local
489 ? &fileFormat->getTBSS() in defineSymbolforCopyReloc()
490 : &fileFormat->getBSS(); in defineSymbolforCopyReloc()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp332 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]); in createCamcorderProfile() local
333 CHECK(fileFormat != -1); in createCamcorderProfile()
340 profile->mFileFormat = static_cast<output_format>(fileFormat); in createCamcorderProfile()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1404 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local
1435 fileFormat == mOutputFormat && in setDefaultProfileIfNecessary()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14322 field public int fileFormat;
/frameworks/base/api/
Dcurrent.txt22595 field public int fileFormat;
/frameworks/base/config/
Dhiddenapi-public-dex.txt21761 Landroid/media/CamcorderProfile;->fileFormat:I