Home
last modified time | relevance | path

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

/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp392 synIndex_ = std::nullopt; in ResetBuffers()
849 synIndex_ = std::nullopt; in ReleaseBuffers()
887 if (synIndex_) { in QueueInputBuffer()
888 const std::shared_ptr<AVBuffer> &curAVBuffer = buffers_[INDEX_INPUT][synIndex_.value()]->avBuffer_; in QueueInputBuffer()
900 inputAvailQue_->Push(synIndex_.value()); in QueueInputBuffer()
901 synIndex_ = std::nullopt; in QueueInputBuffer()
916 synIndex_ = index; in QueueInputBuffer()
H A Dfcodec.h166 std::optional<uint32_t> synIndex_ = std::nullopt; member in OHOS::MediaAVCodec::Codec::FCodec

Completed in 4 milliseconds