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:frameCount
(Results
1 - 14
of
14
) sorted by relevance
/base/telephony/call_manager/services/audio/src/
H
A
D
audio_player.cpp
55
uint32_t
frameCount
;
in InitRenderer()
local
56
if (audioRenderer_->GetFrameCount(
frameCount
)) {
in InitRenderer()
83
uint32_t
frameCount
;
in InitRenderer()
local
84
if (audioRenderer_->GetFrameCount(
frameCount
)) {
in InitRenderer()
110
uint32_t
frameCount
;
in InitCapturer()
local
111
if (audioCapturer_->GetFrameCount(
frameCount
)) {
in InitCapturer()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H
A
D
ark_audio_capturer_adapter_impl.cpp
81
int32_t ArkAudioCapturerAdapterImpl::GetFrameCount(uint32_t&
frameCount
)
in GetFrameCount()
argument
83
return real_->GetFrameCount(
frameCount
);
in GetFrameCount()
H
A
D
ark_audio_capturer_adapter_impl.h
44
int32_t GetFrameCount(uint32_t&
frameCount
) override;
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H
A
D
ark_audio_capturer_adapter_wrapper.cpp
85
int32_t ArkAudioCapturerAdapterWrapper::GetFrameCount(uint32_t&
frameCount
)
in GetFrameCount()
argument
87
return ctocpp_->GetFrameCount(
frameCount
);
in GetFrameCount()
H
A
D
ark_audio_capturer_adapter_wrapper.h
44
int32_t GetFrameCount(uint32_t&
frameCount
) override;
/base/web/webview/ohos_adapter/audio_adapter/src/
H
A
D
audio_capturer_adapter_mock.cpp
56
int32_t AudioCapturerAdapterImpl::GetFrameCount(uint32_t&
frameCount
)
in GetFrameCount()
argument
H
A
D
audio_capturer_adapter_impl.cpp
213
int32_t AudioCapturerAdapterImpl::GetFrameCount(uint32_t &
frameCount
)
in GetFrameCount()
argument
219
return audio_capturer_->GetFrameCount(
frameCount
);
in GetFrameCount()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H
A
D
ark_audio_capturer_adapter.h
102
virtual int32_t GetFrameCount(uint32_t&
frameCount
) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H
A
D
audio_capturer_adapter.h
102
virtual int32_t GetFrameCount(uint32_t&
frameCount
) = 0;
/base/web/webview/ohos_adapter/audio_adapter/include/
H
A
D
audio_capturer_adapter_impl.h
65
int32_t GetFrameCount(uint32_t &
frameCount
) override;
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/include/
H
A
D
conversion_fft.h
77
int32_t Process(const std::vector<double> &values, int32_t &
frameCount
, std::vector<float> &frameMagsArr);
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/
H
A
D
conversion_fft.cpp
91
int32_t ConversionFFT::Process(const std::vector<double> &values, int32_t &
frameCount
,
in Process()
argument
96
frameCount
= 0;
in Process()
123
++
frameCount
;
in Process()
/base/web/webview/test/unittest/audio_adapter_impl_test/
H
A
D
audio_adapter_impl_test.cpp
858
uint32_t
frameCount
= 0;
in HWTEST_F()
local
859
retNum = g_audioCapturer->GetFrameCount(
frameCount
);
in HWTEST_F()
900
uint32_t
frameCount
= 0;
in HWTEST_F()
local
901
retNum = g_audioCapturer->GetFrameCount(
frameCount
);
in HWTEST_F()
/base/telephony/call_manager/test/unittest/ui_client/
H
A
D
ui_client_test.cpp
943
uint32_t
frameCount
;
in InitRenderer()
local
944
if (audioRenderer->GetFrameCount(
frameCount
)) {
in InitRenderer()
947
std::cout << "frame count : " <<
frameCount
<< std::endl;
in InitRenderer()
Completed in 10 milliseconds