Home
last modified time | relevance | path

Searched refs:Format (Results 1 – 25 of 44) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/hardware/camera2/params/
H A DRecommendedStreamConfigurationMap.java26 import android.graphics.ImageFormat.Format;
243 public @Nullable Set<Integer> getValidOutputFormatsForInput(@Format int inputFormat) { in getValidOutputFormatsForInput()
279 public @Nullable Set<Size> getInputSizes(@Format int format) { in getInputSizes()
301 public boolean isOutputSupportedFor(@Format int format) { in isOutputSupportedFor()
317 public @Nullable Set<Size> getOutputSizes(@Format int format) { in getOutputSizes()
401 public @Nullable Set<Size> getHighResolutionOutputSizes(@Format int format) { in getHighResolutionOutputSizes()
421 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration()
439 public @IntRange(from = 0) long getOutputStallDuration(@Format int format, @NonNull Size size) { in getOutputStallDuration()
H A DMultiResolutionStreamConfigurationMap.java22 import android.graphics.ImageFormat.Format;
148 public @NonNull @Format int[] getOutputFormats() { in getOutputFormats()
172 public @NonNull @Format int[] getInputFormats() { in getInputFormats()
207 public @NonNull Collection<MultiResolutionStreamInfo> getOutputInfo(@Format int format) { in getOutputInfo()
226 public @NonNull Collection<MultiResolutionStreamInfo> getInputInfo(@Format int format) { in getInputInfo()
H A DInputConfiguration.java21 import android.graphics.ImageFormat.Format;
91 @Format int format) { in InputConfiguration()
H A DColorSpaceProfiles.java150 @ImageFormat.Format int imageFormat) { in getSupportedColorSpaces()
198 @ImageFormat.Format int imageFormat) { in getSupportedDynamicRangeProfiles()
236 @ImageFormat.Format int imageFormat, in getSupportedColorSpacesForDynamicRange()
H A DMandatoryStreamCombination.java24 import android.graphics.ImageFormat.Format;
83 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
102 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
123 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
145 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
169 public MandatoryStreamInformation(@NonNull List<Size> availableSizes, @Format int format, in MandatoryStreamInformation()
276 public @Format int getFormat() { in getFormat()
296 public @Format int get10BitFormat() { in get10BitFormat()
480 public StreamTemplate(@Format int format, @NonNull SizeThreshold sizeThreshold, in StreamTemplate()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java33 public @interface Format { } annotation in PixelFormat
109 public static void getPixelFormatInfo(@Format int format, PixelFormat info) { in getPixelFormatInfo()
157 public static boolean formatHasAlpha(@Format int format) { in formatHasAlpha()
186 public static boolean isPublicFormat(@Format int format) { in isPublicFormat()
203 public static String formatToString(@Format int format) { in formatToString()
H A DImageFormat.java66 public @interface Format { annotation in ImageFormat
820 public static int getBitsPerPixel(@Format int format) { in getBitsPerPixel()
873 public static boolean isPublicFormat(@Format int format) { in isPublicFormat()
H A DBLASTBufferQueue.java57 @PixelFormat.Format int format) { in BLASTBufferQueue()
137 public void update(SurfaceControl sc, int width, int height, @PixelFormat.Format int format) { in update()
/aosp14/frameworks/base/tools/aapt2/
H A Dformats.md2 - AAPT2 Container Format (extension `.apc`)
3 - AAPT2 Static Library Format (extension `.sapk`)
5 ## AAPT2 Container Format (extension `.apc`)
6 The APC format (AAPT2 Container Format) is generated by AAPT2 during the compile phase and
11 ### Format subsection
44 ## AAPT2 Static Library Format (extension `.sapk`)
/aosp14/system/core/init/
H A Dkeychords_test.cpp194 std::string Format() const;
197 static std::string Format(const std::vector<const std::vector<int>>& chords);
265 std::string TestFrame::Format(const std::vector<const std::vector<int>>& chords) { in Format() function in android::init::__anoneb9747b80110::TestFrame
277 std::string TestFrame::Format() const { in Format() function in android::init::__anoneb9747b80110::TestFrame
278 return Format(keycodes_); in Format()
318 << test_frame.Format(); in TEST()
331 EXPECT_TRUE(test_frame.IsNoChord()) << "expected nothing got " << test_frame.Format(); in TEST()
344 << test_frame.Format(); in TEST()
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DProgramFragmentFixedFunction.java132 public enum Format { enum in ProgramFragmentFixedFunction.Builder
154 Format(int id) { in Format() method in ProgramFragmentFixedFunction.Builder.Format
161 Format format;
162 Slot(EnvMode _env, Format _fmt) { in Slot()
261 public Builder setTexture(EnvMode env, Format fmt, int slot) in setTexture()
/aosp14/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java68 public @interface Format { annotation in HardwareBuffer
71 @Format
190 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in create()
225 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in isSupported()
298 @Format
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsSmsImplBase.java179 @SmsMessage.Format String format, String smsc, boolean isRetry, in sendSms()
278 public final void onSmsReceived(int token, @SmsMessage.Format String format, byte[] pdu) in onSmsReceived()
460 @IntRange(from = 0, to = 65535) int messageRef, @SmsMessage.Format String format, in onSmsStatusReportReceived()
492 public final void onSmsStatusReportReceived(int token, @SmsMessage.Format String format, in onSmsStatusReportReceived()
524 public @SmsMessage.Format String getSmsFormat() { in getSmsFormat()
/aosp14/frameworks/base/media/java/android/media/
H A DImageWriter.java24 import android.graphics.ImageFormat.Format;
110 private @HardwareBuffer.Format int mHardwareBufferFormat;
196 @IntRange(from = 1) int maxImages, @Format int format, int width, int height) { in newInstance()
245 @IntRange(from = 1) int maxImages, @Format int format) { in newInstance()
584 public @HardwareBuffer.Format int getHardwareBufferFormat() { in getHardwareBufferFormat()
893 private @HardwareBuffer.Format int mHardwareBufferFormat = HardwareBuffer.RGBA_8888;
948 public @NonNull Builder setImageFormat(@Format int imageFormat) { in setImageFormat()
978 @HardwareBuffer.Format int hardwareBufferFormat) { in setHardwareBufferFormat()
H A DMediaMuxer.java284 public @interface Format {} annotation in MediaMuxer
346 public MediaMuxer(@NonNull String path, @Format int format) throws IOException { in MediaMuxer()
380 public MediaMuxer(@NonNull FileDescriptor fd, @Format int format) throws IOException { in MediaMuxer()
384 … private void setUpMediaMuxer(@NonNull FileDescriptor fd, @Format int format) throws IOException { in setUpMediaMuxer()
H A DAudioMetadata.java96 public static class Format { class in AudioMetadata
254 private Format() {} // delete constructor in Format() method in AudioMetadata.Format
806 if (key.equals(Format.KEY_HAS_ATMOS.getName()) in unpack()
807 && value.first == Format.KEY_HAS_ATMOS.getValueClass()) { in unpack()
808 ret.set(Format.KEY_ATMOS_PRESENT, in unpack()
831 if (key == Format.KEY_ATMOS_PRESENT) { in pack()
832 key = Format.KEY_HAS_ATMOS; in pack()
H A DImageReader.java28 import android.graphics.ImageFormat.Format;
177 @Format int format, in newInstance()
288 @Format int format, in newInstance()
307 @Format int format, in newInstance()
441 public @HardwareBuffer.Format int getHardwareBufferFormat() { in getHardwareBufferFormat()
1026 public @NonNull Builder setImageFormat(@Format int imageFormat) { in setImageFormat()
1057 @HardwareBuffer.Format int hardwareBufferFormat) { in setDefaultHardwareBufferFormat()
/aosp14/frameworks/base/core/java/android/hardware/camera2/
H A DMultiResolutionImageReader.java25 import android.graphics.ImageFormat.Format;
136 @Format int format, in MultiResolutionImageReader()
/aosp14/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java76 private HashMap<Character,Format> formatStart;
108 this.formatStart = new HashMap<Character,Format>(); in AbstractMessageParser()
511 addToken(new Format(ch, false)); in parseFormatting()
513 Format start = formatStart.get(key); in parseFormatting()
521 start = new Format(ch, true); in parseFormatting()
532 Format end = new Format(key.charValue(), false); in parseFormatting()
1191 public static class Format extends Token { class in AbstractMessageParser
1196 public Format(char ch, boolean start) { in Format() method in AbstractMessageParser.Format
/aosp14/frameworks/base/tools/protologtool/
H A DREADME.md21 ProtoLog.x(ProtoLogGroup.GROUP_NAME, "Format string %d %s", value1, value2);
28 …ProtoLogImpl.x(ProtoLogGroup.GROUP_NAME, 123456, 0b0100, "Format string %d %s or null", protoLogPa…
60 "message": "Format string %d %s",
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceHolder.java95 void surfaceChanged(@NonNull SurfaceHolder holder, @PixelFormat.Format int format, in surfaceChanged()
/aosp14/frameworks/base/core/proto/android/graphics/
H A Dpixelformat.proto22 enum Format { enum
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenRecordingMuxer.java44 public ScreenRecordingMuxer(@MediaMuxer.Format int format, String outfileName, in ScreenRecordingMuxer()
/aosp14/frameworks/base/core/proto/android/os/
H A Dheader.proto28 // Format a human readable reason why an incident report is requested.
/aosp14/frameworks/base/tools/validatekeymaps/
H A DMain.cpp157 KeyCharacterMap::load(filename, KeyCharacterMap::Format::ANY); in validateFile()

12