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:formatByteSize_
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H
A
D
audio_utils.cpp
851
CHECK_AND_RETURN_RET_LOG(
formatByteSize_
!= 0, false, "LatencyMeas checkAudioData failed, "
in CheckAudioData()
852
"
formatByteSize_
%{public}d",
formatByteSize_
);
in CheckAudioData()
853
frameCountIgnoreChannel_ = bufferLen / static_cast<uint32_t>(
formatByteSize_
);
in CheckAudioData()
937
static_cast<size_t>(channelCount_ * sampleRate_ *
formatByteSize_
);
in MockPcmData()
970
formatByteSize_
= GetFormatByteSize(sampleFormat);
in AudioLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H
A
D
audio_utils.h
338
int32_t
formatByteSize_
;
member
364
int32_t
formatByteSize_
;
member in OHOS::AudioStandard::AudioLatencyMeasurement
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H
A
D
offload_audio_renderer_sink.cpp
1043
signalDetectAgent_->
formatByteSize_
= GetFormatByteSize(attr_.format);
in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H
A
D
bluetooth_renderer_sink.cpp
1118
signalDetectAgent_->
formatByteSize_
= GetFormatByteSize(attr_.format);
in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H
A
D
audio_renderer_sink.cpp
1507
signalDetectAgent_->
formatByteSize_
= GetFormatByteSize(attr_.format);
in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H
A
D
audio_capturer_source.cpp
1598
signalDetectAgent_->
formatByteSize_
= GetFormatByteSize(attr_.format);
in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/src/
H
A
D
audio_capturer.cpp
385
signalDetectAgent_->
formatByteSize_
= GetFormatByteSize(audioStreamParams.format);
in InitLatencyMeasurement()
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H
A
D
audio_endpoint.cpp
2162
signalDetectAgent_->
formatByteSize_
= GetFormatByteSize(SAMPLE_S16LE);
in InitLatencyMeasurement()
Completed in 20 milliseconds