Searched refs:mCodecContext (Results 1 – 1 of 1) sorted by relevance
76 std::unique_ptr<vpx_codec_ctx_t, contextFreeFunc> mCodecContext; member102 mCodecContext(nullptr, vpx_codec_destroy), in VPXEncoder()136 mCodecContext.reset(new vpx_codec_ctx_t); in VPXEncoder()139 mCodecContext.get(), in VPXEncoder()146 res = vpx_codec_control(mCodecContext.get(), VP8E_SET_TOKEN_PARTITIONS, 0); in VPXEncoder()210 mCodecContext.get(), in encodeStoredFrame()227 while ((packet = vpx_codec_get_cx_data(mCodecContext.get(), &iter)) != in encodeStoredFrame()