Home
last modified time | relevance | path

Searched defs:fileFormat (Results 26 – 50 of 273) sorted by relevance

1234567891011

/aosp_15_r20/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/read/
DPopulatedSuffixTableBlock.java67 TzS2RangeFileFormat fileFormat, IntValueTypedPackedTable packedTable) { in PopulatedSuffixTableBlock()
127 S2CellMatcher(TzS2RangeFileFormat fileFormat, int suffixSearchValue) { in S2CellMatcher()
DSuffixTableExtraInfo.java60 TzS2RangeFileFormat fileFormat, BlockInfo blockInfo) { in create()
DHeaderBlock.java115 void visitFileFormat(TzS2RangeFileFormat fileFormat); in visitFileFormat()
/aosp_15_r20/packages/services/Telephony/utils/satellite/s2storage/src/readonly/java/com/android/telephony/sats2range/read/
DPopulatedSuffixTableBlock.java58 SatS2RangeFileFormat fileFormat, IntValueTypedPackedTable packedTable) { in PopulatedSuffixTableBlock()
124 S2CellMatcher(SatS2RangeFileFormat fileFormat, int suffixSearchValue) { in S2CellMatcher()
DSuffixTableExtraInfo.java59 SatS2RangeFileFormat fileFormat, BlockInfo blockInfo) { in create()
DHeaderBlock.java79 void visitFileFormat(SatS2RangeFileFormat fileFormat); in visitFileFormat()
/aosp_15_r20/packages/modules/GeoTZ/tzs2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DTzS2RangeFileWriter.java49 private TzS2RangeFileWriter(TzS2RangeFileFormat fileFormat, BlockFileWriter blockFileWriter) in TzS2RangeFileWriter()
59 public static TzS2RangeFileWriter open(File outFile, TzS2RangeFileFormat fileFormat) in open()
/aosp_15_r20/packages/services/Telephony/utils/satellite/s2storage/src/write/java/com/android/telephony/sats2range/write/
DSatS2RangeFileWriter.java46 private SatS2RangeFileWriter(SatS2RangeFileFormat fileFormat, BlockFileWriter blockFileWriter) in SatS2RangeFileWriter()
55 public static SatS2RangeFileWriter open(File outFile, SatS2RangeFileFormat fileFormat) in open()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/
H A DDriver.kt319 val fileFormat = options.signatureFileFormat in processFlags() constant
354 val fileFormat = options.signatureFileFormat in processFlags() constant
/aosp_15_r20/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/
DSatS2FileCreator.java74 SatS2RangeFileFormat fileFormat = FileFormats.getFileFormatForLevel(s2Level, isAllowedList, in create() local
77 SatS2RangeFileWriter.open(new File(outputFile), fileFormat)) { in create() argument
DFileFormats.java63 SatS2RangeFileFormat fileFormat = getFileFormatForLevel(s2Level, isAllowedList); in getFileFormatForLevel() local
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DEncoderProfiles.java471 private int fileFormat; field in EncoderProfiles
479 int fileFormat, in EncoderProfiles()
H A DCamcorderProfile.java349 public int fileFormat; field in CamcorderProfile
703 int fileFormat, in CamcorderProfile()
/aosp_15_r20/frameworks/base/media/jni/
H A Dandroid_media_MediaProfiles.cpp188 int fileFormat = sProfiles->getCamcorderProfileParamByName("file.format", id, q); in android_media_MediaProfiles_native_get_camcorder_profile() local
243 int fileFormat = cp->getFileFormat(); in android_media_MediaProfiles_native_get_camcorder_profiles() local
/aosp_15_r20/packages/services/Telephony/utils/satellite/tools/src/main/java/com/android/telephony/tools/sats2/dump/
DHeaderBlockDumper.java33 public void visitFileFormat(SatS2RangeFileFormat fileFormat) { in visitFileFormat()
DSatS2RangeFileDumper.java68 SatS2RangeFileFormat fileFormat = headerBlock.getFileFormat(); in visitHeaderBlock() local
/aosp_15_r20/packages/modules/GeoTZ/tzs2storage/tools/src/java/com/android/timezone/location/tools/tzs2/dump/
DHeaderBlockDumper.java35 public void visitFileFormat(TzS2RangeFileFormat fileFormat) { in visitFileFormat()
DTzS2RangeFileDumper.java69 TzS2RangeFileFormat fileFormat = headerBlock.getFileFormat(); in visitHeaderBlock() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DItsService.java385 public int fileFormat; field in ItsService.VideoRecordingObject
392 int fileFormat, double zoomRatio, in VideoRecordingObject()
404 int fileFormat, double zoomRatio, in VideoRecordingObject()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCamcorderProfile.java30 int fileFormat, in createProfile()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/signature/
H A DSignatureFormatOptions.kt159 val fileFormat: FileFormat by in <lambda>() constant in com.android.tools.metalava.cli.signature.SignatureFormatOptions
/aosp_15_r20/external/armnn/tests/ImageCSVFileGenerator/
H A DImageCSVFileGenerator.cpp204 const std::string fileFormat(".raw"); in main() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/media/1.0/xml/media_profiles_V1_0.dtd/android_arm64_armv8-2a_cortex-a55/
Dmedia_profiles_V1_0.dtd11 <!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED> attribute
/aosp_15_r20/out/target/product/shiba/system/etc/
Dmedia_profiles_V1_0.dtd11 <!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED> attribute
/aosp_15_r20/out/target/product/shiba/obj/ETC/media_profiles_V1_0.dtd_intermediates/
Dmedia_profiles_V1_0.dtd11 <!ATTLIST EncoderProfile fileFormat (mp4|3gp) #REQUIRED> attribute

1234567891011