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:RenderLoop
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H
A
D
subtitle_sink_test.cpp
72
sink->
RenderLoop
();
in HWTEST()
100
sink->
RenderLoop
();
in HWTEST()
137
sink->
RenderLoop
();
in HWTEST()
175
sink->
RenderLoop
();
in HWTEST()
212
sink->
RenderLoop
();
in HWTEST()
249
sink->
RenderLoop
();
in HWTEST()
284
sink->
RenderLoop
();
in HWTEST()
322
sink->
RenderLoop
();
in HWTEST()
357
sink->
RenderLoop
();
in HWTEST()
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/
H
A
D
drawing_sample_replayer.h
55
bool
RenderLoop
();
H
A
D
drawing_sample_replayer.cpp
148
bool DrawingSampleReplayer::
RenderLoop
()
in RenderLoop()
function in OHOS::Rosen::DrawingSampleReplayer
259
if (!replayer.
RenderLoop
()) {
in main()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
subtitle_sink.h
64
void
RenderLoop
();
H
A
D
decoder_surface_filter.h
115
void
RenderLoop
();
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/pipeline/
H
A
D
rs_render_thread.h
129
void
RenderLoop
();
H
A
D
rs_render_thread.cpp
173
thread_ = std::make_unique<std::thread>([this] { this->RSRenderThread::
RenderLoop
(); });
in Start()
263
void RSRenderThread::
RenderLoop
()
in RenderLoop()
function in OHOS::Rosen::RSRenderThread
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H
A
D
subtitle_sink.cpp
139
readThread_ = std::make_unique<std::thread>(&SubtitleSink::
RenderLoop
, this);
in Start()
259
void SubtitleSink::
RenderLoop
()
in RenderLoop()
function in OHOS::Media::SubtitleSink
268
MEDIA_LOG_I("SubtitleSink
RenderLoop
flush");
in RenderLoop()
282
MEDIA_LOG_I("SubtitleSink
RenderLoop
flush");
in RenderLoop()
/foundation/multimedia/av_codec/services/media_engine/filters/
H
A
D
decoder_surface_filter.cpp
264
readThread_ = std::make_unique<std::thread>(&DecoderSurfaceFilter::
RenderLoop
, this);
in DoStart()
265
pthread_setname_np(readThread_->native_handle(), "
RenderLoop
");
in DoStart()
730
void DecoderSurfaceFilter::
RenderLoop
()
in RenderLoop()
function in OHOS::Media::Pipeline::DecoderSurfaceFilter
740
MEDIA_LOG_I("Exit
RenderLoop
read thread.");
in RenderLoop()
747
MEDIA_LOG_D("
RenderLoop
pts: " PUBLIC_LOG_D64" waitTime:" PUBLIC_LOG_D64,
in RenderLoop()
/foundation/multimedia/av_codec/test/unittest/filter_test/
H
A
D
decoder_surface_filter_unit_test.cpp
247
std::make_unique<std::thread>(&DecoderSurfaceFilter::
RenderLoop
, decoderSurfaceFilter_);
in HWTEST_F()
718
* @tc.desc:
RenderLoop
726
decoderSurfaceFilter_->
RenderLoop
();
in HWTEST_F()
Completed in 7 milliseconds