Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp893 if (!gotFirstInput_) { in OnQueueInputBuffer()
895 gotFirstInput_ = true; in OnQueueInputBuffer()
H A Dhcodec.h345 bool gotFirstInput_ = false; variable