Searched defs:format (Results 1 - 25 of 475) sorted by relevance

1234567891011>>

/frameworks/base/media/mca/filterfw/java/android/filterfw/format/
H A Dpackage-info.java4 package android.filterfw.format;
H A DImageFormat.java18 package android.filterfw.format;
H A DObjectFormat.java18 package android.filterfw.format;
30 // Create frame format
H A DPrimitiveFormat.java18 package android.filterfw.format;
/frameworks/native/libs/ui/
H A DPixelFormat.cpp23 uint32_t bytesPerPixel(PixelFormat format) { argument
24 switch (format) {
42 uint32_t bitsPerPixel(PixelFormat format) { argument
43 switch (format) {
/frameworks/base/core/tests/coretests/src/android/text/format/
H A DDateFormatTest.java17 package android.text.format;
H A DDateUtilsTest.java17 package android.text.format;
111 // (it gets its format strings from the system resources), we can't pass a modified Context
H A DFormatterTest.java17 package android.text.format;
27 import android.text.format.Formatter.BytesResult;
/frameworks/base/telephony/java/android/telephony/
H A DJapanesePhoneNumberFormatter.java157 public static void format(Editable text) { method in class:JapanesePhoneNumberFormatter
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/
H A DDateFormat_Delegate.java17 package android.text.format;
/frameworks/base/media/java/android/media/
H A DAudioDevicePortConfig.java30 int format, AudioGainConfig gain) {
31 super((AudioPort)devicePort, samplingRate, channelMask, format, gain);
35 this(config.port(), config.samplingRate(), config.channelMask(), config.format(),
29 AudioDevicePortConfig(AudioDevicePort devicePort, int samplingRate, int channelMask, int format, AudioGainConfig gain) argument
H A DAudioMixPortConfig.java29 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format, argument
31 super((AudioPort)mixPort, samplingRate, channelMask, format, gain);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
H A DDecoderUtil.java25 public static boolean isAudioFormat(MediaFormat format) { argument
26 return format.getString(MediaFormat.KEY_MIME).startsWith("audio/");
29 public static boolean isVideoFormat(MediaFormat format) { argument
30 return format.getString(MediaFormat.KEY_MIME).startsWith("video/");
/frameworks/av/media/libnbaio/
H A DPipe.cpp28 Pipe::Pipe(size_t maxFrames, const NBAIO_Format& format, void *buffer) : argument
29 NBAIO_Sink(format),
32 mBuffer(buffer == NULL ? malloc(mMaxFrames * Format_frameSize(format)) : buffer),
33 mFifo(mMaxFrames, Format_frameSize(format), mBuffer, false /*throttlesWriter*/),
H A DAudioBufferProviderSource.cpp27 const NBAIO_Format& format) :
28 NBAIO_Source(format), mProvider(provider), mConsumed(0)
31 ALOG_ASSERT(Format_isValid(format));
26 AudioBufferProviderSource(AudioBufferProvider *provider, const NBAIO_Format& format) argument
/frameworks/av/media/libstagefright/
H A DBufferImpl.cpp32 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem) argument
33 : MediaCodecBuffer(format, new ABuffer(mem->pointer(), mem->size())),
37 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem) argument
38 : MediaCodecBuffer(format, new ABuffer(mem->getPointer(), mem->getSize())),
42 SecureBuffer::SecureBuffer(const sp<AMessage> &format, const void *ptr, size_t size) argument
43 : MediaCodecBuffer(format, new ABuffer(nullptr, size)),
48 const sp<AMessage> &format, const sp<NativeHandle> &handle, size_t size)
49 : MediaCodecBuffer(format, new ABuffer(nullptr, size)),
47 SecureBuffer( const sp<AMessage> &format, const sp<NativeHandle> &handle, size_t size) argument
/frameworks/base/core/java/android/hardware/camera2/params/
H A DReprocessFormatsMap.java51 * The inner array always contains {@code [format, length, ...]} where ... has length elements.
64 * (missing output format length or too few output formats)
86 String.format("Input %x had no output format length listed", inputFormat));
101 String.format(
121 * <p>Use this input format to look up the available output formats with {@link #getOutputs}.
134 final int format = mEntry[i];
141 String.format("Input %x had no output format length listed", format));
178 getOutputs(final int format) argument
[all...]
/frameworks/base/core/java/android/nfc/tech/
H A DNdefFormatable.java31 * Provide access to NDEF format operations on a {@link Tag}.
36 * class for tags for which it can format to NDEF.
93 public void format(NdefMessage firstMessage) throws IOException, FormatException { method in class:NdefFormatable
94 format(firstMessage, false);
116 format(firstMessage, true);
119 /*package*/ void format(NdefMessage firstMessage, boolean makeReadOnly) throws IOException, method in class:NdefFormatable
138 // Now check and see if the format worked
/frameworks/base/core/java/com/android/internal/view/
H A DRootViewSurfaceTaker.java25 void setSurfaceFormat(int format); argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DSimpleFrameManager.java37 public Frame newFrame(FrameFormat format) { argument
38 return createNewFrame(format);
42 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { argument
44 switch(format.getTarget()) {
46 GLFrame glFrame = new GLFrame(format, this, bindingType, bindingId);
54 + FrameFormat.targetToString(format.getTarget()) + "!");
59 private Frame createNewFrame(FrameFormat format) { argument
61 switch(format.getTarget()) {
63 result = new SimpleFrame(format, this);
67 result = new NativeFrame(format, thi
[all...]
/frameworks/base/native/android/
H A Dnative_activity.cpp28 void ANativeActivity_setWindowFormat(ANativeActivity* activity, int32_t format) { argument
29 android_NativeActivity_setWindowFormat(activity, format);
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DLogAbortException.java24 public LogAbortException(String format, Object... args) { argument
25 mFormat = format;
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dion_buffer.h15 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,
35 uint32_t format, uint64_t usage);
40 uint32_t layer_count, uint32_t stride, uint32_t format,
47 uint32_t layer_count, uint32_t stride, uint32_t format,
55 uint32_t layer_count, uint32_t stride, uint32_t format,
79 uint32_t format() const { function in class:android::dvr::IonBuffer
/frameworks/av/media/libmedia/
H A DMediaCodecBuffer.cpp28 MediaCodecBuffer::MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer) argument
30 mFormat(format),
79 sp<AMessage> MediaCodecBuffer::format() { function in class:android::MediaCodecBuffer
83 void MediaCodecBuffer::setFormat(const sp<AMessage> &format) { argument
85 mFormat = format;
/frameworks/av/services/audioflinger/
H A DSpdifStreamOut.cpp36 audio_format_t format)
39 , mSpdifEncoder(this, format)
54 mApplicationFormat = config->format;
60 switch(config->format) {
70 ALOGE("ERROR SpdifStreamOut::open() unrecognized format 0x%08X\n",
71 config->format);
76 customConfig.format = AUDIO_FORMAT_PCM_16_BIT;
83 " sampleRate %d, format %#x, channelMask %#x",
85 config->format,
88 " sampleRate %d, format
34 SpdifStreamOut(AudioHwDevice *dev, audio_output_flags_t flags, audio_format_t format) argument
[all...]

Completed in 555 milliseconds

1234567891011>>