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:mCurrentFrame
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
H
A
D
LinearResampler.cpp
24
mCurrentFrame
= std::make_unique<float[]>(getChannelCount());
in LinearResampler()
28
memcpy(mPreviousFrame.get(),
mCurrentFrame
.get(), sizeof(float) * getChannelCount());
in writeFrame()
29
memcpy(
mCurrentFrame
.get(), frame, sizeof(float) * getChannelCount());
in writeFrame()
34
float *current =
mCurrentFrame
.get();
in readFrame()
H
A
D
LinearResampler.h
40
std::unique_ptr<float[]>
mCurrentFrame
;
member in resampler::LinearResampler
/third_party/skia/third_party/externals/angle2/samples/capture_replay/
H
A
D
CaptureReplay.cpp
63
kReplayFrameStart + (
mCurrentFrame
% ((kReplayFrameEnd - kReplayFrameStart) + 1));
70
mCurrentFrame
++;
74
uint32_t
mCurrentFrame
= 0;
member in CaptureReplaySample
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/src/main/cpp/
H
A
D
Game.cpp
128
mCurrentFrame
,
in onAudioReady()
136
mCurrentFrame
++;
in onAudioReady()
H
A
D
Game.h
68
std::atomic<int64_t>
mCurrentFrame
{ 0 };
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H
A
D
TracePerfTest.cpp
175
uint32_t
mCurrentFrame
= 0;
member in __anon20281::TracePerfTest
1222
mCurrentFrame
= mStartFrame;
in initializeBenchmark()
1344
if (
mCurrentFrame
== mStartFrame)
in drawBenchmark()
1362
sprintf(frameName, "Frame %u",
mCurrentFrame
);
in drawBenchmark()
1366
mTraceLibrary->replayFrame(
mCurrentFrame
);
in drawBenchmark()
1435
if (
mCurrentFrame
== mEndFrame)
in drawBenchmark()
1438
mCurrentFrame
= mStartFrame;
in drawBenchmark()
1442
mCurrentFrame
++;
in drawBenchmark()
1817
static_cast<uint32_t>(gScreenShotFrame) ==
mCurrentFrame
)
in swap()
Completed in 6 milliseconds