Searched refs:mode (Results 1 - 25 of 330) sorted by relevance

1234567891011>>

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
H A Dreconintra_arm.c22 int mode,
31 int mode = x->mode_info_context->mbmi.mode; local
35 vp8_build_intra_predictors_mby_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
42 int mode,
51 int mode = x->mode_info_context->mbmi.mode; local
55 vp8_build_intra_predictors_mby_s_neon_func(y_buffer, ypred_ptr, y_stride, mode, Up, Left);
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlSetGyroBias.h40 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode);
41 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode);
42 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode);
H A DmlSetGyroBias.c35 int mode; member in struct:__anon1049
89 inv_error_t inv_set_gyro_bias_in_hw_unit(const short *bias, int mode) argument
99 sgb.mode = mode;
107 inv_error_t inv_set_gyro_bias_in_dps(const long *bias, int mode) argument
127 result = inv_set_gyro_bias_in_hw_unit(offset, mode);
131 inv_error_t inv_set_gyro_bias_in_dps_float(const float *bias, int mode) argument
139 result = inv_set_gyro_bias_in_dps(biasL, mode);
/hardware/intel/img/psb_video/src/android/
H A Dpsb_mds.cpp60 int mode = MDS_MODE_NONE; local
62 mode = mListener->getDisplayMode(false);
63 if (checkMode(mode, (MDS_VIDEO_ON | MDS_HDMI_CONNECTED)))
64 mode = MDS_HDMI_VIDEO_ISPLAYING;
65 else if (checkMode(mode, (MDS_VIDEO_ON | MDS_WIDI_ON)))
66 mode = MDS_WIDI_VIDEO_ISPLAYING;
68 mode = MDS_INIT_VALUE;
69 //ALOGV("mds mode is %d", mode);
70 return mode;
84 int mode = mListener->getDisplayMode(false); local
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_rmnet.h27 #define RMNET_IS_MODE_QOS(mode) ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
29 #define RMNET_IS_MODE_IP(mode) ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_rmnet.h17 /* Bitmap macros for RmNET driver operation mode. */
26 #define RMNET_IS_MODE_QOS(mode) \
27 ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
28 #define RMNET_IS_MODE_IP(mode) \
29 ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
40 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_rmnet.h27 #define RMNET_IS_MODE_QOS(mode) ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
29 #define RMNET_IS_MODE_IP(mode) ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_rmnet.h4 /* Bitmap macros for RmNET driver operation mode. */
13 #define RMNET_IS_MODE_QOS(mode) \
14 ((mode & RMNET_MODE_QOS) == RMNET_MODE_QOS)
15 #define RMNET_IS_MODE_IP(mode) \
16 ((mode & RMNET_MODE_LLP_IP) == RMNET_MODE_LLP_IP)
27 RMNET_IOCTL_GET_OPMODE = 0x000089F7, /* Get operation mode */
/hardware/intel/common/libwsbm/
H A Dautogen.sh12 $srcdir/configure --enable-maintainer-mode "$@"
/hardware/libhardware_legacy/audio/
H A DAudioHardwareInterface.cpp54 static const char* displayMode(int mode) argument
56 if ((mode < AudioSystem::MODE_INVALID) || (mode >= AudioSystem::NUM_MODES))
58 return routingModeStrings[mode+3];
86 status_t AudioHardwareBase::setMode(int mode) argument
89 ALOGD("setMode(%s)", displayMode(mode));
91 if ((mode < 0) || (mode >= AudioSystem::NUM_MODES))
93 if (mMode == mode)
95 mMode = mode;
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_mbgraph.h23 MB_PREDICTION_MODE mode; member in union:__anon618::__anon619::__anon620
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareBase.h39 * setMode is called when the audio mode changes. NORMAL mode is for
43 virtual status_t setMode(int mode);
55 /** returns true if the given mode maps to a telephony or VoIP call is in progress */
56 virtual bool isModeInCall(int mode) argument
57 { return ((mode == AudioSystem::MODE_IN_CALL)
58 || (mode == AudioSystem::MODE_IN_COMMUNICATION)); };
/hardware/intel/img/hwcomposer/common/base/
H A DDrm.cpp198 // current mode
200 ILOGTRACE("mode is valid, kernel mode settings");
201 memcpy(&output->mode, &output->crtc->mode, sizeof(drmModeModeInfo));
204 ELOGTRACE("mode is invalid. Kernel mode setting is not completed");
228 ILOGTRACE("mode is: %dx%d@%dHz", output->mode.hdisplay, output->mode
276 drmModeModeInfoPtr mode; local
320 drmModeModeInfoPtr mode; local
418 getModeInfo(int device, drmModeModeInfo& mode) argument
507 setDpmsMode(int device, int mode) argument
594 drmModeModeInfoPtr mode; local
607 setDrmMode(int index, drmModeModeInfoPtr mode) argument
[all...]
H A DDrm.h60 bool setDpmsMode(int device, int mode);
62 bool getModeInfo(int device, drmModeModeInfo& mode);
65 bool isSameDrmMode(drmModeModeInfoPtr mode, drmModeModeInfoPtr base) const;
72 bool setDrmMode(int index, drmModeModeInfoPtr mode);
90 drmModeModeInfo mode; member in struct:android::intel::Drm::DrmOutput
/hardware/qcom/gps/core/
H A Dgps_extended.h40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
/hardware/qcom/gps/msm8960/core/
H A Dgps_extended.h40 LocPositionMode mode; member in struct:LocPosMode
50 mode(m), recurrence(recr),
64 mode(LOC_POSITION_MODE_MS_BASED),
74 return anotherMode.mode == mode &&
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
H A Dx86.h213 x87_set_control_word(unsigned short mode) { argument
214 __asm__ __volatile__("fldcw %0" : : "m"(*&mode));
218 unsigned short mode; local
219 __asm__ __volatile__("fstcw %0\n\t":"=m"(*&mode):);
220 return mode;
224 x87_set_control_word(unsigned short mode) { argument
225 asm volatile("fldcw %0" : : "m"(*&mode));
229 unsigned short mode; local
230 asm volatile("fstcw %0\n\t":"=m"(*&mode):);
231 return mode;
241 x87_set_control_word(unsigned short mode) argument
246 unsigned short mode; local
254 unsigned short mode = x87_get_control_word(); local
[all...]
/hardware/intel/img/libdrm/tests/modeprint/
H A Dmodeprint.c3 * Test program to dump DRM kernel mode setting related information.
66 int printMode(struct drm_mode_modeinfo *mode) argument
69 printf("Mode: %s\n", mode->name);
70 printf("\tclock : %i\n", mode->clock);
71 printf("\thdisplay : %i\n", mode->hdisplay);
72 printf("\thsync_start : %i\n", mode->hsync_start);
73 printf("\thsync_end : %i\n", mode->hsync_end);
74 printf("\thtotal : %i\n", mode->htotal);
75 printf("\thskew : %i\n", mode->hskew);
76 printf("\tvdisplay : %i\n", mode
145 struct drm_mode_modeinfo *mode = NULL; local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/
H A Dquantize_arm.c29 int has_2nd_order = (x->e_mbd.mode_info_context->mbmi.mode != B_PRED
30 && x->e_mbd.mode_info_context->mbmi.mode != SPLITMV);
43 int has_2nd_order=(x->e_mbd.mode_info_context->mbmi.mode != B_PRED
44 && x->e_mbd.mode_info_context->mbmi.mode != SPLITMV);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_reconintra.h22 TX_SIZE tx_size, MB_PREDICTION_MODE mode,
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/
H A Dmag_disturb.h20 void inv_track_dip_angle(int mode, float currdip);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.h40 int loc_eng_dmn_conn_glue_msgget(const char * q_path, int mode);
H A Dloc_eng_dmn_conn_glue_pipe.h38 int loc_eng_dmn_conn_glue_pipeget(const char * pipe_name, int mode);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.h40 int loc_eng_dmn_conn_glue_msgget(const char * q_path, int mode);
H A Dloc_eng_dmn_conn_glue_pipe.h38 int loc_eng_dmn_conn_glue_pipeget(const char * pipe_name, int mode);

Completed in 508 milliseconds

1234567891011>>