Home
last modified time | relevance | path

Searched refs:encodeStoredFrame (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/frontend/gcastv2/libsource/
DFrameBufferSource.cpp51 virtual std::shared_ptr<SBuffer> encodeStoredFrame(int64_t timeUs) = 0;
64 std::shared_ptr<SBuffer> encodeStoredFrame(int64_t timeUs) override;
182 std::shared_ptr<SBuffer> FrameBufferSource::VPXEncoder::encodeStoredFrame( in encodeStoredFrame() function in android::FrameBufferSource::VPXEncoder
388 auto accessUnit = mEncoder->encodeStoredFrame(GetNowUs()); in injectFrame()
401 auto accessUnit = mEncoder->encodeStoredFrame(GetNowUs()); in notifyNewStreamConsumer()