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:nbSamples
(Results
1 - 2
of
2
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/audio_encoder/
H
A
D
audio_ffmpeg_encoder_plugin.cpp
370
int32_t
nbSamples
= 0;
in FillInFrameCache()
local
379
nbSamples
= static_cast<int32_t>((static_cast<int32_t>(destLength)
in FillInFrameCache()
384
nbSamples
= static_cast<int32_t>((destLength / srcBytesPerSample_));
in FillInFrameCache()
390
cachedFrame_->nb_samples =
nbSamples
;
in FillInFrameCache()
400
cachedFrame_->linesize[0] =
nbSamples
* av_get_bytes_per_sample(avCodecContext_->sample_fmt);
in FillInFrameCache()
407
cachedFrame_->linesize[0] =
nbSamples
* av_get_bytes_per_sample(avCodecContext_->sample_fmt) *
in FillInFrameCache()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H
A
D
audio_aac_codec.cpp
156
int
nbSamples
= swr_convert(swrContext_, &swrOutBuffer_, avFrame_->nb_samples, (const uint8_t **)avFrame_->data,
in OnFrame()
local
158
if (
nbSamples
!= avFrame_->nb_samples) {
in OnFrame()
Completed in 2 milliseconds