Searched refs:ctrl_stream_list_ (Results 1 – 2 of 2) sorted by relevance
78 if (!InitializeCompressorList(&ctrl_stream_list_)) { in Init()128 for (const auto& compressor : ctrl_stream_list_) { in AddControlEntry()166 if (!SelectSmallestResult(ctrl_stream_list_, &ctrl_stream) || !ctrl_stream) { in Close()
77 std::vector<std::unique_ptr<CompressorInterface>> ctrl_stream_list_; variable