Home
last modified time | relevance | path

Searched refs:lastFrame_ (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp88 lastFrame_ = new uint8_t[lastFrameSize_]; in AddSurface()
94 return lastFrame_; in GetLastFrame()
190 if (lastFrame_ != nullptr) { in ConsumeSurface()
191 delete [] lastFrame_; in ConsumeSurface()
194 lastFrame_ = new uint8_t[lastFrameSize_]; in ConsumeSurface()
204 int32_t ret = memcpy_s(lastFrame_, lastFrameSize_, windowSurfaceAddr, lastFrameSize_); in ConsumeSurface()
235 if (lastFrame_ != nullptr) { in ReleaseDecoder()
236 delete [] lastFrame_; in ReleaseDecoder()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_codec_h264.cpp206 if (lastFrame_) { in InputFrame()
207 InputFrame(lastFrame_, lastFrame_->Pts() != frame->Pts()); in InputFrame()
209 lastFrame_ = frame; in InputFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_codec_h264.h76 Frame::Ptr lastFrame_ = nullptr; member in OHOS::Sharing::RtpEncoderH264
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h89 uint8_t *lastFrame_ = nullptr; member in OHOS::DistributedHardware::ImageSinkDecoder

Completed in 3 milliseconds