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:RENDER_FRAME_SIZE
(Results
1 - 1
of
1
) sorted by relevance
/foundation/distributedhardware/distributed_audio/services/test_example/
H
A
D
distributedaudiotest.cpp
109
constexpr int32_t
RENDER_FRAME_SIZE
= 3840;
member
348
std::vector<int8_t> frameHal(
RENDER_FRAME_SIZE
);
in Play()
349
int32_t ret = memcpy_s(frameHal.data(),
RENDER_FRAME_SIZE
, renderData[g_frameIndex],
RENDER_FRAME_SIZE
);
in Play()
381
g_frameNum = (size - static_cast<int32_t>(headerSize)) /
RENDER_FRAME_SIZE
;
in StartRender()
384
uint8_t *frame = new uint8_t[
RENDER_FRAME_SIZE
]();
in StartRender()
392
fread(renderData[i], 1,
RENDER_FRAME_SIZE
, wavFile);
in StartRender()
559
std::vector<int8_t> data(
RENDER_FRAME_SIZE
);
in Capture()
566
size_t writeCnt = fwrite(data.data(), 1,
RENDER_FRAME_SIZE
, g_micFile);
in Capture()
567
if (static_cast<int32_t>(writeCnt) !=
RENDER_FRAME_SIZE
) {
in Capture()
[all...]
Completed in 2 milliseconds