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:GSM_BLOCK_SIZE
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
gsmdec.c
28
#define
GSM_BLOCK_SIZE
33
macro
58
size =
GSM_BLOCK_SIZE
;
in gsm_read_packet()
64
if (ret <
GSM_BLOCK_SIZE
) {
in gsm_read_packet()
68
pkt->pts = pkt->pos /
GSM_BLOCK_SIZE
;
in gsm_read_packet()
84
st->codecpar->bit_rate =
GSM_BLOCK_SIZE
* 8 * c->sample_rate / GSM_BLOCK_SAMPLES;
in gsm_read_header()
93
AV_OPT_TYPE_INT, {.i64 = GSM_SAMPLE_RATE}, 1, INT_MAX /
GSM_BLOCK_SIZE
,
/third_party/ffmpeg/libavcodec/
H
A
D
libgsmdec.c
64
avctx->block_align =
GSM_BLOCK_SIZE
;
in libgsm_decode_init()
108
buf +=
GSM_BLOCK_SIZE
;
in libgsm_decode_frame()
H
A
D
gsm.h
25
#define
GSM_BLOCK_SIZE
33
macro
H
A
D
gsm_parser.c
50
s->block_size =
GSM_BLOCK_SIZE
;
in gsm_parse()
H
A
D
gsmdec.c
49
avctx->block_align =
GSM_BLOCK_SIZE
;
in gsm_init()
H
A
D
libgsmenc.c
75
avctx->block_align =
GSM_BLOCK_SIZE
;
in libgsm_encode_init()
Completed in 2 milliseconds