Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DCamcorderProfile.java205 public int fileFormat; field in CamcorderProfile
408 int fileFormat, in CamcorderProfile() argument
421 this.fileFormat = fileFormat; in CamcorderProfile()
DMediaRecorder.java396 setOutputFormat(profile.fileFormat); in setProfile()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsLDBackend.cpp920 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() local
923 LDSection& got = fileFormat->getGOT(); in initTargetSections()
927 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
931 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
969 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() local
972 LDSection& got = fileFormat->getGOT(); in initTargetSections()
976 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()
980 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
DMipsRelocator.cpp502 ELFFileFormat* fileFormat = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local
504 ResolveInfo::ThreadLocal == pSym.type() ? &fileFormat->getTBSS() in defineSymbolforCopyReloc()
505 : &fileFormat->getBSS(); in defineSymbolforCopyReloc()
/frameworks/base/media/jni/
Dandroid_media_MediaProfiles.cpp185 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local
197 if (duration == -1 || fileFormat == -1 || videoCodec == -1 || audioCodec == -1 || in android_media_MediaProfiles_native_get_camcorder_profile()
211 fileFormat, in android_media_MediaProfiles_native_get_camcorder_profile()
Dandroid_media_MediaMuxer.cpp141 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup() local
143 sp<MediaMuxer> muxer = new MediaMuxer(fd, fileFormat); in android_media_MediaMuxer_native_setup()
/frameworks/av/media/libmedia/
DMediaProfiles.cpp338 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]); in createCamcorderProfile() local
339 CHECK(fileFormat != -1); in createCamcorderProfile()
346 profile->mFileFormat = static_cast<output_format>(fileFormat); in createCamcorderProfile()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1204 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local
1235 fileFormat == mOutputFormat && in setDefaultProfileIfNecessary()
/frameworks/base/api/
Dcurrent.txt14274 field public int fileFormat;