Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lastFrame_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
88
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
D
rtp_codec_h264.cpp
206
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
D
rtp_codec_h264.h
76
Frame::Ptr
lastFrame_
= nullptr;
member in OHOS::Sharing::RtpEncoderH264
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H
A
D
image_sink_decoder.h
89
uint8_t *
lastFrame_
= nullptr;
member in OHOS::DistributedHardware::ImageSinkDecoder
Completed in 3 milliseconds