Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp71 gopDropped_ = true; in InputRtp()
76 if (!gopDropped_ && seq != (uint16_t)(lastSeq_ + 1) && lastSeq_) { in InputRtp()
77 gopDropped_ = true; in InputRtp()
110 gopDropped_ = true; in UnpackStapA()
172 if (frame->KeyFrame() && gopDropped_) { in OutputFrame()
173 gopDropped_ = false; in OutputFrame()
177 if (!gopDropped_) { in OutputFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_h264.h47 bool gopDropped_ = false; member in OHOS::Sharing::RtpDecoderH264

Completed in 1 milliseconds