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:total_samples
(Results
1 - 13
of
13
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libvorbisdec.c
158
int samples,
total_samples
, total_bytes;
in oggvorbis_decode_frame()
local
185
total_samples
= 0 ;
in oggvorbis_decode_frame()
191
total_samples
+= samples ;
in oggvorbis_decode_frame()
195
frame->nb_samples =
total_samples
;
in oggvorbis_decode_frame()
196
*got_frame_ptr =
total_samples
> 0;
in oggvorbis_decode_frame()
H
A
D
wavpack.c
446
int
total_samples
= s->samples, stereo = dst_r ? 1 : 0;
in wv_unpack_dsd_high()
local
480
while (
total_samples
--) {
in wv_unpack_dsd_high()
590
int
total_samples
= s->samples;
in wv_unpack_dsd_fast()
local
668
total_samples
*= 2;
in wv_unpack_dsd_fast()
670
while (
total_samples
--) {
in wv_unpack_dsd_fast()
749
int
total_samples
= s->samples;
in wv_unpack_dsd_copy()
local
752
if (bytestream2_get_bytes_left(&s->gbyte) !=
total_samples
* (dst_r ? 2 : 1))
in wv_unpack_dsd_copy()
755
while (
total_samples
--) {
in wv_unpack_dsd_copy()
H
A
D
wmaprodec.c
1205
int
total_samples
= s->samples_per_frame * s->nb_channels;
in decode_subframe()
local
1232
total_samples
-= s->channel[i].decoded_samples;
in decode_subframe()
1237
total_samples
-= s->channel[i].subframe_len[cur_subframe];
in decode_subframe()
1247
if (!
total_samples
)
in decode_subframe()
H
A
D
wmalosslessdec.c
844
int
total_samples
= s->samples_per_frame * s->num_channels;
in decode_subframe()
local
865
total_samples
-= s->channel[i].decoded_samples;
in decode_subframe()
870
total_samples
-= s->channel[i].subframe_len[cur_subframe];
in decode_subframe()
880
if (!
total_samples
)
in decode_subframe()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_autotune.c
211
uint32_t
total_samples
= 0;
in fd_autotune_use_bypass()
local
218
total_samples
+= result->samples_passed;
in fd_autotune_use_bypass()
221
float avg_samples = (float)
total_samples
/ (float)history->num_results;
in fd_autotune_use_bypass()
238
batch->hash, batch->num_draws,
total_samples
, avg_samples,
in fd_autotune_use_bypass()
/third_party/mesa3d/bin/
H
A
D
perf-annotate-jit.py
156
total_samples
= 0
166
total_samples
+= sample
168
print 'total:',
total_samples
/third_party/ffmpeg/libavformat/
H
A
D
wv.h
37
uint32_t
total_samples
; //< total number of samples in the stream
member
H
A
D
wv.c
43
wv->
total_samples
= AV_RL32(data + 12);
in ff_wv_parse_header()
H
A
D
wvdec.c
264
if (wc->header.
total_samples
!= 0xFFFFFFFFu)
in wv_read_header()
265
st->duration = wc->header.
total_samples
;
in wv_read_header()
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_autotune.c
229
uint32_t
total_samples
= 0;
in history_add_result()
local
232
total_samples
+= result->samples_passed;
in history_add_result()
235
float avg_samples = (float)
total_samples
/ (float)history->num_results;
in history_add_result()
/third_party/ffmpeg/libavfilter/
H
A
D
avf_showwaves.c
99
int64_t
total_samples
;
member
575
int64_t n = 0, column_max_samples = showwaves->
total_samples
/ outlink->w;
in push_single_pic()
576
int64_t remaining_samples = showwaves->
total_samples
- (column_max_samples * outlink->w);
in push_single_pic()
866
showwaves->
total_samples
+= insamples->nb_samples;
in showwavespic_filter_frame()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_pipeline.c
5299
unsigned
total_samples
= 1u << G_028BE0_MSAA_NUM_SAMPLES(pipeline->ms.pa_sc_aa_config);
in radv_gfx9_compute_bin_size()
local
5301
unsigned effective_samples =
total_samples
;
in radv_gfx9_compute_bin_size()
5329
unsigned ds_bytes_per_pixel = 4 * (depth_coeff + stencil_coeff) *
total_samples
;
in radv_gfx9_compute_bin_size()
5365
const unsigned
total_samples
=
in radv_gfx10_compute_bin_size()
local
5367
const unsigned samples_log = util_logbase2_ceil(
total_samples
);
in radv_gfx10_compute_bin_size()
5381
if (
total_samples
> 1) {
in radv_gfx10_compute_bin_size()
5388
color_bytes_per_pixel *=
total_samples
;
in radv_gfx10_compute_bin_size()
5410
unsigned db_bytes_per_pixel = (depth_coeff + stencil_coeff) *
total_samples
;
in radv_gfx10_compute_bin_size()
/third_party/libsnd/src/
H
A
D
flac.c
468
psf->sf.frames = metadata->data.stream_info.
total_samples
;
Completed in 25 milliseconds