Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f309d8e6 authored by Jayant Chowdhary's avatar Jayant Chowdhary
Browse files

cameraserver: Minor doc update about getting HAL capture result FMQ Size



Bug: N/A; minor doc update

Test: build

Flag: EXEMPT; doc fix

Change-Id: If31083fc0b09c7a01bbc5cd4435b6a34495cc5b1
Signed-off-by: default avatarJayant Chowdhary <jchowdhary@google.com>
parent 14394c83
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -361,6 +361,9 @@ class CameraDeviceBase : public virtual FrameProducer {
    virtual status_t startStreaming(const int32_t reqId, const SurfaceMap &surfaceMap,
            int32_t *sharedReqID, int64_t *lastFrameNumber = NULL) = 0;

    /**
     * Get the HAL's CaptureResult FMQ Size.
     */
    virtual int32_t getCaptureResultFMQSize() = 0;

    /**