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

12

/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/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.h36 void inv_set_message(long set, long clear, int level);
/hardware/qcom/camera/hdr/include/
H A Dmorpho_noise_reduction.h132 * @param[out] level �P�x�m�C�Y�������x���x�����i�[�����
138 int *level);
145 * @param[out] level �N���}�m�C�Y�������x���x�����i�[�����
151 int *level);
172 * @param[in] level �P�x�m�C�Y�������x���x��(0-7)
178 int level);
185 * @param[in] level �N���}�m�C�Y�������x���x��(0-7)
191 int level);
/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:__anon2145
H A Dti_m4v_config_parser.h124 int32 *level,
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraThermalAdapter.h50 virtual int thermalEvtHandle(qcamera_thermal_level_enum_t level,
67 static int thermalCallback(int level, void *userdata, void *data);
H A DQCameraThermalAdapter.cpp149 int QCameraThermalAdapter::thermalCallback(int level, argument
155 qcamera_thermal_level_enum_t lvl = (qcamera_thermal_level_enum_t) level;
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon974
/hardware/qcom/media/mm-core/src/common/
H A Dqc_omx_core.h59 OMX_U32 level; member in struct:__anon976
/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:__anon2187
117 #define __TIMM_OSAL_Trace(level, tracegrp, fmt, ...) \
120 __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/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-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp59 /* MPEG4 profile and level table*/
61 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
84 /* H264 profile and level table*/
86 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
143 /* H263 profile and level table*/
145 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
560 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
567 profile_level.level = VEN_LEVEL_H263_20;
574 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
581 profile_level.level
[all...]
H A Dvideo_encoder_device.cpp48 /* MPEG4 profile and level table*/
50 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
69 /* H264 profile and level table*/
71 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
116 /* H263 profile and level table*/
118 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
249 profile_level.level = VEN_LEVEL_MPEG4_2;
256 profile_level.level = VEN_LEVEL_H263_20;
265 profile_level.level = VEN_LEVEL_H264_1p1;
764 DEBUG_PRINT_ERROR("\nERROR: Unsuccessful in updating Profile and level");
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp49 /* MPEG4 profile and level table*/
52 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
71 /* H264 profile and level table*/
74 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
119 /* H263 profile and level table*/
122 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
284 profile_level.level = V4L2_MPEG_VIDEO_MPEG4_LEVEL_2;
293 profile_level.level = VEN_LEVEL_H263_20;
302 profile_level.level = V4L2_MPEG_VIDEO_H264_LEVEL_1_0;
817 DEBUG_PRINT_ERROR("\nERROR: Unsuccessful in updating Profile and level");
[all...]
H A Dvideo_encoder_device.cpp50 /* MPEG4 profile and level table*/
53 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
72 /* H264 profile and level table*/
75 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
120 /* H263 profile and level table*/
123 /*max mb per frame, max mb per sec, max bitrate, level, profile*/
257 profile_level.level = VEN_LEVEL_MPEG4_2;
266 profile_level.level = VEN_LEVEL_H263_20;
275 profile_level.level = VEN_LEVEL_H264_1p1;
743 DEBUG_PRINT_ERROR("\nERROR: Unsuccessful in updating Profile and level");
[all...]
/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/qcom/msm8960/kernel-headers/linux/
H A Dmsm_q6venc.h184 u32 level; member in struct:venc_mpeg4_config
196 u32 level; member in struct:venc_h263_config
201 u32 level; member in struct:venc_h264_config
H A Dmsm_q6vdec.h255 u32 level; member in struct:vdec_dec_attributes
292 u32 level; member in union:vdec_property
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_q6venc.h151 u32 level; member in struct:venc_mpeg4_config
162 u32 level; member in struct:venc_h263_config
167 u32 level; member in struct:venc_h264_config
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
H A DExynos_OMX_Def.h162 OMX_S32 level; member in struct:_EXYNOS_OMX_VIDEO_PROFILELEVEL

Completed in 840 milliseconds

12