Home
last modified time | relevance | path

Searched defs:FrameBufferSource (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/libsource/include/source/
DFrameBufferSource.h27 struct FrameBufferSource : public StreamingSource { struct
32 explicit FrameBufferSource(Format format); argument
35 FrameBufferSource &operator=(const FrameBufferSource &) = delete; argument
57 enum State {
67 int32_t mInitCheck;
68 State mState;
69 Format mFormat;
70 std::unique_ptr<Encoder> mEncoder;
72 std::mutex mLock;
74 int32_t mScreenWidth, mScreenHeight, mScreenDpi, mScreenRate, mNumConsumers;
[all …]
/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DFrameBufferSource.cpp261 FrameBufferSource::FrameBufferSource(Format format) in FrameBufferSource() function in android::FrameBufferSource