Searched refs:mode (Results 26 - 50 of 330) sorted by relevance

1234567891011>>

/hardware/intel/img/hwcomposer/common/devices/
H A DPhysicalDevice.cpp163 drmModeModeInfo mode; local
165 bool ret = drm->getModeInfo(mType, mode);
170 *width = mode.hdisplay;
171 *height = mode.vdisplay;
310 drmModeModeInfo mode; local
311 ret = drm->getModeInfo(mType, mode);
313 ELOGTRACE("failed to get mode info");
329 // use current drm mode, likely it's preferred mode
333 dpiX = mode
497 setPowerMode(int mode) argument
[all...]
H A DExternalDevice.cpp72 // abort mode settings if it is in the middle
116 drmModeModeInfo mode; local
117 drm->getModeInfo(mType, mode);
118 if (drm->isSameDrmMode(&value, &mode))
125 // setting mode in a working thread
128 ELOGTRACE("failed to create mode settings thread");
145 ILOGTRACE("start mode setting...");
167 ELOGTRACE("failed to set Drm mode");
222 // abort mode settings if it is in the middle
272 drmModeModeInfo mode; local
[all...]
/hardware/qcom/audio/hal/audio_extn/
H A Daudio_extn.h25 void audio_extn_extspk_set_mode(void* extn, audio_mode_t mode);
/hardware/qcom/msm8x84/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/msm8x84/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/qcom/display/msm8084/libexternal/
H A Dexternal.cpp59 * mode set thru adb shell */
60 int mode = getUserMode(); local
61 if (mode == -1) {
62 //Get the best mode and set
63 mode = getBestMode();
65 setResolution(mode);
100 // Populate the mode table for supported modes
253 const msm_hdmi_mode_timing_info* mode)
260 (mode->video_format << 16);
264 info.xres = mode
252 setDisplayTiming(struct fb_var_screeninfo &info, const msm_hdmi_mode_timing_info* mode) argument
378 getModeOrder(int mode) argument
440 int mode = atoi(property_value); local
455 int mode = mEDIDModes[i]; local
511 const struct msm_hdmi_mode_timing_info *mode = local
[all...]
H A Dexternal.h67 int getModeOrder(int mode);
70 bool isInterlacedMode(int mode);
/hardware/qcom/display/msm8226/libexternal/
H A Dexternal.cpp59 * mode set thru adb shell */
60 int mode = getUserMode(); local
61 if (mode == -1) {
62 //Get the best mode and set
63 mode = getBestMode();
65 setResolution(mode);
100 // Populate the mode table for supported modes
253 const msm_hdmi_mode_timing_info* mode)
260 (mode->video_format << 16);
264 info.xres = mode
252 setDisplayTiming(struct fb_var_screeninfo &info, const msm_hdmi_mode_timing_info* mode) argument
378 getModeOrder(int mode) argument
440 int mode = atoi(property_value); local
455 int mode = mEDIDModes[i]; local
511 const struct msm_hdmi_mode_timing_info *mode = local
[all...]
H A Dexternal.h67 int getModeOrder(int mode);
70 bool isInterlacedMode(int mode);
/hardware/qcom/display/msm8974/libexternal/
H A Dexternal.cpp95 * mode set thru adb shell */
96 int mode = getUserMode(); local
97 if (mode == -1) {
98 //Get the best mode and set
99 mode = getBestMode();
101 setResolution(mode);
188 // Populate the mode table for supported modes
355 const msm_hdmi_mode_timing_info* mode)
362 (mode->video_format << 16);
366 info.xres = mode
354 setDisplayTiming(struct fb_var_screeninfo &info, const msm_hdmi_mode_timing_info* mode) argument
481 getModeOrder(int mode) argument
543 int mode = atoi(property_value); local
559 int mode = mEDIDModes[i]; local
616 const struct msm_hdmi_mode_timing_info *mode = local
[all...]
H A Dexternal.h69 int getModeOrder(int mode);
72 bool isInterlacedMode(int mode);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.c49 mode - mode
61 int loc_eng_dmn_conn_glue_pipeget(const char * pipe_name, int mode) argument
66 LOC_LOGD("%s, mode = %d\n", pipe_name, mode);
74 // The mode in mkfifo is not honoured and does not provide the
78 LOC_LOGE ("%s failed to change mode for %s, error = %s\n", __func__,
82 fd = open(pipe_name, mode);
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_pipe.c49 mode - mode
61 int loc_eng_dmn_conn_glue_pipeget(const char * pipe_name, int mode) argument
66 LOC_LOGD("%s, mode = %d\n", pipe_name, mode);
74 // The mode in mkfifo is not honoured and does not provide the
78 LOC_LOGE ("%s failed to change mode for %s, error = %s\n", __func__,
82 fd = open(pipe_name, mode);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dloopfilter.c119 mode; /* index in mode_lf_deltas */ local
166 mode = 0; /* B_PRED */
167 /* Only the split mode BPRED has a further special case */
168 lvl_mode = lvl_ref + mbd->mode_lf_deltas[mode];
172 lfi->lvl[seg][ref][mode] = lvl_mode;
174 mode = 1; /* all the rest of Intra modes */
177 lfi->lvl[seg][ref][mode] = lvl_mode;
186 for (mode = 1; mode < 4; mode
[all...]
/hardware/intel/img/libdrm/
H A Dinstall-sh73 # Desired mode of installed file.
74 mode=0755
129 -m) mode=$2
132 case $mode in
135 echo "$0: invalid mode: $mode" >&2
201 case $mode in
212 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
219 cp_umask=$mode$u_plus_rw;;
304 # Create intermediate dirs using mode 75
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c25 OMX_U8 mode; local
74 DOMX_ERROR("errno from setting secure mode = %x",errno);
78 DOMX_ERROR("Setting unsecure mode failed");
90 ret = read(pComponentPrivate->secure_misc_drv_fd, &mode, sizeof(mode));
91 PROXY_assert(mode == enable, OMX_ErrorUndefined,"ERROR: We are not in secure mode");
92 DOMX_DEBUG("secure mode recieved from Misc driver for secure playback = 0x%x\n", mode);
136 DOMX_ERROR("Setting unsecure mode faile
[all...]
/hardware/intel/img/libdrm/tests/modetest/
H A Dmodetest.c2 * DRM based mode setting test program
32 * memory management and mode setting APIs by allowing the user to specify a
33 * connector and mode to use for mode setting. If all works as expected, a
35 * connector after the selected mode is set.
37 * TODO: use cairo to write the mode info on the selected output once
38 * the mode has been programmed, along with possible test patterns.
141 void dump_mode(drmModeModeInfo *mode) argument
144 mode->name,
145 (float)mode
271 drmModeModeInfo *mode; member in struct:connector
465 struct drm_mode_modeinfo *mode = NULL; local
543 char *modeset = NULL, *mode, *connector; local
[all...]
/hardware/samsung_slsi/exynos5/libcamera2/
H A Dfimc-is-metadata.h209 enum processing_mode mode; member in struct:camera2_hotpixel_ctl
212 enum processing_mode mode; member in struct:camera2_hotpixel_dm
216 enum processing_mode mode; member in struct:camera2_demosaic_ctl
220 enum processing_mode mode; member in struct:camera2_demosaic_dm
224 enum processing_mode mode; member in struct:camera2_noisereduction_ctl
229 enum processing_mode mode; member in struct:camera2_noisereduction_dm
234 enum processing_mode mode; member in struct:camera2_shading_ctl
237 enum processing_mode mode; member in struct:camera2_shading_dm
241 enum processing_mode mode; member in struct:camera2_geometric_ctl
245 enum processing_mode mode; member in struct:camera2_geometric_dm
265 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_ctl
274 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_dm
296 enum tonemap_mode mode; member in struct:camera2_tonemap_ctl
304 enum tonemap_mode mode; member in struct:camera2_tonemap_dm
315 enum processing_mode mode; member in struct:camera2_edge_ctl
320 enum processing_mode mode; member in struct:camera2_edge_dm
581 enum aa_mode mode; member in struct:camera2_aa_ctl
604 enum aa_mode mode; member in struct:camera2_aa_dm
[all...]
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/
H A Dfimc-is-metadata.h227 enum processing_mode mode; member in struct:camera2_hotpixel_ctl
231 enum processing_mode mode; member in struct:camera2_hotpixel_dm
239 enum processing_mode mode; member in struct:camera2_demosaic_ctl
243 enum processing_mode mode; member in struct:camera2_demosaic_dm
251 enum processing_mode mode; member in struct:camera2_noisereduction_ctl
256 enum processing_mode mode; member in struct:camera2_noisereduction_dm
265 enum processing_mode mode; member in struct:camera2_shading_ctl
269 enum processing_mode mode; member in struct:camera2_shading_dm
277 enum processing_mode mode; member in struct:camera2_geometric_ctl
281 enum processing_mode mode; member in struct:camera2_geometric_dm
304 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_ctl
312 enum colorcorrection_mode mode; member in struct:camera2_colorcorrection_dm
337 enum tonemap_mode mode; member in struct:camera2_tonemap_ctl
345 enum tonemap_mode mode; member in struct:camera2_tonemap_dm
359 enum processing_mode mode; member in struct:camera2_edge_ctl
364 enum processing_mode mode; member in struct:camera2_edge_dm
627 enum aa_mode mode; member in struct:camera2_aa_ctl
650 enum aa_mode mode; member in struct:camera2_aa_dm
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_sysfs_helper.c98 /* mode 0: search for which chip in the system and fill sysfs path
99 mode 1: return event number
101 static int parsing_proc_input(int mode, char *name){ argument
136 if (mode == 0){
144 } else if (mode != 0){
151 if(mode == 0){
165 } else if(mode == 1){
179 } else if (mode == 2) {
204 if(0 == mode)
206 if (mode
[all...]
/hardware/libhardware_legacy/
H A Dqemu.h55 int mode );
/hardware/qcom/gps/core/
H A Dloc_core_log.h42 const char* loc_get_position_mode_name(GpsPositionMode mode);
/hardware/qcom/gps/msm8960/core/
H A Dloc_core_log.h42 const char* loc_get_position_mode_name(GpsPositionMode mode);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_blockd.h82 static INLINE int is_inter_mode(MB_PREDICTION_MODE mode) { argument
83 return mode >= NEARESTMV && mode <= NEWMV;
90 #define INTER_OFFSET(mode) ((mode) - NEARESTMV)
125 MB_PREDICTION_MODE mode; member in struct:__anon570
149 : mi->mbmi.mode;
260 return intra_mode_to_tx_type_lookup[mbmi->mode];
/hardware/qcom/display/msm8960/libexternal/
H A Dexternal.h66 int getModeOrder(int mode);
69 bool isInterlacedMode(int mode);

Completed in 5832 milliseconds

1234567891011>>