Searched refs:fileFormat (Results 1 – 9 of 9) sorted by relevance
205 public int fileFormat; field in CamcorderProfile408 int fileFormat, in CamcorderProfile() argument421 this.fileFormat = fileFormat; in CamcorderProfile()
396 setOutputFormat(profile.fileFormat); in setProfile()
920 ELFFileFormat* fileFormat = getOutputFormat(); in initTargetSections() local923 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() local972 LDSection& got = fileFormat->getGOT(); in initTargetSections()976 LDSection& gotplt = fileFormat->getGOTPLT(); in initTargetSections()980 LDSection& plt = fileFormat->getPLT(); in initTargetSections()
502 ELFFileFormat* fileFormat = getTarget().getOutputFormat(); in defineSymbolforCopyReloc() local504 ResolveInfo::ThreadLocal == pSym.type() ? &fileFormat->getTBSS() in defineSymbolforCopyReloc()505 : &fileFormat->getBSS(); in defineSymbolforCopyReloc()
185 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local197 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()
141 MediaMuxer::OutputFormat fileFormat = in android_media_MediaMuxer_native_setup() local143 sp<MediaMuxer> muxer = new MediaMuxer(fd, fileFormat); in android_media_MediaMuxer_native_setup()
338 const int fileFormat = findTagForName(sFileFormatMap, nFormatMappings, atts[3]); in createCamcorderProfile() local339 CHECK(fileFormat != -1); in createCamcorderProfile()346 profile->mFileFormat = static_cast<output_format>(fileFormat); in createCamcorderProfile()
1204 int fileFormat = mEncoderProfiles->getCamcorderProfileParamByName( in setDefaultProfileIfNecessary() local1235 fileFormat == mOutputFormat && in setDefaultProfileIfNecessary()
14274 field public int fileFormat;