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

/frameworks/av/camera/
H A DCaptureResult.cpp17 #define LOG_TAG "Camera-CaptureResult"
20 #include <camera/CaptureResult.h>
96 CaptureResult::CaptureResult() : function in class:android::CaptureResult
100 CaptureResult::CaptureResult(const CaptureResult &otherResult) { function in class:android::CaptureResult
106 status_t CaptureResult::readFromParcel(android::Parcel *parcel) {
166 status_t CaptureResult::writeToParcel(android::Parcel *parcel) const {
/frameworks/av/camera/include/camera/
H A DCaptureResult.h121 struct CaptureResult : public virtual LightRefBase<CaptureResult> { struct in namespace:android
126 CaptureResult();
128 CaptureResult(const CaptureResult& otherResult);
/frameworks/av/include/camera/
H A DCaptureResult.h121 struct CaptureResult : public virtual LightRefBase<CaptureResult> { struct in namespace:android
126 CaptureResult();
128 CaptureResult(const CaptureResult& otherResult);
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureResult.java45 * are necessarily available. Some results are {@link CaptureResult partial} and will
49 * <p>{@link CaptureResult} objects are immutable.</p>
52 public class CaptureResult extends CameraMetadata<CaptureResult.Key<?>> { class in inherits:CameraMetadata
54 private static final String TAG = "CaptureResult";
59 * {@link CaptureResult#get}.
63 * long timestamp = captureResult.get(CaptureResult.SENSOR_TIMESTAMP);
67 * <p>To enumerate over all possible keys for {@link CaptureResult}, see
70 * @see CaptureResult#get
159 * <p>{@code "CaptureResult
198 public CaptureResult(CameraMetadataNative results, CaptureRequest parent, method in class:CaptureResult
236 public CaptureResult(CameraMetadataNative results, int sequenceId) { method in class:CaptureResult
[all...]

Completed in 42 milliseconds