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:test_sample
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavutil/tests/
H
A
D
audio_fifo.c
64
static void print_audio_bytes(const TestStruct *
test_sample
, void **data_planes, int nb_samples)
in print_audio_bytes()
argument
67
int byte_offset = av_get_bytes_per_sample(
test_sample
->format);
in print_audio_bytes()
68
int buffers = av_sample_fmt_is_planar(
test_sample
->format)
in print_audio_bytes()
69
?
test_sample
->nb_ch : 1;
in print_audio_bytes()
71
: nb_samples * byte_offset *
test_sample
->nb_ch;
in print_audio_bytes()
106
static int write_samples_to_audio_fifo(AVAudioFifo* afifo, const TestStruct *
test_sample
,
in write_samples_to_audio_fifo()
argument
112
if(nb_samples >
test_sample
->nb_samples_pch - offset){
in write_samples_to_audio_fifo()
115
if(offset >=
test_sample
->nb_samples_pch){
in write_samples_to_audio_fifo()
121
data_planes[i] = (uint8_t*)
test_sample
->data_planes[i] + offset_size;
in write_samples_to_audio_fifo()
127
static void test_function(const TestStruct *
test_sample
)
in test_function()
argument
[all...]
/third_party/mesa3d/src/gallium/tests/trivial/
H
A
D
compute.c
829
/*
test_sample
*/
851
static void
test_sample
(struct context *ctx)
in test_sample()
function
1670
test_sample
(ctx);
in main()
/third_party/python/Lib/test/
H
A
D
test_random.py
129
def
test_sample
(self):
member in TestBasicOps
Completed in 6 milliseconds