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:SAMPLES
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H
A
D
audio_ffmpeg_flac_decoder_plugin.cpp
26
constexpr int32_t
SAMPLES
= 9216;
member
133
int32_t inputBufferSize =
SAMPLES
* channels * MAX_BITS_PER_SAMPLE;
in GetInputBufferSize()
143
int32_t outputBufferSize =
SAMPLES
* channels * MAX_BITS_PER_SAMPLE;
in GetOutputBufferSize()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/
H
A
D
ffmpeg_flac_decoder_plugin.cpp
29
constexpr int32_t
SAMPLES
= 9216;
member
173
int32_t inputBufferSize =
SAMPLES
* channels * MAX_BITS_PER_SAMPLE;
in GetInputBufferSize()
183
int32_t outputBufferSize =
SAMPLES
* channels * MAX_BITS_PER_SAMPLE;
in GetOutputBufferSize()
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H
A
D
audio_ffmpeg_flac_encoder_plugin.cpp
33
constexpr int32_t
SAMPLES
= 9216;
member
236
int32_t inputBufferSize =
SAMPLES
* channels * MAX_BITS_PER_SAMPLE;
in GetInputBufferSize()
246
int32_t outputBufferSize =
SAMPLES
* channels * MAX_BITS_PER_SAMPLE;
in GetOutputBufferSize()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/flac/
H
A
D
ffmpeg_flac_encoder_plugin.cpp
37
constexpr int32_t
SAMPLES
= 9216;
member
258
int32_t inputBufferSize =
SAMPLES
* channels_ * MAX_BITS_PER_SAMPLE;
in GetInputBufferSize()
268
int32_t outputBufferSize =
SAMPLES
* channels_ * MAX_BITS_PER_SAMPLE;
in GetOutputBufferSize()
/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H
A
D
render_data_structures.h
424
SAMPLES
= 16,
member
/foundation/graphic/graphic_3d/lume/LumeRender/src/node/
H
A
D
render_node_create_gpu_images.cpp
71
if (dependencyFlags & DependencyFlagBits::
SAMPLES
) {
in GetDependencyList()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H
A
D
render_node_parser_util.cpp
192
{ RenderNodeGraphInputs::RenderNodeGraphGpuImageDesc::DependencyFlagBits::
SAMPLES
, "samples" },
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H
A
D
webgl_rendering_context_base.h
141
static const GLenum
SAMPLES
= 0x80A9;
member in OHOS::Rosen::WebGLRenderingContextBase
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H
A
D
webgl_rendering_context_common.cpp
572
return NVal::CreateInt64(env, WebGLRenderingContextBase::
SAMPLES
).val_;
in GetSample()
1733
NVal::DeclareNapiGetter("
SAMPLES
", GetSample),
in GetRenderingContextBasePropertyDesc()
Completed in 11 milliseconds