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:number_of_frames
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/modules/jack/
H
A
D
module-jack-sink.c
174
int32_t
number_of_frames
;
in sink_process_msg()
local
178
number_of_frames
= r.max + u->frames_in_buffer;
in sink_process_msg()
186
number_of_frames
-= d;
in sink_process_msg()
190
if (
number_of_frames
> 0) {
in sink_process_msg()
191
n =
number_of_frames
* pa_frame_size(&u->sink->sample_spec);
in sink_process_msg()
194
n = -
number_of_frames
* pa_frame_size(&u->sink->sample_spec);
in sink_process_msg()
/third_party/ffmpeg/libavcodec/
H
A
D
mlpenc.c
192
unsigned int
number_of_frames
;
member
1214
for (unsigned int index = 0; index < ctx->
number_of_frames
; index++) {
in input_to_sample_buffer()
1977
for (unsigned int index = 0; index < ctx->
number_of_frames
; index++)
in set_major_params()
2023
for (unsigned int index = 0; index < ctx->
number_of_frames
; index++) {
in analyze_sample_buffer()
2049
ctx->
number_of_frames
= ctx->major_number_of_frames;
in process_major_frame()
2142
ctx->
number_of_frames
= ctx->next_major_number_of_frames;
in mlp_encode_frame()
2149
number_of_samples = avctx->frame_size * ctx->
number_of_frames
;
in mlp_encode_frame()
Completed in 6 milliseconds