Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_encoder.cpp65 bool isInputSurfaceMode_ = false; member
134 if (videoEncObj->isEOS_.load() || videoEncObj->isInputSurfaceMode_) { in OnInputBufferAvailable()
177 if (videoEncObj->isEOS_.load() || videoEncObj->isInputSurfaceMode_) { in OnInputBufferAvailable()
596 videoEncObj->isInputSurfaceMode_ = true; in OH_VideoEncoder_GetSurface()