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:out_bps
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vmdaudio.c
52
int
out_bps
;
member
94
s->
out_bps
= av_get_bytes_per_sample(avctx->sample_fmt);
in vmdaudio_decode_init()
96
s->chunk_size = avctx->block_align + channels * (s->
out_bps
== 2);
in vmdaudio_decode_init()
201
if (s->
out_bps
== 2) {
in vmdaudio_decode_frame()
215
if (s->
out_bps
== 2) {
in vmdaudio_decode_frame()
/third_party/ffmpeg/libavresample/
H
A
D
audio_convert.c
160
int
out_bps
= sizeof(otype); \
162
int os = channels *
out_bps
; \
165
uint8_t *po = out + ch *
out_bps
; \
/third_party/ffmpeg/libavfilter/
H
A
D
avfiltergraph.c
1002
int
out_bps
= av_get_bytes_per_sample(out_format);
in swap_sample_fmts_on_filter()
local
1012
if (bps == 4 &&
out_bps
== 8) {
in swap_sample_fmts_on_filter()
1018
score = -abs(
out_bps
- bps);
in swap_sample_fmts_on_filter()
1019
if (
out_bps
>= bps)
in swap_sample_fmts_on_filter()
Completed in 4 milliseconds