Searched defs:parameters (Results 1 - 6 of 6) sorted by relevance

/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dresults_holder.c740 * @brief Returns the status of earth magnetic field local field parameters
749 /** Set the status of earth magnetic field local field parameters
750 * @param[in] status of earth magnetic field local field parameters.
757 /** Set the parameters of earth magnetic field local field
758 * @param[in] the earth magnetic field local field parameters.
760 void inv_set_earth_magnetic_local_field_parameter(struct local_field_t *parameters) argument
762 rh.mag_local_field.intensity = parameters->intensity; // radius
763 rh.mag_local_field.inclination = parameters->inclination; // dip angle
764 rh.mag_local_field.declination = parameters->declination; // yaw deviation angle from true north
770 * @brief Returns the parameters o
774 inv_get_earth_magnetic_local_field_parameter(struct local_field_t *parameters) argument
821 inv_set_mpl_magnetic_local_field_parameter(struct local_field_t *parameters) argument
883 inv_get_mpl_magnetic_local_field_parameter(struct local_field_t *parameters) argument
[all...]
/hardware/ti/omap4-aah/camera/
H A DAppCallbackNotifier.cpp975 android::CameraParameters parameters; local
978 parameters.unflatten(strParams);
980 encode_quality = parameters.getInt(android::CameraParameters::KEY_JPEG_QUALITY);
985 tn_quality = parameters.getInt(android::CameraParameters::KEY_JPEG_THUMBNAIL_QUALITY);
1024 tn_width = parameters.getInt(android::CameraParameters::KEY_JPEG_THUMBNAIL_WIDTH);
1025 tn_height = parameters.getInt(android::CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT);
1026 previewFormat = parameters.getPreviewFormat();
1039 parameters.getPreviewSize(&width,&height);
H A DCameraHal.cpp43 ////@todo Have a CameraProperties class to store these parameters as constants for every camera
311 @brief Set the camera parameters.
313 @param[in] params Camera parameters to configure the camera
318 int CameraHal::setParameters(const char* parameters) argument
325 android::String8 str_params(parameters);
334 @brief Set the camera parameters.
336 @param[in] params Camera parameters to configure the camera
366 ///Ensure that preview is not enabled when the below parameters are changed.
549 // then Video Mode parameters may remain present in ImageCapture activity as well.
1247 // Only send parameters t
[all...]
/hardware/ti/omap4xxx/camera/
H A DAppCallbackNotifier.cpp909 CameraParameters parameters; local
912 parameters.unflatten(strParams);
914 encode_quality = parameters.getInt(CameraParameters::KEY_JPEG_QUALITY);
919 tn_quality = parameters.getInt(CameraParameters::KEY_JPEG_THUMBNAIL_QUALITY);
953 tn_width = parameters.getInt(CameraParameters::KEY_JPEG_THUMBNAIL_WIDTH);
954 tn_height = parameters.getInt(CameraParameters::KEY_JPEG_THUMBNAIL_HEIGHT);
967 parameters.getPreviewSize(&width,&height);
H A DCameraHal.cpp42 ////@todo Have a CameraProperties class to store these parameters as constants for every camera
211 @brief Set the camera parameters.
213 @param[in] params Camera parameters to configure the camera
218 int CameraHal::setParameters(const char* parameters) argument
225 String8 str_params(parameters);
234 @brief Set the camera parameters.
236 @param[in] params Camera parameters to configure the camera
262 ///Ensure that preview is not enabled when the below parameters are changed.
451 // then Video Mode parameters may remain present in ImageCapture activity as well.
477 ///Below parameters ca
[all...]
/hardware/ti/omap4-aah/test/CameraHal/
H A Dcamera_test_menu.cpp1714 printf("Some default parameters are not valid");
1741 int getSupportedParameters(char* parameters, int *optionsCount, char ***elem) { argument
1746 strcpy(str, parameters);
1760 int getSupportedParametersfps(char* parameters, int *optionsCount) { argument
1766 strcpy(str, parameters);
1802 int getSupportedParametersCaptureSize(char* parameters, int *optionsCount, param_Array array[], int arraySize) { argument
1806 strcpy(str, parameters);
1833 int getSupportedParametersVideoCaptureSize(char* parameters, int *optionsCount, param_Array array[], int arraySize) { argument
1837 strcpy(str, parameters);
1864 int getSupportedParametersPreviewSize(char* parameters, in argument
1893 getSupportedParametersThumbnailSize(char* parameters, int *optionsCount, param_Array array[], int arraySize) argument
[all...]

Completed in 197 milliseconds