Searched defs:Parameters (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.h24 struct Parameters : public RefBase { struct in namespace:android
25 static sp<Parameters> Parse(const char *data, size_t size);
30 virtual ~Parameters();
35 Parameters();
38 DISALLOW_EVIL_CONSTRUCTORS(Parameters);
H A DParameters.cpp17 #include "Parameters.h"
24 sp<Parameters> Parameters::Parse(const char *data, size_t size) {
25 sp<Parameters> params = new Parameters;
35 Parameters::Parameters() {} function in class:android::Parameters
37 Parameters::~Parameters() {}
39 status_t Parameters
[all...]
/frameworks/av/services/camera/libcameraservice/api1/
H A DCamera2Client.h23 #include "api1/client2/Parameters.h"
139 status_t createJpegStreamL(camera2::Parameters &params);
162 typedef camera2::Parameters Parameters; typedef in class:android::Camera2Client
166 status_t startPreviewL(Parameters &params, bool restart);
168 status_t startRecordingL(Parameters &params, bool restart);
178 status_t commandStopFaceDetectionL(Parameters &params);
189 void setPreviewCallbackFlagL(Parameters &params, int flag);
190 status_t updateRequests(Parameters &params);
193 status_t updateProcessorStream(sp<ProcessorT> processor, Parameters param
[all...]
/frameworks/native/cmds/installd/
H A Dotapreopt.cpp169 struct Parameters { struct in class:android::installd::OTAPreoptService
993 Parameters package_parameters_;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp17 #define LOG_TAG "Camera2-Parameters"
30 #include "Parameters.h"
40 Parameters::Parameters(int cameraId, function in class:android::camera2::Parameters
47 Parameters::~Parameters() {
50 status_t Parameters::initialize(const CameraMetadata *info, int deviceVersion) {
57 Parameters::info = info;
651 flashMode = Parameters::FLASH_MODE_OFF;
686 focusMode = Parameters
[all...]
H A DParameters.h43 struct Parameters { struct in namespace:android::camera2
45 * Parameters and other state
152 // directly listed in Camera.Parameters
252 Parameters(int cameraId, int cameraFacing);
253 ~Parameters();
386 // Check if overridden jpeg size needs to be updated after Parameters::set.
387 // The behavior of this function is tailored to the implementation of Parameters::set.
405 int64_t getJpegStreamMinFrameDurationNs(Parameters::Size size);
409 int64_t getMinFrameDurationNs(Parameters::Size size, int format);
427 // This class encapsulates the Parameters clas
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java76 * <li>If necessary, modify the returned {@link Camera.Parameters} object and call
77 * {@link #setParameters(Camera.Parameters)}.
306 * @see Parameters#setRotation(int)
307 * @see Parameters#setPreviewSize(int, int)
308 * @see Parameters#setPictureSize(int, int)
309 * @see Parameters#setJpegThumbnailSize(int, int)
710 * refer to the equations in {@link Camera.Parameters#setPreviewFormat}
716 * with {@link android.hardware.Camera.Parameters#getPreviewFormat()}.
717 * If {@link android.hardware.Camera.Parameters#setPreviewFormat(int)}
868 * {@link Camera.Parameters#getPreviewSiz
2103 public class Parameters { class in class:Camera
2445 private Parameters() { method in class:Camera.Parameters
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h1104 struct Parameters { struct in class:android::KeyboardInputMapper
1150 struct Parameters { struct in class:android::CursorInputMapper
1275 struct Parameters { struct in class:android::TouchInputMapper

Completed in 2086 milliseconds