Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp392 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()
H A Dfcodec.h166 std::optional<uint32_t> synIndex_ = std::nullopt; variable