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:sf_format_check
(Results
1 - 9
of
9
) sorted by relevance
/third_party/libsnd/examples/
H
A
D
generate.cs
160
static extern int
sf_format_check
(ref SF_INFO info);
in sf_format_check()
method in lsndf_example
218
if (
sf_format_check
(ref sfinfo) == 0 ) {
in Main()
219
Console.WriteLine("
sf_format_check
failed. Invalid encoding");
in Main()
H
A
D
list_formats.c
67
if (
sf_format_check
(&sfinfo))
in main()
H
A
D
generate.c
109
if (!
sf_format_check
(&sfinfo))
in encode_file()
/third_party/libsnd/programs/
H
A
D
sndfile-convert.c
114
if (endian &&
sf_format_check
(sfinfo))
in report_format_error_exit()
120
if (
sf_format_check
(sfinfo))
in report_format_error_exit()
331
if (
sf_format_check
(&sfinfo) == 0)
in main()
/third_party/libsnd/tests/
H
A
D
format_check_test.c
116
check_is_valid =
sf_format_check
(&info) ;
in format_combo_test()
H
A
D
command_test.c
494
if (!
sf_format_check
(&sfinfo))
in format_tests()
495
{ printf ("\n\nLine %d:
sf_format_check
failed.\n", __LINE__) ;
in format_tests()
/third_party/libsnd/include/
H
A
D
sndfile.h
655
int
sf_format_check
(const SF_INFO *info) ;
H
A
D
sndfile.hh
333
return
sf_format_check
(&sfinfo) ;
in formatCheck()
/third_party/libsnd/src/
H
A
D
sndfile.c
657
sf_format_check
(const SF_INFO *info)
in sf_format_check()
function
979
} /*
sf_format_check
*/
in sf_format_check()
3036
{ if (
sf_format_check
(sfinfo) == 0)
in psf_open_file()
3120
if (
sf_format_check
(&psf->sf) == 0)
in psf_open_file()
3315
if (psf->file.mode == SFM_RDWR &&
sf_format_check
(&psf->sf) == 0)
in psf_open_file()
Completed in 13 milliseconds