Searched refs:mode (Results 126 - 150 of 182) sorted by relevance

12345678

/hardware/qcom/camera/QCamera/HAL2/wrapper/
H A DQualcommCamera.cpp142 int mode = 0; local
158 camHal->hardware = new QCameraHardwareInterface(cameraId, mode);
/hardware/qcom/camera/
H A DQCameraHWI.h245 QCameraHardwareInterface(int cameraId, int mode);
287 * Start preview mode.
336 * Start record mode. When a record image is available, a
634 void setMyMode(int mode);
H A DQCameraHWI_Preview.cpp32 /* following code implement the preview mode's image capture & display logic of this class*/
1249 QCameraStream_preview(int cameraId, camera_mode_t mode) argument
1250 : QCameraStream(cameraId,mode),
1353 ALOGE("%s: X :set mode MM_CAMERA_OP_MODE_VIDEO err=%d\n", __func__, ret);
1363 ALOGE("%s: X :set mode MM_CAMERA_OP_MODE_ZSL err=%d\n", __func__, ret);
1469 camera_mode_t mode)
1471 QCameraStream* pme = new QCameraStream_preview(cameraId, mode);
1468 createInstance(int cameraId, camera_mode_t mode) argument
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Domx_vdec.h873 int secureDisplay(int mode);
874 int unsecureDisplay(int mode);
/hardware/samsung_slsi/exynos5/include/
H A Dvideodev2_exynos_camera.h1136 /* Always flash off mode */
1138 /* Always use flash light mode */
1155 /* Set mode and Get status */
1161 enum v4l2_strobe_conf mode; member in struct:v4l2_strobe
1203 enum v4l2_recog_mode mode; member in struct:v4l2_recognition
H A DExynosCamera.h237 //! Flash mode
246 //! Focus mode
258 //! Scene mode
434 //! Gets the current flash mode setting.
446 //! Gets the current focus mode setting.
504 //! Gets scene mode
602 //! Sets the flash mode.
611 //! Sets the focus mode.
664 //! Sets recording mode hint.
673 //! Sets the scene mode
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c305 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) argument
/hardware/libhardware/modules/usbaudio/
H A Daudio_hw.c334 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) argument
/hardware/qcom/audio/alsa_sound/
H A DALSAStreamOps.cpp419 status_t ALSAStreamOps::open(int mode) argument
H A Daudio_hw_hal.cpp472 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) argument
475 return qadev->hwif->setMode(mode);
/hardware/qcom/camera/mm-camera-interface/
H A Dmm_camera.h137 mm_camera_raw_streaming_type_t mode; member in struct:__anon736
H A Dmm_camera_interface2.h209 MM_CAMERA_OPS_PREPARE_SNAPSHOT, // prepare capture in capture mode
517 camera_mode_t mode,
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-glue/src/
H A DLocApiRpcAdapter.cpp301 LocApiRpcAdapter::setPositionMode(LocPositionMode mode, argument
311 LOGD ("loc_eng_set_position mode, client = %d, interval = %d, mode = %d\n",
312 (int32) client_handle, min_interval, mode);
314 switch (mode)
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp60 int32_t dumpOutput(char * filename, char mode);
576 int32_t C2DColorConverter::dumpOutput(char * filename, char mode) { argument
582 if (mode == 'a') {
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp272 printf("Failed to get TX mode\n");
280 printf("Failed to set TX mode\n");
304 printf("Failed to get TX mode\n");
312 printf("Failed to set TX mode\n");
324 static int nativeJFmTx_SetRdsTransmissionMode(JNIEnv *env, jobject obj, jlong jContextValue,jint mode) argument
330 FmTxStatus status =FM_TX_SetRdsTransmissionMode(fmTxContext,(FmTxRdsTransmissionMode)mode);
435 static int nativeJFmTx_SetMuteMode(JNIEnv *env, jobject obj, jlong jContextValue,jint mode) argument
444 if (mode == 0)
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c235 int fill_data (OMX_U8 *pBuf, int mode, FILE *fIn);
1036 printf("Enter proper MIME mode\n");
1073 /* get TeeDN or ACDN mode */
1866 int fill_data (OMX_U8 *pBuf, int mode, FILE *fIn) argument
1872 if (OMX_AUDIO_AMRFrameFormatConformance == mode)
1903 else if(OMX_AUDIO_AMRFrameFormatFSF == mode)
1951 else if(OMX_AUDIO_AMRFrameFormatIF2 == mode)
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxApp.java670 Integer mode = (Integer) msg.obj;
671 //Log.i(TAG, "enter handleMessage ---mode" + mode.intValue());
672 if (mode.intValue() == 0) {
1141 int mode = fmConfigPreferences.getInt(MODE, DEFAULT_MODE);
1142 if (mMode != mode)// If Mode is same as the one set already donot set it
1147 mStatus = sFmRadio.rxSetMonoStereoMode(mode);
1149 mStatus = sFmRadio.rxSetMonoStereoMode_nb(mode);
1153 mMode = mode;
1331 + lastTunedFrequency + "mode"
[all...]
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp77 } mode; member in struct:exynos5_gsc_map_t
986 pdev->bufs.gsc_map[nextWindow].mode =
1369 if (pdata->gsc_map[i].mode == exynos5_gsc_map_t::GSC_M2M) {
1387 pdata->gsc_map[i].mode = exynos5_gsc_map_t::GSC_NONE;
1493 if (pdev->bufs.gsc_map[i].mode == exynos5_gsc_map_t::GSC_M2M) {
1851 if (pdev->last_gsc_map[i].mode == exynos5_gsc_map_t::GSC_NONE)
/hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/core/
H A DJFmTx.java735 public JFmTxStatus txSetRdsTransmissionMode(JFmTxRdsTransmissionMode mode) { argument
741 int status = nativeJFmTx_SetRdsTransmissionMode(txContext.getValue(), mode.getValue());
909 public JFmTxStatus txSetMonoStereoMode(JFmTxMonoStereoMode mode) { argument
915 int status = nativeJFmTx_SetMonoStereoMode(txContext.getValue(), mode.getValue());
1443 private static native int nativeJFmTx_SetRdsTransmissionMode(long contextValue, int mode); argument
1518 private static native int nativeJFmTx_SetMonoStereoMode(long contextValue, int mode); argument
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp94 /* indicate a change in ringer mode */
95 static void ap_set_ringer_mode(struct audio_policy *pol, uint32_t mode, argument
H A Daudio_hw_hal.cpp443 static int adev_set_mode(struct audio_hw_device *dev, audio_mode_t mode) argument
447 return ladev->hwif->setMode((int) mode);
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Preview.cpp32 /* following code implement the preview mode's image capture & display logic of this class*/
1184 QCameraStream_preview(int cameraId, camera_mode_t mode) argument
1185 : QCameraStream(cameraId,mode),
1288 LOGE("%s: X :set mode MM_CAMERA_OP_MODE_VIDEO err=%d\n", __func__, ret);
1298 LOGE("%s: X :set mode MM_CAMERA_OP_MODE_ZSL err=%d\n", __func__, ret);
1404 camera_mode_t mode)
1406 QCameraStream* pme = new QCameraStream_preview(cameraId, mode);
1403 createInstance(int cameraId, camera_mode_t mode) argument
/hardware/qcom/camera/QCamera/HAL2/core/src/
H A DQCameraHWI.cpp263 QCameraHardwareInterface(int cameraId, int mode) argument
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h402 * @param G729ENC_G729 G729 mode
404 * @param G729ENC_EFR EFR mode
418 * @param G729ENC_NONMIMEMODE G729 mode
558 int mode; /* not used */ member in struct:ISPHENC_DynamicParams
859 /** Holds the value of RT Mixer mode */
1176 * @param OMX_IndexCustomG729ENCModeConfig Sets the DASF mode
/hardware/msm7k/libaudio/
H A DAudioHardware.cpp239 status_t AudioHardware::setMode(int mode) argument
241 status_t status = AudioHardwareBase::setMode(mode);
649 // return first input found not being in standby mode

Completed in 405 milliseconds

12345678