Home
last modified time | relevance | path

Searched defs:format (Results 176 – 200 of 2019) sorted by relevance

12345678910>>...81

/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
H A DComposerHal.h41 Error createVirtualDisplay(uint32_t width, uint32_t height, common::V1_0::PixelFormat* format, in createVirtualDisplay()
47 common::V1_0::PixelFormat format, in getClientTargetSupport()
/aosp14/frameworks/base/telephony/java/android/telephony/ims/aidl/
H A DIImsSmsListener.aidl25 void onSmsStatusReportReceived(int token, in String format, in byte[] pdu); in onSmsStatusReportReceived()
26 void onSmsReceived(int token, in String format, in byte[] pdu); in onSmsReceived()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/core/drm/
H A Dhw_info_drm.cpp78 #define PRINTLOG(method, format, buf) \ argument
85 void Error(const char *format, ...) { PRINTLOG(Error, format, buf_); } in Error()
86 void Warning(const char *format, ...) { PRINTLOG(Warning, format, buf_); } in Warning()
87 void Info(const char *format, ...) { PRINTLOG(Info, format, buf_); } in Info()
88 void Debug(const char *format, ...) { PRINTLOG(Debug, format, buf_); } in Debug()
/aosp14/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp54 bool isFormatOpaque(int format) { in isFormatOpaque()
61 bool isPossiblyYUV(PixelFormat format) { in isPossiblyYUV()
87 bool isPossibly10BitYUV(PixelFormat format) { in isPossibly10BitYUV()
475 sp<GraphicBuffer> buffer, void *pData, int format, LockedImage *outputImage) { in extractP010Gralloc4PlaneLayout()
563 int format = buffer->getPixelFormat(); in lockImageFromBuffer() local
/aosp12/hardware/qcom/sm8150p/gps/utils/
H A Dlog_util.h58 #define TS_PRINTF(format, x...) \ argument
70 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
71 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
72 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
73 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
74 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
/aosp12/hardware/qcom/sm7150/gps/utils/
H A Dlog_util.h63 #define TS_PRINTF(format, x...) \ argument
75 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
76 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
77 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
78 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
79 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
157 #define INSERT_BUFFER(flag, level, format, x...) \ argument
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dtrace.h22 ScopedTraceArgs(uint64_t tag, const char* format, Args&&... args) in ScopedTraceArgs()
69 #define PDX_TRACE_FORMAT(format, ...) \ argument
/aosp12/system/libbase/
H A Dstringprintf.cpp26 void StringAppendV(std::string* dst, const char* format, va_list ap) { in StringAppendV()
77 void StringAppendF(std::string* dst, const char* format, ...) { in StringAppendF()
/aosp12/frameworks/native/libs/ui/
H A DGraphicBufferAllocator.cpp111 status_t GraphicBufferAllocator::allocateHelper(uint32_t width, uint32_t height, PixelFormat format, in allocateHelper()
176 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
185 PixelFormat format, uint32_t layerCount, in allocateRawHandle()
193 status_t GraphicBufferAllocator::allocate(uint32_t width, uint32_t height, PixelFormat format, in allocate()
/aosp12/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToRGBAFilter.java56 public FrameFormat getConvertedFormat(FrameFormat format) { in getConvertedFormat()
63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram()
H A DToRGBFilter.java56 public FrameFormat getConvertedFormat(FrameFormat format) { in getConvertedFormat()
63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram()
/aosp12/system/bt/gd/common/
H A Dstrings.h102 std::string StringFormat(const std::string& format, Args... args) { in StringFormat()
119 inline std::string StringFormatTime(const std::string& format, const struct std::tm& tm) { in StringFormatTime()
/aosp14/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
H A DToRGBAFilter.java56 public FrameFormat getConvertedFormat(FrameFormat format) { in getConvertedFormat()
63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram()
H A DToRGBFilter.java56 public FrameFormat getConvertedFormat(FrameFormat format) { in getConvertedFormat()
63 public void createProgram(FilterContext context, FrameFormat format) { in createProgram()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java79 public YuvImage(byte[] yuv, int format, int width, int height, int[] strides) { in YuvImage()
199 private int[] calculateStrides(int width, int format) { in calculateStrides()
238 int format, int width, int height, int[] offsets, int[] strides, in nativeCompressToJpeg()
/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
H A DJPEGOutputStream.java38 int format) { in JPEGOutputStream()
43 public boolean setConfig(int width, int height, int quality, int format) { in setConfig()
135 native private int setup(OutputStream out, int width, int height, int format, int quality); in setup()
/aosp12/frameworks/native/libs/ui/tests/
H A DGraphicBuffer_test.cpp37 PixelFormat format = PIXEL_FORMAT_RGBA_8888; in TEST_F() local
44 PixelFormat format = PIXEL_FORMAT_RGBA_8888; in TEST_F() local
/aosp12/system/media/audio_utils/fuzz/format_fuzzer/
H A Dformat_fuzzer.cpp26 static bool is_common_src_format(audio_format_t format) { in is_common_src_format()
30 static bool is_common_dst_format(audio_format_t format) { in is_common_dst_format()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapVcardList.java55 BluetoothPbapVcardList(Account account, InputStream in, byte format) throws IOException { in BluetoothPbapVcardList()
60 private void parse(InputStream in, byte format) throws IOException { in parse()
/aosp12/hardware/qcom/sm8150/gps/utils/
H A Dlog_util.h63 #define TS_PRINTF(format, x...) \ argument
75 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
76 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
77 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
78 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
79 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
177 #define INSERT_BUFFER(flag, level, format, x...) \ argument
/aosp12/hardware/qcom/sm7250/gps/utils/
H A Dlog_util.h63 #define TS_PRINTF(format, x...) \ argument
75 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
76 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
77 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
78 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
79 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
177 #define INSERT_BUFFER(flag, level, format, x...) \ argument
/aosp12/frameworks/base/core/java/android/hardware/
H A DHardwareBuffer.java164 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in create()
202 @Format int format, @IntRange(from = 1) int layers, @Usage long usage) { in isSupported()
392 private static boolean isSupportedFormat(@Format int format) { in isSupportedFormat()
413 private static native long nCreateHardwareBuffer(int width, int height, int format, int layers, in nCreateHardwareBuffer()
429 private static native boolean nIsSupported(int width, int height, int format, int layers, in nIsSupported()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/
H A Dhw_info_drm.cpp88 #define PRINTLOG(method, format, buf) \ argument
95 void Error(const char *format, ...) { PRINTLOG(Error, format, buf_); } in Error()
96 void Warning(const char *format, ...) { PRINTLOG(Warning, format, buf_); } in Warning()
97 void Info(const char *format, ...) { PRINTLOG(Info, format, buf_); } in Info()
98 void Debug(const char *format, ...) { PRINTLOG(Debug, format, buf_); } in Debug()
/aosp12/packages/services/Car/cpp/computepipe/runner/input_manager/
H A DVideoDecoder.cpp124 AMediaFormat* format; in initializeMediaDecoder() local
183 AMediaFormat* format = AMediaCodec_getOutputFormat(mCodec); in releaseResources() local
302 AMediaFormat* format = AMediaCodec_getOutputFormat(mCodec); in readDecodedFrame() local
335 AMediaFormat* format = AMediaCodec_getOutputFormat(mCodec); in sendEosFlag() local
/aosp12/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsSmsImplBase.java161 @SmsMessage.Format String format, String smsc, boolean isRetry, in sendSms()
220 public final void onSmsReceived(int token, @SmsMessage.Format String format, byte[] pdu) in onSmsReceived()
358 @IntRange(from = 0, to = 65535) int messageRef, @SmsMessage.Format String format, in onSmsStatusReportReceived()
387 public final void onSmsStatusReportReceived(int token, @SmsMessage.Format String format, in onSmsStatusReportReceived()

12345678910>>...81