Searched refs:mode (Results 151 - 175 of 182) sorted by relevance

12345678

/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera_channel.c356 my_obj->ch[ch_type].raw.mode = val->raw_streaming_mode;
593 /*for ZSL mode to send the image pair to client*/
727 my_obj->ch[ch_type].raw.mode == MM_CAMERA_RAW_STREAMING_CAPTURE_SINGLE) {
/hardware/qcom/display/libhwcomposer/
H A Dhwc_mdpcomp.cpp439 //TO DO: Support dual mode composition
489 ALOGD_IF(isDebug(), "%s: dual mode: %d total count: %d \
581 ALOGE("%s: Setting var pipe mode failed", __FUNCTION__);
614 int mode = VAR_PIPE_FB_ATTACH; local
615 if(fbDev->perform(fbDev,EVENT_SET_VAR_PIPE_MODE,(void*)&mode) < 0 ) {
616 ALOGE("%s: setting var pipe mode failed", __FUNCTION__);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp551 Sets the mode and fix frequency for the tracking session.
564 LocPositionMode mode,
573 new loc_eng_msg_position_mode(&loc_eng_data, mode,
563 loc_eng_set_position_mode(loc_eng_data_s_type &loc_eng_data, LocPositionMode mode, GpsPositionRecurrence recurrence, uint32_t min_interval, uint32_t preferred_accuracy, uint32_t preferred_time) argument
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp506 shot_ext->shot.ctl.aa.mode = AA_CONTROL_AUTO;
508 shot_ext->shot.ctl.aa.mode = AA_CONTROL_NONE;
671 // mapping flash UI mode from aeMode
686 if (m_lastAaMode == request_shot->shot.ctl.aa.mode) {
687 shot_ext->shot.ctl.aa.mode = (enum aa_mode)(0);
690 shot_ext->shot.ctl.aa.mode = request_shot->shot.ctl.aa.mode;
691 m_lastAaMode = (int)(shot_ext->shot.ctl.aa.mode);
742 (int)(shot_ext->shot.ctl.aa.mode), (int)(shot_ext->shot.ctl.aa.aeMode),
2940 //If flash isn't activated at flash auto mode, ski
3030 m_afTrigger(struct camera2_shot_ext * shot_ext, int mode) argument
[all...]
H A DExynosCameraHWInterface2.h241 // UI flash mode indicator
251 // At flash auto mode only : 1 -> flash is needed, 0 -> normal case
615 void m_afTrigger(struct camera2_shot_ext * shot_ext, int mode);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c76 __u8 avoid_mode_change; /* use HDMI mode used for mirroring if possible */
86 __u32 last_xres_used; /* resolution and pixel ratio used for mode selection */
88 __u32 last_mode; /* 2-s complement of last HDMI mode set, 0 if none */
89 __u32 mirror_mode; /* 2-s complement of mode used when mirroring */
195 (d->mode & DSSCOMP_SETUP_MODE_APPLY) ? 'A' : '-',
196 (d->mode & DSSCOMP_SETUP_MODE_DISPLAY) ? 'D' : '-',
197 (d->mode & DSSCOMP_SETUP_MODE_CAPTURE) ? 'C' : '-',
726 /* cannot render 1-width layers on DSI video mode panels - we just disallow all 1-width LCD layers */
821 /* adjust mode refresh rate */
901 /* prefer the same mode a
[all...]
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp175 deinit the channel/buffers only when we change the mode from zsl to
296 //Stop polling before calling datacb for if not ZSL mode
306 * to the application to restore to preview mode
536 /* For ZSL mode we'll need to set channel attribute */
975 /* Set camera op mode to MM_CAMERA_OP_MODE_CAPTURE */
1043 /* Set camera op mode to MM_CAMERA_OP_MODE_CAPTURE */
1349 * to the application to restore to preview mode
1515 LOGI("Setting input thumbnail size to previewWidth= %d previewheight= %d in ZSL mode",
1668 LOGE("%s: set JPEG rotation in ZSL mode", __func__);
1709 /* If it's burst mode, w
1986 QCameraStream_Snapshot(int cameraId, camera_mode_t mode) argument
2322 createInstance(int cameraId, camera_mode_t mode) argument
[all...]
H A DQCameraHWI_Parm.cpp988 mParameters.set("power-mode-supported", "true");
998 //Set default power mode
1248 mParameters.set("camera-mode-values", CamModeStr);
1256 mParameters.set("no-display-mode", 0);
1687 //set all distances to infinity if focus mode is infinity
2029 LOGE("Focus mode %s",str);
2060 LOGE("Invalid focus mode value: %s", (str == NULL) ? "NULL" : str);
2143 LOGE("Camera Effect - %s mode is not supported for this sensor",str);
2180 LOGE("MM_CAMERA_PARM_BRIGHTNESS mode is not supported for this sensor");
2203 LOGE("MM_CAMERA_PARM_EXPOSURE mode i
[all...]
/hardware/qcom/camera/
H A DQCameraHWI_Still.cpp196 deinit the channel/buffers only when we change the mode from zsl to
340 //Stop polling before calling datacb for if not ZSL mode
350 * to the application to restore to preview mode
596 /* For ZSL mode we'll need to set channel attribute */
1053 /* Set camera op mode to MM_CAMERA_OP_MODE_CAPTURE */
1120 /* Set camera op mode to MM_CAMERA_OP_MODE_CAPTURE */
1668 ALOGV("Setting input thumbnail size to previewWidth= %d previewheight= %d in ZSL mode",
1849 ALOGV("%s: set JPEG rotation in ZSL mode", __func__);
1889 /* If it's burst mode, we won't be displaying postview of all the captured
1891 ALOGV("%s: Burst mode fla
2220 QCameraStream_Snapshot(int cameraId, camera_mode_t mode) argument
2571 createInstance(int cameraId, camera_mode_t mode) argument
[all...]
H A DQualcommCameraHardware.cpp1278 //camera_mode_t mode = (camera_mode_t)HAL_currentCameraMode;
1279 camera_mode_t mode = CAMERA_MODE_2D; local
1280 if (MM_CAMERA_SUCCESS != mCfgControl.mm_camera_set_parm(CAMERA_PARM_MODE, &mode)) {
1294 if (CAMERA_MODE_3D == mode) {
1432 ALOGI("%s: this is ZSL mode", __FUNCTION__);
1460 int mode = atoi(value); local
1461 if( mode == 1) {
1573 // In 3D mode we only want 1080p picture size
1799 ALOGI("In initDefaultParameters - 3D mode on so set the default preview to 1280 x 720");
1833 mParameters.set("power-mode
[all...]
H A DQCamera_Intf.h220 camera_mode_t mode; member in struct:__anon622
811 hdr_mode mode; member in struct:__anon653
1044 /* Auto focus mode, used for CAMERA_PARM_AF_MODE */
1073 /*new mode above should be added above this line*/
2486 // Meaning of Image compression mode
2528 // Metering mode
2694 // Exposure mode
H A DQCameraHWI_Parm.cpp586 ALOGV("%s: Video mode : FD not supported",__func__);
591 ALOGV("%s: Still mode : FD supported : %d",__func__,rc);
1027 mParameters.set("power-mode-supported", "true");
1039 //Set default power mode
1293 mParameters.set("camera-mode-values", CamModeStr);
1301 mParameters.set("no-display-mode", 0);
1714 //set all distances to infinity if focus mode is infinity
2056 ALOGV("Focus mode %s",str);
2109 ALOGE("Invalid focus mode value: %s", (str == NULL) ? "NULL" : str);
2129 /* Check to see if there was a change of scene mode */
[all...]
/hardware/ti/wlan/wl1271/stad/Export_Inc/
H A DparamOut.h385 TI_UINT8 desiredWmeAcPsMode[MAX_NUM_OF_AC]; /* wme per ac power save mode */
389 TI_UINT8 desiredPsMode; /* The desired PS mode of the station */
396 /* Enable the Burst mode from ini file */
595 TWscMode siteMgrWSCMode; /* used to set the WiFi Simple Config mode */
1089 TI_UINT8 mode; member in struct:__anon2868
1129 TI_BOOL bPushMode; /* True means Push mode. False is the default mode, storing scan results in table. */
1154 TI_UINT32 uSdioBlkSizeShift; /* In block-mode: uBlkSize = (1 << uBlkSizeShift) */
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmRx.java68 void fmRxMonoStereoModeChanged(JFmRx context, JFmRxStatus status, JFmRxMonoStereoMode mode); argument
1240 public JFmRxStatus setRfDependentMuteMode(JFmRxRfDependentMuteMode mode) { argument
1245 int fmStatus = nativeJFmRx_SetRfDependentMuteMode(context.getValue(), mode.getValue());
1425 private static native int nativeJFmRx_SetRfDependentMuteMode(long contextValue, int mode); argument
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Dvideo_encoder_device.cpp979 DEBUG_PRINT_ERROR("Setting slice delivery mode failed");
1755 DEBUG_PRINT_ERROR("Request for setting slice delivery mode failed");
1762 "slice delivery mode to the driver.", multislice.mslice_mode);
1773 DEBUG_PRINT_ERROR("Request for setting slice delivery mode failed");
2172 DEBUG_PRINT_ERROR("\nInvalid Entropy mode for Baseline Profile");
2203 DEBUG_PRINT_LOW("\n %s(): mode = %u, size = %u", __func__, multislice_cfg.mslice_mode,
2227 // There is no disabled mode. Disabled mode is indicated by a 0 count.
2242 "mb count: %d, mb mode:%d", irMBs, ir_mode);
2310 DEBUG_PRINT_LOW("\n %s(): mode
2964 venc_set_meta_mode(bool mode) argument
[all...]
/hardware/ril/reference-ril/
H A Dreference-ril.c75 // Preferred mode bitmask. This is actually 4 byte-sized bitmasks with different priority values,
83 // a preferred mode of GSM, WCDMA, CDMA, and EvDo in which all are equally preferrable, whereas
84 // 0x00000201 represents a mode with GSM and WCDMA, in which WCDMA is preferred over GSM
254 // index,isMT,state,mode,isMpty(,number,TOA)?
258 int mode; local
275 err = at_tok_nextint(&line, &mode);
278 p_call->isVoice = (mode == 0);
335 * mode = 1 // discard when link is reserved (link should never be
862 * networkModePossible. Decides whether the network mode is appropriate for the
937 ALOGE("Unknown preferred mode receive
[all...]
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp421 int mode = 0; local
1010 status_t OMXCameraAdapter::useBuffers(CameraMode mode, void* bufArr, int num, size_t length, unsigned int queueable) argument
1017 switch(mode)
1983 CAMHAL_LOGDB("Configuring AF Assist mode 0x%x", focusAssist.bFocusAssist);
1989 CAMHAL_LOGEB("Error while configuring AF Assist mode 0x%x", eError);
1993 CAMHAL_LOGDA("Camera AF Assist mode configured successfully");
2152 CAMHAL_LOGDB("Configuring Sensor overclock mode 0x%x", bOMX.bEnabled);
3002 // if we are waiting for a snapshot and in video mode...go ahead and send
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h174 camera_mode_t mode; member in struct:__anon379
747 hdr_mode mode; member in struct:__anon410
1006 /* Auto focus mode, used for CAMERA_PARM_AF_MODE */
1035 /*new mode above should be added above this line*/
2411 // Meaning of Image compression mode
2453 // Metering mode
2619 // Exposure mode
/hardware/qcom/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera.c265 /* set geo mode to 2D by default */
515 /* if success update mode field */
1247 int32_t mm_camera_ctrl_set_whitebalance (mm_camera_obj_t *my_obj, int32_t mode) { argument
1252 switch(mode) {
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp3042 // activate ts prediction logic (arbitrary mode only) sending input
3181 DEBUG_PRINT_ERROR("setparameter: cannot set to arbitary bytes mode in secure session");
3404 DEBUG_PRINT_HIGH("only decode order is supported for thumbnail mode");
3428 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3438 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3448 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3457 DEBUG_PRINT_ERROR("\n secure mode setting not supported");
3496 DEBUG_PRINT_HIGH("set idr only decoding for thumbnail mode");
3507 DEBUG_PRINT_HIGH("set decode order for thumbnail mode");
5458 DEBUG_PRINT_LOW("Non-Arbitrary mode
9239 secureDisplay(int mode) argument
9260 unsecureDisplay(int mode) argument
[all...]
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2.h536 #define V4L2_TC_FLAG_DROPFRAME 0x0001 /* "drop-frame" mode */
733 __u32 capturemode; /* Current mode */
741 #define V4L2_MODE_HIGHQUALITY 0x0001 /* High quality imaging mode */
746 __u32 outputmode; /* Current mode */
1921 __u32 mode; member in struct:v4l2_audio
1929 /* Flags for the 'mode' field */
1936 __u32 mode; member in struct:v4l2_audioout
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp656 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) argument
/hardware/ti/omap4xxx/camera/
H A DANativeWindowDisplayAdapter.cpp374 mOverlay->set_s3d_params(s3dParams->mode, s3dParams->framePacking,
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h574 //Set Burst mode
664 //Burst mode active
865 int mode; member in struct:android::DisplayAdapter::S3DParameters_t
957 * Start preview mode.
977 * Start record mode. When a record image is available a CAMERA_MSG_VIDEO_FRAME
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/
H A Dpublic_radio.h620 uint8 mode; member in struct:__anon2512
1165 /* type to set in the NVS for each mode of work */
1181 /* type to set parameter type buffers for each mode of work */
1760 /* TX tone mode */

Completed in 594 milliseconds

12345678