HomeSort by relevance Sort by last modified time
    Searched defs:format (Results 276 - 300 of 4676) sorted by null

<<11121314151617181920>>

  /frameworks/av/services/camera/libcameraservice/device3/
Camera3StreamInterface.h 51 int format; member in class:android::camera3::OutputStreamInfo
56 width(-1), height(-1), format(-1), dataSpace(HAL_DATASPACE_UNKNOWN),
60 width(_width), height(_height), format(_format),
86 * Get the stream's dimensions and format
  /frameworks/base/media/java/android/media/
AudioDevicePortConfig.java 30 int format, AudioGainConfig gain) {
31 super((AudioPort)devicePort, samplingRate, channelMask, format, gain);
35 this(config.port(), config.samplingRate(), config.channelMask(), config.format(),
  /frameworks/base/media/mca/filterfw/java/android/filterfw/format/
ImageFormat.java 18 package android.filterfw.format;
PrimitiveFormat.java 18 package android.filterfw.format;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureTarget.java 26 import android.filterfw.format.ImageFormat;
50 FrameFormat format = ImageFormat.create(input.getFormat().getWidth(), local
55 Frame frame = context.getFrameManager().newBoundFrame(format, GLFrame.EXISTING_TEXTURE_BINDING, mTexId);
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
AssetMatcherFactory.java 36 throw new AssociationServiceException(String.format(
46 String.format(NAMESPACE_NOT_SUPPORTED_STRING, namespace));
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pUpnpServiceInfo.java 56 * @param uuid a string representation of this UUID in the following format,
59 * @param device a string representation of this device in the following format,
64 * @param services a string representation of this service in the following format,
102 sb.append(String.format(Locale.US, "%02x ", VERSION_1_0));
WifiP2pUpnpServiceRequest.java 78 sb.append(String.format(Locale.US, "%02x", WifiP2pUpnpServiceInfo.VERSION_1_0));
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 29 // format - format this diagnostic into string, subsituting the formal
31 void Diagnostic::format(std::string& pOutStr) const { function in class:mcld::Diagnostic
35 format(desc.begin(), desc.end(), pOutStr);
68 // format - format the given formal string, subsituting the formal
70 void Diagnostic::format(const char* pBegin, function in class:mcld::Diagnostic
105 // DIAG's format error
  /frameworks/native/libs/vr/libbufferhub/include/private/dvr/
ion_buffer.h 15 IonBuffer(uint32_t width, uint32_t height, uint32_t format, uint64_t usage);
17 uint32_t stride, uint32_t format, uint64_t usage);
19 uint32_t layer_count, uint32_t stride, uint32_t format,
38 uint32_t format, uint64_t usage);
43 uint32_t layer_count, uint32_t stride, uint32_t format,
50 uint32_t layer_count, uint32_t stride, uint32_t format,
58 uint32_t layer_count, uint32_t stride, uint32_t format,
83 uint32_t format() const { function in class:android::dvr::IonBuffer
  /frameworks/support/collection/src/test/java/androidx/collection/
SimpleArrayMapTest.java 47 map.put(String.format(Locale.US, "key %d", i++), "B_DONT_DO_THAT");
87 map.put(String.format(Locale.US, "key %d", i++), "B_DONT_DO_THAT");
  /hardware/intel/img/hwcomposer/merrifield/ips/penwell/
PnwGrallocBuffer.h 32 int format; member in struct:android::intel::PnwIMGGrallocBuffer
  /hardware/libhardware/modules/camera/3_4/metadata/
types.h 32 int32_t format; member in struct:default_camera_hal::StreamSpec
37 : format(f), width(w), height(h) {}
39 : format(stream->format), width(stream->width), height(stream->height) {}
43 // Base equality/comparison first on format, then on width, then height.
44 return left.format < right.format ||
45 (left.format == right.format &&
  /hardware/qcom/display/msm8909/gralloc/
gr_utils.h 50 format(f), prod_usage(prod), cons_usage(cons) {}
53 int format; member in struct:gralloc1::BufferInfo
63 bool IsCompressedRGBFormat(int format);
64 bool IsUncompressedRGBFormat(int format);
65 uint32_t GetBppForUncompressedRGB(int format);
76 bool IsUBwcFormat(int format);
77 bool IsUBwcSupported(int format);
78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
80 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w,
90 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw
    [all...]
  /hardware/qcom/display/msm8909w_3100/libgralloc1/
gr_utils.h 50 format(f), prod_usage(prod), cons_usage(cons) {}
53 int format; member in struct:gralloc1::BufferInfo
63 bool IsCompressedRGBFormat(int format);
64 bool IsUncompressedRGBFormat(int format);
65 uint32_t GetBppForUncompressedRGB(int format);
76 bool IsUBwcFormat(int format);
77 bool IsUBwcSupported(int format);
78 bool IsUBwcEnabled(int format, gralloc1_producer_usage_t prod_usage,
80 void GetYuvUBwcWidthAndHeight(int width, int height, int format, unsigned int *aligned_w,
90 unsigned int GetUBwcSize(int width, int height, int format, unsigned int alignedw
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
DateToStringBenchmark.java 19 import android.text.format.DateFormat;
29 SimpleDateFormat format; field in class:DateToStringBenchmark
36 format = new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy");
47 new SimpleDateFormat("EEE MMM dd HH:mm:ss zzz yyyy").format(date);
53 ((SimpleDateFormat) format.clone()).format(date);
59 DateFormat.format("EEE MMM dd HH:mm:ss zzz yyyy", calendar);
  /libcore/luni/src/main/java/libcore/icu/
DateTimeFormat.java 43 public static String format(ULocale icuLocale, Calendar time, int flags, method in class:DateTimeFormat
55 return formatter.format(time);
  /libcore/luni/src/test/java/libcore/java/text/
DateFormatTest.java 53 DateFormat format = DateFormat.getTimeInstance(style, locale); local
54 String actualDateString = format.format(current);
56 String expectedDateString = sdf.format(current);
OldDecimalFormatTestICU.java 32 DecimalFormat format; field in class:OldDecimalFormatTestICU
35 format = (DecimalFormat) NumberFormat.getNumberInstance();
40 DecimalFormat format = (DecimalFormat) NumberFormat local
43 format.applyPattern("@@@");
44 assertEquals("sigDigit doesn't work", "12300", format.format(12345));
45 assertEquals("sigDigit doesn't work", "0.123", format.format(0.12345));
47 format.applyPattern("@@##");
48 assertEquals("sigDigit doesn't work", "3.142", format.format(3.14159))
    [all...]
  /libcore/luni/src/test/java/libcore/java/time/format/
DateTimeFormatterBuilderTest.java 16 package libcore.java.time.format;
26 import java.time.format.DateTimeFormatter;
27 import java.time.format.DateTimeFormatterBuilder;
37 * @see tck.java.time.format.TCKDateTimeFormatterBuilder
38 * @see test.java.time.format.TestDateTimeFormatterBuilder
47 assertEquals("<2000-12-31>", formatter.format(LocalDate.of(2000, Month.DECEMBER, 31)));
56 formatter.format(ZonedDateTime.now(ZoneId.of("Europe/London"))));
58 formatter.format(ZonedDateTime.now(ZoneId.of("UTC"))));
67 formatter.format(OffsetDateTime.now(ZoneOffset.UTC));
DateTimeParseExceptionTest.java 16 package libcore.java.time.format;
19 import java.time.format.DateTimeParseException;
  /libcore/ojluni/src/main/java/java/time/format/
TextStyle.java 62 package java.time.format;
  /libcore/ojluni/src/main/java/java/util/logging/
Formatter.java 52 * Format the given log record and return the formatted string.
57 * convenience method to localize and format the message field.
62 public abstract String format(LogRecord record); method in class:Formatter
93 * Localize and format the message string from a log record. This
97 * The message string is first localized to a format string using
100 * format string.) The format String uses java.text style
105 * java.text.MessageFormat is used to format the string.
114 String format = record.getMessage(); local
118 format = catalog.getString(record.getMessage())
    [all...]
  /libcore/ojluni/src/main/java/sun/security/util/
KeyUtil.java 70 String format = sk.getFormat(); local
71 if ("RAW".equals(format) && sk.getEncoded() != null) {
171 * Check the format of TLS PreMasterSecret.
202 * @param encoded the encoded key in its "RAW" encoding format
205 * @return the polished PreMasterSecret key in its "RAW" encoding format
  /libcore/ojluni/src/test/java/time/tck/java/time/format/
TCKLocalizedFieldPrinter.java 60 package tck.java.time.format;
65 import java.time.format.DateTimeFormatter;
66 import java.time.format.DateTimeFormatterBuilder;
72 import test.java.time.format.AbstractTestPrinterParser;
101 String result = b.toFormatter(locale).format(date);
125 String result = dtf.format(date);

Completed in 545 milliseconds

<<11121314151617181920>>