Searched refs:level (Results 1 - 25 of 90) sorted by relevance

1234

/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c30 * @param[in] level Level of the messages. It starts at 0, and may increase
33 void inv_set_message(long set, long clear, int level) argument
35 if (level == 0) {
H A Dmessage_layer.h28 void inv_set_message(long set, long clear, int level);
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c30 * @param[in] level Level of the messages. It starts at 0, and may increase
33 void inv_set_message(long set, long clear, int level) argument
35 if (level == 0) {
H A Dmessage_layer.h42 void inv_set_message(long set, long clear, int level);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dmessage_layer.c30 * @param[in] level Level of the messages. It starts at 0, and may increase
33 void inv_set_message(long set, long clear, int level) argument
35 if (level == 0) {
H A Dmessage_layer.h38 void inv_set_message(long set, long clear, int level);
/hardware/ti/omap4-aah/domx/mm_osal/src/
H A Dtimm_osal_trace.c132 if (trace_level >= loc->level)
146 if ( (loc->level == TIMM_OSAL_TRACE_LEVEL_ERROR) || (loc->level == TIMM_OSAL_TRACE_LEVEL_WARNING) || (loc->level == TIMM_OSAL_TRACE_LEVEL_ENTERING) )
163 if ( (loc->level == 1) || (loc->level == 2) || (loc->level == 5) )
/hardware/ti/omap3/omx/ti_omx_config_parser/inc/
H A Dti_video_config_parser.h41 uint32 level; member in struct:_tiVideoConfigParserOutputs
H A Dti_omx_config_parser.h52 OMX_U32 level; member in struct:__anon3345
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon1813
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon1815
/hardware/ti/omap4xxx/domx/mm_osal/inc/
H A Dtimm_osal_trace.h79 * The OSAL debug trace level can be set at runtime by defining the environment
80 * variable TIMM_OSAL_DEBUG_TRACE_LEVEL=<Level>. The default level is 1
89 * Example: if TIMM_OSAL_DEBUG_TRACE_LEVEL=3, then level 1,2 and 3 traces messages
102 const short level; member in struct:__anon3511
117 #define __TIMM_OSAL_Trace(level, tracegrp, fmt, ...) \
120 __FILE__, __FUNCTION__, __LINE__, (level), (tracegrp) \
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drmSL.c84 int level; member in struct:SkipList
123 int level = 1; local
128 while ((SL_RANDOM & 0x01) && level < SL_MAX_LEVEL) ++level;
129 return level;
140 list->level = 0;
177 for (i = list->level, entry = list->head; i >= 0; i--) {
191 int level; local
201 level = SLRandomLevel();
202 if (level > lis
[all...]
/hardware/ti/omap4-aah/domx/mm_osal/inc/
H A Dtimm_osal_trace.h90 * The OSAL debug trace level can be set at runtime by defining the environment
91 * variable TIMM_OSAL_DEBUG_TRACE_LEVEL=<Level>. The default level is 1
101 * Example: if TIMM_OSAL_DEBUG_TRACE_LEVEL=3, then level 1,2 and 3 traces messages
114 const short level; member in struct:__anon3391
120 * Trace level update function. Updates trace level if env variable
136 #define __TIMM_OSAL_Trace(level, tracegrp, fmt, ...) \
139 __FILE__, __FUNCTION__, __LINE__, (level), (tracegrp) \
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Common.h105 #define AKMDEBUG(level, format, ...) \
106 (((level) <= DBG_LEVEL) \
110 #define AKMDEBUG(level, format, ...)
/hardware/ti/omap4xxx/domx/mm_osal/src/
H A Dtimm_osal_trace.c103 if (trace_level >= loc->level)
/hardware/qcom/audio/post_proc/
H A Dequalizer.c87 ALOGV("%s: band: %d level: %d", __func__, band,
93 int32_t level)
95 ALOGV("%s: band: %d, level: %d", __func__, band, level);
96 if (level > 0) {
97 level = (int)((level+50)/100);
99 level = (int)((level-50)/100);
101 context->band_levels[band] = level;
92 equalizer_set_band_level(equalizer_context_t *context, int32_t band, int32_t level) argument
354 int32_t level; local
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
H A DOMX_TI_Debug.h56 must adhere to these domain and level conventions.
59 level, we separated errors into their own domain, as even error printing
68 have levels at least of the mask's level will be printed
83 __OMX_DBG_LEVEL__ - print level
85 __OMX_DBG_4ISERROR__ - print level 4 messages into the error file
91 file:function():line domain<level> message
186 the output and error file names, or the debug level. If the debug level
281 * level - level o
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp47 /* MPEG4 profile and level table*/
50 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
69 /* H264 profile and level table*/
72 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
117 /* H263 profile and level table*/
120 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
282 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
291 profile_level.level = VEN_LEVEL_H263_20;
300 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
815 DEBUG_PRINT_ERROR("\nERROR: Unsuccessful in updating Profile and level");
[all...]
H A Dvideo_encoder_device.cpp48 /* MPEG4 profile and level table*/
51 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
70 /* H264 profile and level table*/
73 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
118 /* H263 profile and level table*/
121 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
255 profile_level.level = VEN_LEVEL_MPEG4_2;
264 profile_level.level = VEN_LEVEL_H263_20;
273 profile_level.level = VEN_LEVEL_H264_1p1;
741 DEBUG_PRINT_ERROR("\nERROR: Unsuccessful in updating Profile and level");
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp47 /* MPEG4 profile and level table*/
49 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
68 /* H264 profile and level table*/
70 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
115 /* H263 profile and level table*/
117 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
365 profile_level.level = VEN_LEVEL_MPEG4_2;
369 profile_level.level = VEN_LEVEL_H263_20;
375 profile_level.level = VEN_LEVEL_H264_1p1;
868 DEBUG_PRINT_ERROR("ERROR: Unsuccessful in updating Profile and level");
[all...]
H A Dvideo_encoder_device_v4l2.cpp64 /* MPEG4 profile and level table*/
66 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
89 /* H264 profile and level table*/
91 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
151 /* H263 profile and level table*/
153 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
800 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
806 profile_level.level = VEN_LEVEL_H263_20;
812 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
818 profile_level.level
[all...]
/hardware/intel/common/wrs_omxil_core/core/src/
H A Dintel_video_config_parser.cpp93 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
94 aOutputs->level = 0;
103 aOutputs->level = 0;
154 aOutputs->level = (uint32) level_idc;
183 aOutputs->level = NewCompression;
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
H A Dti_video_config_parser.cpp92 aOutputs->profile = (uint32)profile_level; // for mp4, profile/level info is packed
93 aOutputs->level = 0;
103 aOutputs->level = 0;
156 aOutputs->level = (uint32) level_idc;
198 aOutputs->level = NewCompression;
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderH263.cpp120 OMX_U32 level; member in struct:ProfileLevelTable
129 p->eLevel = plTable[p->nProfileIndex].level;

Completed in 509 milliseconds

1234