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:onFrame_
(Results
1 - 9
of
9
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/display_sync/
H
A
D
ui_display_sync.cpp
83
if (data_->noSkip_ && data_->
onFrame_
) {
in OnFrame()
84
data_->
onFrame_
();
in OnFrame()
187
bool isNeedRequest = data_->
onFrame_
|| data_->onFrameWithData_ || data_->onFrameWithTimestamp_;
in JudgeWhetherRequestFrame()
195
data_->
onFrame_
= std::move(onFrameCallBack);
in RegisterOnFrame()
210
data_->
onFrame_
= nullptr;
in UnregisterOnFrame()
H
A
D
ui_display_sync.h
141
OnFrameCallBack
onFrame_
= nullptr;
member in OHOS::Ace::DisplaySyncData
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_codec_ts.cpp
43
onFrame_
= nullptr;
in Release()
89
onFrame_
= cb;
in SetOnFrame()
141
if (
onFrame_
) {
in StartDecoding()
142
onFrame_
(outFrame);
in StartDecoding()
149
if (
onFrame_
) {
in StartDecoding()
150
onFrame_
(outFrame);
in StartDecoding()
H
A
D
rtp_codec_g711.cpp
41
onFrame_
(frame_);
in InputRtp()
64
onFrame_
= cb;
in SetOnFrame()
H
A
D
rtp_codec_aac.cpp
98
onFrame_
= cb;
in SetOnFrame()
150
onFrame_
(frame);
in InputFrame()
H
A
D
rtp_codec_h264.cpp
84
onFrame_
= cb;
in SetOnFrame()
178
onFrame_
(frame);
in OutputFrame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H
A
D
rtp_codec.h
38
OnFrame
onFrame_
= nullptr;
member in OHOS::Sharing::RtpDecoder
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H
A
D
rtp_unit_test.cpp
327
h264->
onFrame_
= [](const Frame::Ptr &frame) { (void)frame; };
in HWTEST_F()
383
h264->
onFrame_
= [=](const Frame::Ptr &frame) { (void)frame; };
in HWTEST_F()
411
h264->
onFrame_
= [=](const Frame::Ptr &frame) { (void)frame; };
in HWTEST_F()
430
h264->
onFrame_
= [=](const Frame::Ptr &frame) { (void)frame; };
in HWTEST_F()
598
decoder->
onFrame_
= [=](const Frame::Ptr &frame) { (void)frame; };
in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/manager/
H
A
D
display_sync_manager_test.cpp
526
EXPECT_EQ(nullptr, displaySync->GetDisplaySyncData()->
onFrame_
);
in HWTEST_F()
Completed in 7 milliseconds