Searched refs:mode (Results 51 - 75 of 330) sorted by relevance

1234567891011>>

/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c46 mode -
58 int loc_eng_dmn_conn_glue_msgget(const char * q_path, int mode) argument
61 msgqid = loc_eng_dmn_conn_glue_pipeget(q_path, mode);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c46 mode -
58 int loc_eng_dmn_conn_glue_msgget(const char * q_path, int mode) argument
61 msgqid = loc_eng_dmn_conn_glue_pipeget(q_path, mode);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Drecon_wrapper_sse2.c44 int mode = x->mode_info_context->mbmi.uv_mode; local
47 switch (mode) {
136 int mode = x->mode_info_context->mbmi.mode; local
139 switch (mode) {
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c25 OMX_U8 mode; local
75 DOMX_ERROR("errno from setting secure mode = %x",errno);
79 DOMX_ERROR("Setting unsecure mode failed");
91 ret = read(pComponentPrivate->secure_misc_drv_fd, &mode, sizeof(mode));
92 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
93 DOMX_DEBUG("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode);
146 DOMX_ERROR("Setting unsecure mode faile
[all...]
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.cpp93 * mode set thru adb shell */
94 int mode = getUserMode(); local
95 if (mode == -1) {
96 //Get the best mode and set
97 mode = getBestMode();
99 setResolution(mode);
390 // Parse this string to get mode(int)
483 int ExternalDisplay::getModeOrder(int mode) argument
487 switch (mode) {
526 /// Returns the user mode se
531 int mode = atoi(property_value); local
547 int mode = mEDIDModes[i]; local
603 const struct disp_mode_timing_type *mode = local
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMX3A.cpp43 // 1. Find camera's scene mode LUT
52 // 2. Find scene mode entry in table
71 int mode = 0; local
82 mode = getLUTvalue_HALtoOMX( str, SceneLUT);
83 if ( mFirstTimeInit || ((str != NULL) && ( mParameters3A.SceneMode != mode )) ) {
84 if ( 0 <= mode ) {
85 mParameters3A.SceneMode = mode;
86 if ((mode == OMX_Manual) && (mFirstTimeInit == false)){//Auto mode
89 if ((mode !
[all...]
H A DOMXAlgo.cpp47 CAMHAL_LOGDB("Capture mode %s", params.get(TICameraParameters::KEY_CAP_MODE));
98 /// Configure IPP, LDCNSF, GBCE and GLBCE only in HQ mode
271 int mode; local
286 mode = getLUTvalue_HALtoOMX(pValstr, mAutoConvergenceLUT);
288 if ( NAME_NOT_FOUND == mode ) {
289 CAMHAL_LOGEB("Wrong convergence mode: %s", pValstr);
291 return mode;
294 if ( mAutoConv != static_cast<OMX_TI_AUTOCONVERGENCEMODETYPE> (mode) ) {
295 mAutoConv = static_cast<OMX_TI_AUTOCONVERGENCEMODETYPE> (mode);
477 CAMHAL_LOGEB("Error while getting video stabilization mode
516 setGBCE(OMXCameraAdapter::BrightnessMode mode) argument
574 setGLBCE(OMXCameraAdapter::BrightnessMode mode) argument
631 setCaptureMode(OMXCameraAdapter::CaptureMode mode) argument
744 setLDC(OMXCameraAdapter::IPPMode mode) argument
795 setNSF(OMXCameraAdapter::IPPMode mode) argument
[all...]
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c116 /* mode 0: search for which chip in the system and fill sysfs path
117 mode 1: return event number
119 static int parsing_proc_input(int mode, char *name){ argument
154 if (mode == 0){
162 } else if (mode != 0){
169 if(mode == 0){
183 } else if(mode == 1){
197 } else if (mode == 2) {
222 if(0 == mode)
224 if (mode
[all...]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c109 /* mode 0: search for which chip in the system and fill sysfs path
110 mode 1: return event number
112 static int parsing_proc_input(int mode, char *name){ argument
147 if (mode == 0){
155 } else if (mode != 0){
162 if(mode == 0){
176 } else if(mode == 1){
190 } else if (mode == 2) {
215 if(0 == mode)
217 if (mode
[all...]
/hardware/intel/common/libwsbm/src/
H A Dwsbm_mallocpool.c87 pool_map(struct _WsbmBufStorage *buf, unsigned mode __attribute__ ((unused)), void **virtual __attribute__ ((unused)))
100 pool_syncforcpu(struct _WsbmBufStorage *buf __attribute__ ((unused)), unsigned mode __attribute__ ((unused)))
106 pool_releasefromcpu(struct _WsbmBufStorage *buf __attribute__ ((unused)), unsigned mode __attribute__ ((unused)))
H A Dwsbm_pool.h58 int (*map) (struct _WsbmBufStorage * buf, unsigned mode, void **virtual);
60 int (*syncforcpu) (struct _WsbmBufStorage * buf, unsigned mode);
61 void (*releasefromcpu) (struct _WsbmBufStorage * buf, unsigned mode);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c50 const int mode = vp9_read_tree(r, vp9_inter_mode_tree, local
53 ++cm->counts.inter_mode[ctx][mode];
55 return NEARESTMV + mode;
182 mbmi->mode = mi->bmi[3].as_mode;
187 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
193 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode =
197 mbmi->mode = read_intra_mode(r,
201 mbmi->uv_mode = read_intra_mode(r, vp9_kf_uv_mode_prob[mbmi->mode]);
262 const REFERENCE_MODE mode = local
265 ++cm->counts.comp_inter[ctx][mode];
284 const REFERENCE_MODE mode = read_block_reference_mode(cm, xd, r); local
365 assign_mv(VP9_COMMON *cm, MB_PREDICTION_MODE mode, int_mv mv[2], int_mv ref_mv[2], int_mv nearest_mv[2], int_mv near_mv[2], int is_compound, int allow_hp, vp9_reader *r) argument
[all...]
/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.h94 int16_t AKD_SetMode(const BYTE mode);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dobj_int_extract.c54 int print_macho_equ(output_fmt_t mode, uint8_t* name, int val) { argument
55 switch (mode) {
66 log_msg("Unsupported mode: %d", mode);
71 int parse_macho(uint8_t *base_buf, size_t sz, output_fmt_t mode) { argument
189 print_macho_equ(mode, str_buf + nl.n_un.n_strx + 1, val);
199 print_macho_equ(mode, str_buf + nl.n_un.n_strx + 1, val);
387 int parse_elf(uint8_t *buf, size_t sz, output_fmt_t mode) { argument
495 switch (mode) {
584 switch (mode) {
779 output_fmt_t mode = OUTPUT_FMT_PLAIN; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dfindnearmv.h111 if(cur_mb->mbmi.mode != SPLITMV)
126 if(cur_mb->mbmi.mode != SPLITMV)
139 switch (cur_mb->mbmi.mode)
166 switch (cur_mb->mbmi.mode)
H A Dinvtrans.h44 if (xd->mode_info_context->mbmi.mode != SPLITMV)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dsegmentation.c39 * If using last frame 0,0 mode then leave flag as it is
51 else if ((this_mb_mode_info->mbmi.mode != ZEROMV) && *(x->gf_active_ptr))
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.h45 void inv_set_debug_mode(rd_dbg_mode mode);
/hardware/qcom/gps/core/
H A DUlpProxyBase.h43 mPosMode.mode = LOC_POSITION_MODE_INVALID;
/hardware/qcom/msm8x26/kernel-headers/video/
H A Dmsm_hdmi_modes.h196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
/hardware/qcom/msm8x74/kernel-headers/video/
H A Dmsm_hdmi_modes.h196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
/hardware/qcom/msm8x84/kernel-headers/video/
H A Dmsm_hdmi_modes.h196 #define MSM_HDMI_MODES_SET_TIMING(LUT, MODE) do { struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; LUT[MODE] = mode; } while (0)
197 #define MSM_HDMI_MODES_INIT_TIMINGS(__lut) do { unsigned int i; for (i = 0; i < HDMI_VFRMT_MAX; i++) { struct msm_hdmi_mode_timing_info mode = VFRMT_NOT_SUPPORTED(i); (__lut)[i] = mode; } } while (0)
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMX3A.cpp48 // 1. Find camera's scene mode LUT
57 // 2. Find scene mode entry in table
76 int mode = 0; local
87 mode = getLUTvalue_HALtoOMX( str, SceneLUT);
88 if ( mFirstTimeInit || ((str != NULL) && ( mParameters3A.SceneMode != mode )) ) {
89 if ( 0 <= mode ) {
90 mParameters3A.SceneMode = mode;
91 if ((mode == OMX_Manual) && (mFirstTimeInit == false)){//Auto mode
94 if ((mode !
[all...]
/hardware/qcom/msm8x74/original-kernel-headers/video/
H A Dmsm_hdmi_modes.h210 struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; \
211 LUT[MODE] = mode;\
218 struct msm_hdmi_mode_timing_info mode = \
220 (__lut)[i] = mode; \
282 static inline const char *msm_hdmi_mode_2string(uint32_t mode) argument
284 switch (mode) {
/hardware/qcom/msm8x84/original-kernel-headers/video/
H A Dmsm_hdmi_modes.h210 struct msm_hdmi_mode_timing_info mode = MODE##_TIMING; \
211 LUT[MODE] = mode;\
218 struct msm_hdmi_mode_timing_info mode = \
220 (__lut)[i] = mode; \
282 static inline const char *msm_hdmi_mode_2string(uint32_t mode) argument
284 switch (mode) {

Completed in 2165 milliseconds

1234567891011>>