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:ConsumeSurface
(Results
1 - 7
of
7
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H
A
D
image_sink_decoder.h
62
void
ConsumeSurface
();
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/include/
H
A
D
image_source_encoder.h
64
void
ConsumeSurface
();
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H
A
D
dscreen.h
99
void
ConsumeSurface
();
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_test.cpp
195
* @tc.desc: Verify the
ConsumeSurface
function failed.
201
dScreen_->
ConsumeSurface
();
in HWTEST_F()
203
dScreen_->
ConsumeSurface
();
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H
A
D
image_sink_decoder.cpp
167
void ImageSinkDecoder::
ConsumeSurface
()
in ConsumeSurface()
function in OHOS::DistributedHardware::ImageSinkDecoder
169
DHLOGI("%{public}s:
ConsumeSurface
.", DSCREEN_LOG_TAG);
in ConsumeSurface()
211
DHLOGI("%{public}s:
ConsumeSurface
success, send NV12 to window.", DSCREEN_LOG_TAG);
in ConsumeSurface()
225
decoder_->
ConsumeSurface
();
in OnBufferAvailable()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H
A
D
image_source_encoder.cpp
41
encoder_->
ConsumeSurface
();
in OnBufferAvailable()
67
void ImageSourceEncoder::
ConsumeSurface
()
in ConsumeSurface()
function in OHOS::DistributedHardware::ImageSourceEncoder
69
DHLOGI("%{public}s:
ConsumeSurface
.", DSCREEN_LOG_TAG);
in ConsumeSurface()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
319
dScreen_->
ConsumeSurface
();
in OnBufferAvailable()
322
void DScreen::
ConsumeSurface
()
in ConsumeSurface()
function in OHOS::DistributedHardware::V2_0::DScreen
324
DHLOGI("
ConsumeSurface
enter.");
in ConsumeSurface()
365
DHLOGI("
ConsumeSurface
success. timestamp=%{public}" PRId64, timestamp);
in ConsumeSurface()
Completed in 5 milliseconds