Searched refs:format (Results 1 - 25 of 484) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/videodecoder/
H A DVideoDecoderTrace.cpp23 void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...) argument
25 if (NULL == cat || NULL == fun || NULL == format)
30 va_start(args, format);
31 vprintf(format, args);
H A DVideoDecoderTrace.h33 extern void TraceVideoDecoder(const char* cat, const char* fun, int line, const char* format, ...);
34 #define VIDEO_DECODER_TRACE(cat, format, ...) \
35 TraceVideoDecoder(cat, __FUNCTION__, __LINE__, format, ##__VA_ARGS__)
37 #define ETRACE(format, ...) VIDEO_DECODER_TRACE("ERROR: ", format, ##__VA_ARGS__)
38 #define WTRACE(format, ...) VIDEO_DECODER_TRACE("WARNING: ", format, ##__VA_ARGS__)
39 #define ITRACE(format, ...) VIDEO_DECODER_TRACE("INFO: ", format, ##__VA_ARGS__)
40 #define VTRACE(format,
[all...]
/hardware/intel/img/hwcomposer/include/
H A DDisplayQuery.h25 static bool isVideoFormat(uint32_t format);
26 static int getOverlayLumaStrideAlignment(uint32_t format);
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
H A Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x)
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TA
[all...]
/hardware/qcom/gps/platform_lib_abstractions/
H A Dplatform_lib_macros.h34 #define TS_PRINTF(format, x...) \
43 fprintf(stdout,"%02d:%02d:%02d.%06ld]" format "\n", hh, mm, ss, tv.tv_usec,##x); \
52 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x)
53 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x)
54 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x)
55 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TA
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h44 *! that is, newest first. The date format is dd-Mon-yyyy.
90 Output format is:
285 * format, list - debug message
290 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
294 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
297 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
302 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
306 format OMX_DBG_FN OMX_DBG_LINE, ##list); \
312 #define OMX_DBG_PRINT(file, domain, level, mask, format, list...) \
317 format OMX_DBG_F
[all...]
/hardware/libhardware/include/hardware/
H A Daudio_alsaops.h33 * format the audio_format_t to convert
35 * Logs a fatal error if format is not a valid convertible audio_format_t.
37 static inline enum pcm_format pcm_format_from_audio_format(audio_format_t format) argument
39 switch (format) {
61 LOG_ALWAYS_FATAL("pcm_format_from_audio_format: invalid audio format %#x", format);
68 * format the pcm_format to convert
70 * Logs a fatal error if format is not a valid convertible pcm_format.
72 static inline audio_format_t audio_format_from_pcm_format(enum pcm_format format) argument
74 switch (format) {
[all...]
/hardware/intel/img/hwcomposer/ips/tangier/
H A DTngDisplayQuery.cpp28 bool DisplayQuery::isVideoFormat(uint32_t format) argument
30 switch (format) {
33 // Expand format to support the case: Software decoder + HW rendering
42 int DisplayQuery::getOverlayLumaStrideAlignment(uint32_t format) argument
45 switch (format) {
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvsurfgeom.h24 enum ocdformat format; member in struct:bvsurfgeom
/hardware/intel/common/libva/va/
H A Dva_compat.c35 int format,
40 return vaCreateSurfaces(dpy, format, width, height, surfaces, num_surfaces,
31 vaCreateSurfaces_0_32_0( VADisplay dpy, int width, int height, int format, int num_surfaces, VASurfaceID *surfaces ) argument
H A Dva_compat.h102 #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \
103 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
106 #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \
107 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
/hardware/ti/omap3/dspbridge/inc/
H A Dgt.h193 GT_0trace(struct GT_Mask mask, SmBits class, String format) argument
199 GT_1trace(struct GT_Mask mask, SmBits class, String format, ...) argument
205 GT_2trace(struct GT_Mask mask, SmBits class, String format, ...) argument
211 GT_3trace(struct GT_Mask mask, SmBits class, String format, ...) argument
217 GT_4trace(struct GT_Mask mask, SmBits class, String format, ...) argument
223 GT_5trace(struct GT_Mask mask, SmBits class, String format, ...) argument
229 GT_6trace(struct GT_Mask mask, SmBits class, String format, ...) argument
243 extern Int _GT_trace(struct GT_Mask * mask, String format, ...);
278 #define GT_0trace( mask, class, format )
279 #define GT_1trace( mask, class, format, arg
[all...]
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland_private.h42 va_wayland_error(const char *format, ...);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dgen_authors.sh9 $(git log --pretty=format:"%aN <%aE>" | sort | uniq)
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Common.h105 #define AKMDEBUG(level, format, ...) \
107 ? (fprintf(stdout, (format), ##__VA_ARGS__)) \
110 #define AKMDEBUG(level, format, ...)
115 #define AKMDATA(flag, format, ...) \
117 ? (fprintf(stdout, (format), ##__VA_ARGS__)) \
120 #define AKMDATA(flag, format, ...)
125 #define AKM_LOG(format, ...) ALOGD((format), ##__VA_ARGS__)
127 #define AKM_LOG(format, ...)
/hardware/qcom/display/msm8084/libgralloc/
H A Dgr.h50 size_t getBufferSizeAndDimensions(int width, int height, int format, int usage,
52 size_t getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,
[all...]
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/qcom/display/msm8226/libgralloc/
H A Dgr.h50 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
52 unsigned int getBufferSizeAndDimensions(int width, int height, int format,
57 void getBufferAttributes(int width, int height, int format, int usage,
62 bool isMacroTileEnabled(int format, int usage);
64 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
68 // Allocate buffer from width, height, format into a private_handle_t
70 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
110 * based on the width and format.
114 void getAlignedWidthAndHeight(int width, int height, int format,
149 int format,
[all...]
H A Dgpu.h40 int bufferType, int format,
45 int alloc_impl(int w, int h, int format, int usage,
50 int format, int usage,
62 int w, int h, int format,
/hardware/ti/omap4-aah/security/tf_daemon/
H A Ddelegation_client.c93 It is up to you to define the format of this configuration file and the
167 static MD_INLINE void LogError(const char* format, ...) argument
170 va_start(ap, format);
173 vsyslog(LOG_ERR, format, ap);
178 __android_log_vprint(ANDROID_LOG_ERROR , "TF Daemon", format, ap);
181 vfprintf(stderr, format, ap);
188 static MD_INLINE void LogWarning(const char* format, ...) argument
191 va_start(ap, format);
194 vsyslog(LOG_WARNING, format, ap);
199 __android_log_vprint(ANDROID_LOG_WARN , "TF Daemon", format, a
208 LogInfo(const char* format, ...) argument
228 TRACE_ERROR(const char* format, ...) argument
253 TRACE_WARNING(const char* format, ...) argument
278 TRACE_INFO(const char* format, ...) argument
306 LogError(const char* format, ...) argument
310 LogWarning(const char* format, ...) argument
314 LogInfo(const char* format, ...) argument
319 TRACE_ERROR(const char* format, ...) argument
324 TRACE_WARNING(const char* format, ...) argument
329 TRACE_INFO(const char* format, ...) argument
337 LogError(const char* format, ...) argument
346 LogWarning(const char* format, ...) argument
355 LogInfo(const char* format, ...) argument
364 TRACE_ERROR(const char* format, ...) argument
378 TRACE_WARNING(const char* format, ...) argument
392 TRACE_INFO(const char* format, ...) argument
[all...]
/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.h41 int bufferType, int format,
46 int alloc_impl(int w, int h, int format, int usage,
51 int format, int usage,
63 int w, int h, int format,
H A Dgr.h50 size_t getBufferSizeAndDimensions(int width, int height, int format,
53 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
57 // Allocate buffer from width, height, format into a private_handle_t
59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
88 * Function to compute the adreno stride based on the width and format.
92 int getStride(int width, int format);
/hardware/qcom/display/msm8974/libgralloc/
H A Dgpu.h41 int bufferType, int format,
46 int alloc_impl(int w, int h, int format, int usage,
51 int format, int usage,
63 int w, int h, int format,
H A Dgr.h50 size_t getBufferSizeAndDimensions(int width, int height, int format,
53 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
57 // Allocate buffer from width, height, format into a private_handle_t
59 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
88 * Function to compute the adreno stride based on the width and format.
92 int getStride(int width, int format);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderBase.cpp78 paramPortDefinitionInput.format.video.cMIMEType = NULL; // to be overridden
79 paramPortDefinitionInput.format.video.pNativeRender = NULL;
80 paramPortDefinitionInput.format.video.nFrameWidth = 176;
81 paramPortDefinitionInput.format.video.nFrameHeight = 144;
82 paramPortDefinitionInput.format.video.nStride = 0;
83 paramPortDefinitionInput.format.video.nSliceHeight = 0;
84 paramPortDefinitionInput.format.video.nBitrate = 64000;
85 paramPortDefinitionInput.format.video.xFramerate = 15 << 16;
87 paramPortDefinitionInput.format.video.bFlagErrorConcealment = OMX_FALSE;
88 paramPortDefinitionInput.format
[all...]

Completed in 604 milliseconds

1234567891011>>