Searched defs:CaptureResult (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/camera/
H A DCaptureResult.cpp17 #define LOG_TAG "Camera-CaptureResult"
20 #include <camera/CaptureResult.h>
61 CaptureResult::CaptureResult() : function in class:android::CaptureResult
65 CaptureResult::CaptureResult(const CaptureResult &otherResult) { function in class:android::CaptureResult
70 status_t CaptureResult::readFromParcel(Parcel *parcel) {
101 status_t CaptureResult::writeToParcel(Parcel *parcel) const {
/frameworks/av/include/camera/
H A DCaptureResult.h82 struct CaptureResult : public virtual LightRefBase<CaptureResult> { struct in namespace:android
86 CaptureResult();
88 CaptureResult(const CaptureResult& otherResult);
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java43 * are necessarily available. Some results are {@link CaptureResult partial} and will
47 * <p>{@link CaptureResult} objects are immutable.</p>
50 public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> { class in inherits:CameraMetadata
52 private static final String TAG = "CaptureResult";
57 * {@link CaptureResult#get}.
61 * long timestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
65 * <p>To enumerate over all possible keys for {@link CaptureResult}, see
68 * @see CaptureResult#get
154 public CaptureResult(CameraMetadataNativ method in class:CaptureResult
191 public CaptureResult(CameraMetadataNative results, int sequenceId) { method in class:CaptureResult
[all...]

Completed in 109 milliseconds