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:stop_pos
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
atrac3plusdsp.c
164
envelope->start_pos != envelope->
stop_pos
) {
in waves_synth()
175
pos = (envelope->
stop_pos
+ 1 << 2) - reg_offset;
in waves_synth()
198
tones_next->pend_env.start_pos < tones_next->pend_env.
stop_pos
) {
in ff_atrac3p_generate_tones()
210
tones_now->pend_env.
stop_pos
>= tones_next->curr_env.start_pos) {
in ff_atrac3p_generate_tones()
212
tones_next->curr_env.
stop_pos
= tones_now->pend_env.
stop_pos
;
in ff_atrac3p_generate_tones()
215
tones_next->curr_env.
stop_pos
= tones_next->pend_env.
stop_pos
+ 32;
in ff_atrac3p_generate_tones()
218
tones_next->curr_env.
stop_pos
= 64;
in ff_atrac3p_generate_tones()
222
reg1_env_nonzero = (tones_now->curr_env.
stop_pos
< 3
in ff_atrac3p_generate_tones()
[all...]
H
A
D
atrac3plus.h
71
int
stop_pos
; ///< stop position expressed in n*4 samples
member
H
A
D
atrac3plus.c
1325
dst[sb].pend_env.
stop_pos
= dst[sb].pend_env.has_stop_point
in decode_tones_envelope()
1335
dst[sb].pend_env.
stop_pos
= ref[sb].pend_env.
stop_pos
;
in decode_tones_envelope()
/third_party/skia/src/ports/
H
A
D
SkFontHost_FreeType_common.cpp
509
SkScalar
stop_pos
;
in colrv1_configure_skpaint()
518
sorted_stops[index].
stop_pos
= color_stop.stop_offset / float(1 << 14);
in colrv1_configure_skpaint()
539
[](const ColorStop& a, const ColorStop& b) { return a.
stop_pos
< b.
stop_pos
; });
in colrv1_configure_skpaint()
544
stops[i] = sorted_stops[i].
stop_pos
;
in colrv1_configure_skpaint()
Completed in 12 milliseconds