Searched refs:fileFormat (Results 1 – 11 of 11) sorted by relevance
293 public int fileFormat; field in CamcorderProfile541 int fileFormat, in CamcorderProfile() argument554 this.fileFormat = fileFormat; in CamcorderProfile()
607 setOutputFormat(profile.fileFormat); in setProfile()
188 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local200 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()
166 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup() local168 sp<MediaMuxer> muxer = new MediaMuxer(fd, fileFormat); in android_media_MediaMuxer_native_setup()
1266 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() local1269 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() local1314 LDSection& got = fileFormat->getGOT(); in initTargetSections()1318 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()1322 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
487 ELFFileFormat* fileFormat = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local489 ? &fileFormat->getTBSS() in defineSymbolforCopyReloc()490 : &fileFormat->getBSS(); in defineSymbolforCopyReloc()
392 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]); in createCamcorderProfile() local393 CHECK(fileFormat != -1); in createCamcorderProfile()400 profile->mFileFormat = static_cast<output_format>(fileFormat); in createCamcorderProfile()
1429 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local1460 fileFormat == mOutputFormat && in setDefaultProfileIfNecessary()
14322 field public int fileFormat;
24056 field public int fileFormat;