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:strParam
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/audio/test/sample/
H
A
D
framework_common.c
133
int32_t AddWavFileHeader(FILE *file, const struct StrParaCapture *
strParam
)
in AddWavFileHeader()
argument
137
if (
strParam
== NULL) {
in AddWavFileHeader()
147
headInfo.audioFileFmtSize = PcmFormatToBits(
strParam
->attrs.format);
in AddWavFileHeader()
149
headInfo.audioChannelNum =
strParam
->attrs.channelCount;
in AddWavFileHeader()
150
headInfo.audioSampleRate =
strParam
->attrs.sampleRate;
in AddWavFileHeader()
H
A
D
idl_capture.c
280
const struct StrParaCapture *
strParam
= param;
in FrameStartCaptureMmap()
local
281
struct IAudioCapture *capture =
strParam
->capture;
in FrameStartCaptureMmap()
285
int fd = fileno(
strParam
->file);
in FrameStartCaptureMmap()
447
struct StrParaCapture *
strParam
, struct IAudioCapture *capture, int32_t recordModeFlag)
in CaptureChoiceModeAndRecording()
449
if (
strParam
== NULL || capture == NULL) {
in CaptureChoiceModeAndRecording()
454
(void)memset_s(
strParam
, sizeof(struct StrParaCapture), 0, sizeof(struct StrParaCapture));
in CaptureChoiceModeAndRecording()
456
strParam
->capture = capture;
in CaptureChoiceModeAndRecording()
457
strParam
->file = g_file;
in CaptureChoiceModeAndRecording()
458
strParam
->attrs = g_attrs;
in CaptureChoiceModeAndRecording()
459
strParam
in CaptureChoiceModeAndRecording()
446
CaptureChoiceModeAndRecording( struct StrParaCapture *
strParam
, struct IAudioCapture *capture, int32_t recordModeFlag)
CaptureChoiceModeAndRecording()
argument
[all...]
H
A
D
framework_common.h
84
int32_t AddWavFileHeader(FILE *file, const struct StrParaCapture *
strParam
);
H
A
D
idl_render.c
258
const struct StrPara *
strParam
= param;
in FrameStartMmap()
local
259
struct IAudioRender *render =
strParam
->render;
in FrameStartMmap()
Completed in 4 milliseconds