/frameworks/av/media/libstagefright/ |
D | BufferImpl.cpp | 34 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<IMemory> &mem) in SharedMemoryBuffer() 43 SharedMemoryBuffer::SharedMemoryBuffer(const sp<AMessage> &format, const sp<TMemory> &mem) in SharedMemoryBuffer() 50 SecureBuffer::SecureBuffer(const sp<AMessage> &format, const void *ptr, size_t size) in SecureBuffer() 56 const sp<AMessage> &format, const sp<NativeHandle> &handle, size_t size) in SecureBuffer()
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | Log.java | 30 public void debug(String format, Object... args) { in debug() 37 public void debugNoln(String format, Object... args) { in debugNoln() 44 public void info(String format, Object... args) { in info() 49 public void error(String format, Object... args) { in error() 54 public void exception(Throwable t, String format, Object... args) { in exception()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Log.java | 87 public static void d(String prefix, String format, Object... args) { in d() 96 public static void d(Object objectPrefix, String format, Object... args) { in d() 106 public static void i(String prefix, String format, Object... args) { in i() 112 public static void i(Object objectPrefix, String format, Object... args) { in i() 118 public static void v(String prefix, String format, Object... args) { in v() 127 public static void v(Object objectPrefix, String format, Object... args) { in v() 137 public static void w(String prefix, String format, Object... args) { in w() 143 public static void w(Object objectPrefix, String format, Object... args) { in w() 149 public static void e(String prefix, Throwable tr, String format, Object... args) { in e() 155 public static void e(Object objectPrefix, Throwable tr, String format, Object... args) { in e() [all …]
|
/frameworks/base/tools/bit/ |
D | print.cpp | 59 print_status(const char* format, ...) in print_status() 91 print_error(const char* format, ...) in print_error() 105 print_warning(const char* format, ...) in print_warning() 119 print_info(const char* format, ...) in print_info() 133 print_one_line(const char* format, ...) in print_one_line()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | SimpleFrame.java | 35 SimpleFrame(FrameFormat format, FrameManager frameManager) { in SimpleFrame() 42 FrameFormat format = ObjectFormat.fromObject(object, FrameFormat.TARGET_SIMPLE); in wrapObject() local 48 private void initWithFormat(FrameFormat format) { in initWithFormat() 132 MutableFrameFormat format = getFormat().mutableCopy(); in setFormatObjectClass() local 142 FrameFormat format = getFormat(); in setGenericObjectValue() local
|
D | SimpleFrameManager.java | 37 public Frame newFrame(FrameFormat format) { in newFrame() 42 public Frame newBoundFrame(FrameFormat format, int bindingType, long bindingId) { in newBoundFrame() 59 private Frame createNewFrame(FrameFormat format) { in createNewFrame()
|
/frameworks/base/services/core/java/com/android/server/utils/ |
D | Slogf.java | 158 public static void v(String tag, String format, @Nullable Object... args) { in v() 173 public static void d(String tag, String format, @Nullable Object... args) { in d() 188 public static void i(String tag, String format, @Nullable Object... args) { in i() 203 public static void w(String tag, String format, @Nullable Object... args) { in w() 218 public static void w(String tag, Exception exception, String format, @Nullable Object... args) { in w() 232 public static void e(String tag, String format, @Nullable Object... args) { in e() 247 public static void e(String tag, Exception exception, String format, @Nullable Object... args) { in e() 256 public static void wtf(String tag, String format, @Nullable Object... args) { in wtf() 263 public static void wtf(String tag, Exception exception, String format, in wtf() 268 private static String getMessage(String format, @Nullable Object... args) { in getMessage()
|
/frameworks/av/media/libmedia/ |
D | MediaCodecBuffer.cpp | 27 MediaCodecBuffer::MediaCodecBuffer(const sp<AMessage> &format, const sp<ABuffer> &buffer) in MediaCodecBuffer() 63 sp<AMessage> MediaCodecBuffer::format() { in format() function in android::MediaCodecBuffer 67 void MediaCodecBuffer::setFormat(const sp<AMessage> &format) { in setFormat()
|
/frameworks/native/libs/ui/ |
D | PixelFormat.cpp | 23 uint32_t bytesPerPixel(PixelFormat format) { in bytesPerPixel() 42 uint32_t bitsPerPixel(PixelFormat format) { in bitsPerPixel()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | StreamConfigurationMap.java | 411 public Size[] getInputSizes(final int format) { in getInputSizes() 439 public boolean isOutputSupportedFor(int format) { in isOutputSupportedFor() 592 public boolean isOutputSupportedFor(Size size, int format) { in isOutputSupportedFor() 670 public Size[] getOutputSizes(int format) { in getOutputSizes() 855 public Size[] getHighResolutionOutputSizes(int format) { in getHighResolutionOutputSizes() 898 public long getOutputMinFrameDuration(int format, Size size) { in getOutputMinFrameDuration() 1044 public long getOutputStallDuration(int format, Size size) { in getOutputStallDuration() 1144 private int checkArgumentFormatSupported(int format, boolean output) { in checkArgumentFormatSupported() 1195 static int checkArgumentFormatInternal(int format) { in checkArgumentFormatInternal() 1231 static int checkArgumentFormat(int format) { in checkArgumentFormat() [all …]
|
D | RecommendedStreamConfigurationMap.java | 266 public @Nullable Set<Size> getInputSizes(@Format int format) { in getInputSizes() 288 public boolean isOutputSupportedFor(@Format int format) { in isOutputSupportedFor() 304 public @Nullable Set<Size> getOutputSizes(@Format int format) { in getOutputSizes() 388 public @Nullable Set<Size> getHighResolutionOutputSizes(@Format int format) { in getHighResolutionOutputSizes() 408 public @IntRange(from = 0) long getOutputMinFrameDuration(@Format int format, in getOutputMinFrameDuration() 426 public @IntRange(from = 0) long getOutputStallDuration(@Format int format, @NonNull Size size) { in getOutputStallDuration()
|
D | InputConfiguration.java | 59 public InputConfiguration(int width, int height, int format) { in InputConfiguration() 91 @Format int format) { in InputConfiguration() 103 public InputConfiguration(int width, int height, int format, boolean isMultiResolution) { in InputConfiguration()
|
D | MultiResolutionStreamConfigurationMap.java | 92 int format = config.getFormat(); in MultiResolutionStreamConfigurationMap() local 207 public @NonNull Collection<MultiResolutionStreamInfo> getOutputInfo(@Format int format) { in getOutputInfo() 226 public @NonNull Collection<MultiResolutionStreamInfo> getInputInfo(@Format int format) { in getInputInfo() 231 private @NonNull Collection<MultiResolutionStreamInfo> getInfo(int format, boolean output) { in getInfo()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/ |
D | DecoderUtil.java | 25 public static boolean isAudioFormat(MediaFormat format) { in isAudioFormat() 29 public static boolean isVideoFormat(MediaFormat format) { in isVideoFormat()
|
/frameworks/av/media/libnbaio/ |
D | NBAIO.cpp | 25 size_t Format_frameSize(const NBAIO_Format& format) in Format_frameSize() 32 unsigned Format_sampleRate(const NBAIO_Format& format) in Format_sampleRate() 40 unsigned Format_channelCount(const NBAIO_Format& format) in Format_channelCount() 49 audio_format_t format) in Format_from_SR_C() 158 bool Format_isValid(const NBAIO_Format& format) in Format_isValid()
|
/frameworks/base/graphics/java/android/graphics/ |
D | PixelFormat.java | 106 public static void getPixelFormatInfo(@Format int format, PixelFormat info) { in getPixelFormatInfo() 150 public static boolean formatHasAlpha(@Format int format) { in formatHasAlpha() 179 public static boolean isPublicFormat(@Format int format) { in isPublicFormat() 196 public static String formatToString(@Format int format) { in formatToString()
|
D | BLASTBufferQueue.java | 31 long height, int format); in nativeCreate() 36 int format, long transactionPtr); in nativeUpdate() 56 @PixelFormat.Format int format) { in BLASTBufferQueue() 97 public void update(SurfaceControl sc, int width, int height, @PixelFormat.Format int format, in update() 102 public void update(SurfaceControl sc, int width, int height, @PixelFormat.Format int format) { in update()
|
/frameworks/av/media/libmediaformatshaper/ |
D | VQApply.cpp | 217 bool hasQpMaxPerFrameType(AMediaFormat *format) { in hasQpMaxPerFrameType() 235 bool hasQpMaxGlobal(AMediaFormat *format) { in hasQpMaxGlobal() 244 bool hasQpMax(AMediaFormat *format) { in hasQpMax() 251 void qpSpreadPerFrameType(AMediaFormat *format, int delta, in qpSpreadPerFrameType() 260 void qpSpreadMaxPerFrameType(AMediaFormat *format, int delta, int qphigh, bool override) { in qpSpreadMaxPerFrameType() 290 void qpSpreadMinPerFrameType(AMediaFormat *format, int qplow, bool override) { in qpSpreadMinPerFrameType() 315 void qpVerifyMinMaxOrdering(AMediaFormat *format) { in qpVerifyMinMaxOrdering()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
D | ResponseData.java | 44 public abstract void format(ByteArrayOutputStream buf); in format() method in ResponseData 67 public void format(ByteArrayOutputStream buf) { in format() method in SelectItemResponseData 106 public void format(ByteArrayOutputStream buf) { in format() method in GetInkeyInputResponseData 190 public void format(ByteArrayOutputStream buf) { in format() method in LanguageResponseData 228 public void format(ByteArrayOutputStream buf) { in format() method in DTTZResponseData
|
/frameworks/native/libs/vr/libbufferhub/ |
D | ion_buffer.cpp | 20 IonBuffer::IonBuffer(uint32_t width, uint32_t height, uint32_t format, in IonBuffer() 27 uint32_t stride, uint32_t format, uint64_t usage) in IonBuffer() 32 uint32_t layer_count, uint32_t stride, uint32_t format, in IonBuffer() 75 uint32_t format, uint64_t usage) { in Alloc() 92 uint32_t layer_count, uint32_t stride, uint32_t format, in Reset() 102 uint32_t layer_count, uint32_t stride, uint32_t format, in Import() 124 uint32_t layer_count, uint32_t stride, uint32_t format, in Import()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 111 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) in DummyContainerBuffer() 139 const sp<AMessage> &format, const std::shared_ptr<C2LinearBlock> &block) { in Allocate() 160 const sp<AMessage> &format, in LinearBlockBuffer() 172 const sp<AMessage> &format, const std::shared_ptr<C2Buffer> &buffer) { in Allocate() 186 const sp<AMessage> &format, in ConstLinearBlockBuffer() 219 const C2GraphicView &view, const sp<AMessage> &format, bool copy) in GraphicView2MediaImageConverter() 613 const sp<AMessage> &format, in Allocate() 647 const sp<AMessage> &format, in GraphicBlockBuffer() 672 const sp<AMessage> &format, in GraphicMetadataBuffer() 740 const sp<AMessage> &format, in Allocate() [all …]
|
/frameworks/av/media/ndk/ |
D | NdkMediaFormat.cpp | 52 void AMediaFormat_clear(AMediaFormat *format) { in AMediaFormat_clear() 149 bool AMediaFormat_getInt32(AMediaFormat* format, const char *name, int32_t *out) { in AMediaFormat_getInt32() 154 bool AMediaFormat_getInt64(AMediaFormat* format, const char *name, int64_t *out) { in AMediaFormat_getInt64() 159 bool AMediaFormat_getFloat(AMediaFormat* format, const char *name, float *out) { in AMediaFormat_getFloat() 164 bool AMediaFormat_getDouble(AMediaFormat* format, const char *name, double *out) { in AMediaFormat_getDouble() 169 bool AMediaFormat_getSize(AMediaFormat* format, const char *name, size_t *out) { in AMediaFormat_getSize() 174 bool AMediaFormat_getRect(AMediaFormat* format, const char *name, in AMediaFormat_getRect() 180 bool AMediaFormat_getBuffer(AMediaFormat* format, const char *name, void** data, size_t *outsize) { in AMediaFormat_getBuffer() 211 void AMediaFormat_setInt32(AMediaFormat* format, const char *name, int32_t value) { in AMediaFormat_setInt32() 216 void AMediaFormat_setInt64(AMediaFormat* format, const char *name, int64_t value) { in AMediaFormat_setInt64() [all …]
|
/frameworks/av/media/libnbaio/include_mono/media/nbaio/ |
D | NBAIO.h | 128 virtual NBAIO_Format format() const { return mNegotiated ? mFormat : Format_Invalid; } in format() function 131 NBAIO_Port(const NBAIO_Format& format) : mNegotiated(false), mFormat(format), in NBAIO_Port() 226 NBAIO_Sink(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesWritten(0) in NBAIO_Port() argument 324 NBAIO_Source(const NBAIO_Format& format = Format_Invalid) : NBAIO_Port(format), mFramesRead(0) in NBAIO_Port() argument
|
/frameworks/base/media/java/android/media/ |
D | AudioMixPortConfig.java | 33 AudioMixPortConfig(AudioMixPort mixPort, int samplingRate, int channelMask, int format, in AudioMixPortConfig() 35 super((AudioPort)mixPort, samplingRate, channelMask, format, gain); in AudioMixPortConfig() local
|
D | AudioDevicePortConfig.java | 34 int format, AudioGainConfig gain) { in AudioDevicePortConfig() 35 super((AudioPort)devicePort, samplingRate, channelMask, format, gain); in AudioDevicePortConfig() local
|