Searched refs:synIndex_ (Results 1 – 2 of 2) sorted by relevance
392 synIndex_ = std::nullopt; in ResetBuffers()848 synIndex_ = std::nullopt; in ReleaseBuffers()888 if (synIndex_) { in QueueInputBuffer()889 …const std::shared_ptr<AVBuffer> &curAVBuffer = buffers_[INDEX_INPUT][synIndex_.value()]->avBuffer_; in QueueInputBuffer()901 inputAvailQue_->Push(synIndex_.value()); in QueueInputBuffer()902 synIndex_ = std::nullopt; in QueueInputBuffer()917 synIndex_ = index; in QueueInputBuffer()
166 std::optional<uint32_t> synIndex_ = std::nullopt; variable