Searched defs:VPXEncoder (Results 1 – 1 of 1) sorted by relevance
56 struct FrameBufferSource::VPXEncoder : public FrameBufferSource::Encoder { struct in android::FrameBufferSource67 int mWidth, mHeight, mRefreshRateHz;69 int mSizeY, mSizeUV;70 void *mI420Data;72 vpx_codec_iface_t *mCodecInterface;73 std::unique_ptr<vpx_codec_enc_cfg_t> mCodecConfiguration;75 using contextFreeFunc = std::function<vpx_codec_err_t(vpx_codec_ctx_t *)>;76 std::unique_ptr<vpx_codec_ctx_t, contextFreeFunc> mCodecContext;78 std::atomic<bool> mForceIDRFrame;79 bool mFirstFrame;[all …]