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:SinkFloat
(Results
1 - 6
of
6
) sorted by relevance
/third_party/skia/third_party/externals/oboe/src/flowgraph/
H
A
D
SinkFloat.cpp
20
#include "
SinkFloat
.h"
24
SinkFloat
::
SinkFloat
(int32_t channelCount)
in SinkFloat()
function in SinkFloat
28
int32_t
SinkFloat
::read(void *data, int32_t numFrames) {
in read()
29
// printf("
SinkFloat
::read(,,%d)\n", numFrames);
in read()
37
// printf("
SinkFloat
::read: framesLeft = %d, framesPulled = %d\n", framesLeft, framesPulled);
in read()
47
// printf("
SinkFloat
returning %d\n", numFrames - framesLeft);
in read()
H
A
D
SinkFloat.h
32
class
SinkFloat
: public FlowGraphSink {
class
34
explicit
SinkFloat
(int32_t channelCount);
39
return "
SinkFloat
";
/third_party/skia/third_party/externals/oboe/tests/
H
A
D
testFlowgraph.cpp
33
#include "flowgraph/
SinkFloat
.h"
67
SinkFloat
sinkFloat{2};
in TEST()
89
SinkFloat
sinkFloat{1};
in TEST()
143
SinkFloat
sinkFloat{1};
in TEST()
/third_party/skia/third_party/externals/oboe/src/common/
H
A
D
DataConversionFlowGraph.cpp
28
#include <flowgraph/
SinkFloat
.h>
199
mSink = std::make_unique<
SinkFloat
>(sinkChannelCount);
in configure()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H
A
D
NativeAudioContext.cpp
326
mSinkFloat = std::make_unique<
SinkFloat
>(mChannelCount);
in configureForStart()
495
mSinkFloat = std::make_unique<
SinkFloat
>(mChannelCount);
in configureForStart()
603
mSinkFloat = std::make_unique<
SinkFloat
>(mChannelCount);
in configureForStart()
H
A
D
NativeAudioContext.h
34
#include "flowgraph/
SinkFloat
.h"
452
std::shared_ptr<oboe::flowgraph::
SinkFloat
> mSinkFloat;
636
std::shared_ptr<oboe::flowgraph::
SinkFloat
> mSinkFloat;
Completed in 4 milliseconds