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

12345678910

/hardware/ti/wlan/wl1271/external_drivers/sdio/linux/
H A DSdioDrvDbg.h54 #define PERR(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_ERR) printk(format , ##args)
55 #define PDEBUG(format, args... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_DEBUG) printk(format , ##args)
56 #define PINFO(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_INFO) printk( format , ##__VA_ARGS__)
57 #define PNOTICE(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_NOTICE) printk( format , ##__VA_ARGS__)
58 #define PWARNING(format, ... ) if(g_sdio_debug_level >= SDIO_DEBUGLEVEL_WARNING) printk(format , ##__VA_ARGS_
[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/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/qcom/camera/hdr/include/
H A Dmorpho_noise_reduction.h53 * @param[in] format �摜�t�H�[�}�b�g������
60 const char *format);
117 * @param[out] format �摜�t�H�[�}�b�g�����񂪊i�[�����
124 char *format,
159 * @param[in] format �摜�t�H�[�}�b�g������
165 const char *format);
H A Dmorpho_hdr_checker.h64 * @param[in] format ��͉摜�̃t�H�[�}�b�g
71 const char *format);
81 * @param[in] format ��͉摜�̃t�H�[�}�b�g
91 const char *format);
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
H A Dtracebuf_api.h54 int tb_sprintf(const char *format ,...);
68 #define tb_sprintf(format ,...)
/hardware/qcom/display/libgralloc/
H A Dgpu.h47 int bufferType, int format,
52 int alloc_impl(int w, int h, int format, int usage,
57 int format, int usage,
64 int w, int h, int format,
H A Dgr.h53 size_t getBufferSizeAndDimensions(int width, int height, int format,
56 int decideBufferHandlingMechanism(int format, const char *compositionUsed,
60 // Allocate buffer from width, height, format into a private_handle_t
62 int alloc_buffer(private_handle_t **pHnd, int w, int h, int format, int usage);
/hardware/samsung_slsi/exynos5/include/
H A Dgralloc_priv.h84 int format; member in struct:private_handle_t
105 int h, int format, int stride, int vstride) :
107 offset(0), format(format), width(w), height(h), stride(stride),
116 int h, int format, int stride, int vstride) :
118 offset(0), format(format), width(w), height(h), stride(stride),
128 int h, int format, int stride, int vstride) :
130 offset(0), format(format), widt
104 private_handle_t(int fd, int size, int flags, int w, int h, int format, int stride, int vstride) argument
115 private_handle_t(int fd, int fd1, int size, int flags, int w, int h, int format, int stride, int vstride) argument
127 private_handle_t(int fd, int fd1, int fd2, int size, int flags, int w, int h, int format, int stride, int vstride) argument
[all...]
/hardware/ti/omap4xxx/security/tf_daemon/
H A Ddelegation_client.c93 It is up to you to define the format of this configuration file and the
148 static MD_INLINE void LogError(const char* format, ...) argument
151 va_start(ap, format);
154 vsyslog(LOG_ERR, format, ap);
159 vfprintf(stderr, format, ap);
165 static MD_INLINE void LogWarning(const char* format, ...) argument
168 va_start(ap, format);
171 vsyslog(LOG_WARNING, format, ap);
176 vfprintf(stderr, format, ap);
181 static MD_INLINE void LogInfo(const char* format, argument
197 TRACE_ERROR(const char* format, ...) argument
218 TRACE_WARNING(const char* format, ...) argument
239 TRACE_INFO(const char* format, ...) argument
263 LogError(const char* format, ...) argument
267 LogWarning(const char* format, ...) argument
271 LogInfo(const char* format, ...) argument
276 TRACE_ERROR(const char* format, ...) argument
281 TRACE_WARNING(const char* format, ...) argument
286 TRACE_INFO(const char* format, ...) argument
294 LogError(const char* format, ...) argument
303 LogWarning(const char* format, ...) argument
312 LogInfo(const char* format, ...) argument
321 TRACE_ERROR(const char* format, ...) argument
335 TRACE_WARNING(const char* format, ...) argument
349 TRACE_INFO(const char* format, ...) argument
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioDumpInterface.cpp60 uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status)
68 outFinal = mFinalInterface->openOutputStream(devices, format, channels, sampleRate, status);
70 lFormat = outFinal->format();
74 if (format != 0) {
75 if (*format != 0) {
76 lFormat = *format;
78 *format = lFormat;
126 AudioStreamIn* AudioDumpInterface::openInputStream(uint32_t devices, int *format, uint32_t *channels, argument
134 inFinal = mFinalInterface->openInputStream(devices, format, channels, sampleRate, status, acoustics);
136 lFormat = inFinal->format();
59 openOutputStream( uint32_t devices, int *format, uint32_t *channels, uint32_t *sampleRate, status_t *status) argument
251 getInputBufferSize(uint32_t sampleRate, int format, int channelCount) argument
258 AudioStreamOutDump(AudioDumpInterface *interface, int id, AudioStreamOut* finalStream, uint32_t devices, int format, uint32_t channels, uint32_t sampleRate) argument
329 int AudioStreamOutDump::format() const function in class:android::AudioStreamOutDump
419 AudioStreamInDump(AudioDumpInterface *interface, int id, AudioStreamIn* finalStream, uint32_t devices, int format, uint32_t channels, uint32_t sampleRate) argument
533 int AudioStreamInDump::format() const function in class:android::AudioStreamInDump
[all...]
H A DAudioHardwareInterface.cpp113 size_t AudioHardwareBase::getInputBufferSize(uint32_t sampleRate, int format, int channelCount) argument
119 if (format != AudioSystem::PCM_16_BIT) {
120 ALOGW("getInputBufferSize bad format: %d", format);
/hardware/qcom/display/libcopybit/
H A Dcopybit_c2d.cpp139 int format; member in struct:bufferInfo
177 /* convert COPYBIT_FORMAT to C2D format */
178 static int get_format(int format) { argument
179 switch (format) {
194 default: ALOGE("%s: invalid format (0x%x", __FUNCTION__, format); return -EINVAL;
217 * \brief Get the bpp for a particular color format
218 * \param color format
283 static int is_supported_rgb_format(int format) argument
285 switch(format) {
299 get_num_planes(int format) argument
316 is_supported_yuv_format(int format) argument
330 is_valid_destination_format(int format) argument
344 int format = info.format; local
[all...]
/hardware/qcom/audio/alsa_sound/
H A DAudioUtil.h64 static int printFormatFromEDID(unsigned char format);
67 unsigned char format);
H A DALSAStreamOps.cpp94 status_t ALSAStreamOps::set(int *format, argument
151 snd_pcm_format_t iformat = mHandle->format;
153 if (format) {
154 switch(*format) {
168 iformat = *format;
176 ALOGE("Unknown PCM format %i. Forcing default", *format);
180 if (mHandle->format != iformat)
185 *format = AudioSystem::PCM_16_BIT;
188 *format
319 int ALSAStreamOps::format() const function in class:android_audio_legacy::ALSAStreamOps
[all...]
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp131 static int gralloc_alloc_rgb(int ionfd, int w, int h, int format, int usage, argument
138 switch (format) {
162 if (format != HAL_PIXEL_FORMAT_BLOB) {
180 *hnd = new private_handle_t(fd, size, usage, w, h, format, *stride,
186 static int gralloc_alloc_framework_yuv(int ionfd, int w, int h, int format, argument
193 switch (format) {
203 ALOGE("invalid yuv format %d\n", format);
212 *hnd = new private_handle_t(fd, size, usage, w, h, format, *stride, h);
216 static int gralloc_alloc_yuv(int ionfd, int w, int h, int format, argument
309 gralloc_alloc(alloc_device_t* dev, int w, int h, int format, int usage, buffer_handle_t* pHandle, int* pStride) argument
[all...]
/hardware/qcom/display/liboverlay/
H A DoverlayUtils.h137 * The compound format passed to the overlay is
138 * ABCCC where A is the input 3D format
139 * B is the output 3D format
140 * CCC is the color format e.g YCbCr420SP YCrCb420SP etc */
155 /*TODO enable this block only if format has interlace / 3D info in top bits.
165 uint32_t getColorFormat(uint32_t format);
221 Whf() : w(0), h(0), format(0), size(0) {}
223 w(wi), h(he), format(f), size(0) {}
225 w(wi), h(he), format(f), size(s) {}
229 whf.format
237 uint32_t format; member in struct:overlay::utils::Whf
552 isYuv(uint32_t format) argument
570 isRgb(uint32_t format) argument
593 getFormatString(int format) argument
702 getRotOutFmt(uint32_t format) argument
721 getColorFormat(uint32_t format) argument
[all...]
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h64 * return audio format in 8bit or 16bit PCM format -
67 virtual int format() const = 0;
72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
140 * return audio format in 8bit or 16bit PCM format -
143 virtual int format() const = 0;
148 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
244 virtual size_t getInputBufferSize(uint32_t sampleRate, int format, int channelCount) = 0;
249 int *format
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
H A DJPEGTest.c330 imageinfo->format = GetYUVformat(Data);
331 switch (imageinfo->format) {
333 printf("APP:: Image chroma format is OMX_COLOR_FormatYUV420PackedPlanar\n");
336 printf("APP:: Image chroma format is OMX_COLOR_FormatYUV411Planar\n");
339 printf("APP:: Image chroma format is OMX_COLOR_FormatYUV422Interleaved\n");
342 printf("APP:: Image chroma format is OMX_COLOR_FormatYUV444Interleaved\n");
345 printf("APP:: Image chroma format is OMX_COLOR_FormatL8 \n");
348 printf("APP:: Cannot find Image chroma format \n");
349 imageinfo->format = OMX_COLOR_FormatUnused;
358 imageinfo->format
[all...]
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp66 virtual bool isYUVSurface(ColorConvertFormat format);
67 virtual void *getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource);
70 virtual uint32_t getC2DFormat(ColorConvertFormat format);
71 virtual size_t calcStride(ColorConvertFormat format, size_t width);
72 virtual size_t calcYSize(ColorConvertFormat format, size_t width, size_t height);
73 virtual size_t calcSize(ColorConvertFormat format, size_t width, size_t height);
76 virtual size_t calcLumaAlign(ColorConvertFormat format);
77 virtual size_t calcSizeAlign(ColorConvertFormat format);
268 bool C2DColorConverter::isYUVSurface(ColorConvertFormat format) argument
270 switch (format) {
284 getDummySurfaceDef(ColorConvertFormat format, size_t width, size_t height, bool isSource) argument
373 getC2DFormat(ColorConvertFormat format) argument
395 calcStride(ColorConvertFormat format, size_t width) argument
417 calcYSize(ColorConvertFormat format, size_t width, size_t height) argument
438 calcSize(ColorConvertFormat format, size_t width, size_t height) argument
550 calcLumaAlign(ColorConvertFormat format) argument
562 calcSizeAlign(ColorConvertFormat format) argument
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Utils.c45 *! that is, newest first. The date format is dd-Mon-yyyy.
70 if ((OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_CIF_WIDTH) ||
71 (OMX_U16)(pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_CIF_HEIGHT)) {
72 if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingAVC) {
75 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingWMV) {
78 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG4) {
79 if ((OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameHeight > VIDDEC_D1MAX_HEIGHT ||
80 (OMX_U16)pComponentPrivate->pInPortDef->format.video.nFrameWidth > VIDDEC_D1MAX_WIDTH)
89 else if (pComponentPrivate->pInPortDef->format.video.eCompressionFormat == OMX_VIDEO_CodingMPEG2) {
92 else if (pComponentPrivate->pInPortDef->format
[all...]
/hardware/libhardware_legacy/
H A Dqemu.h67 const char* format,
/hardware/qcom/media/mm-video/vidc/common/src/
H A Dvidc_color_converter.cpp132 int format = -1; local
134 format = HAL_PIXEL_FORMAT_NV12_ENCODEABLE;
136 format = HAL_PIXEL_FORMAT_RGBA_8888;
138 return format;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_Venc.c61 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
62 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
63 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
64 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
67 exynosOutputPort->portDefinition.format.video.nFrameWidth =
68 exynosInputPort->portDefinition.format.video.nFrameWidth;
69 exynosOutputPort->portDefinition.format.video.nFrameHeight =
70 exynosInputPort->portDefinition.format.video.nFrameHeight;
71 width = exynosOutputPort->portDefinition.format.video.nStride =
72 exynosInputPort->portDefinition.format
[all...]
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
H A DExynos_OMX_Vdec.c73 if ((exynosOutputPort->portDefinition.format.video.nFrameWidth !=
74 exynosInputPort->portDefinition.format.video.nFrameWidth) ||
75 (exynosOutputPort->portDefinition.format.video.nFrameHeight !=
76 exynosInputPort->portDefinition.format.video.nFrameHeight)) {
79 exynosOutputPort->portDefinition.format.video.nFrameWidth =
80 exynosInputPort->portDefinition.format.video.nFrameWidth;
81 exynosOutputPort->portDefinition.format.video.nFrameHeight =
82 exynosInputPort->portDefinition.format.video.nFrameHeight;
83 width = exynosOutputPort->portDefinition.format.video.nStride =
84 exynosInputPort->portDefinition.format
[all...]

Completed in 1138 milliseconds

12345678910