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:is_mono
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
avf_aphasemeter.c
49
int
is_mono
;
member
177
if (!s->
is_mono
&& mono_measurement) {
in update_mono_detection()
178
s->
is_mono
= 1;
in update_mono_detection()
182
if (s->
is_mono
&& mono_measurement && s->start_mono_presence) {
in update_mono_detection()
191
if (s->
is_mono
&& !mono_measurement) {
in update_mono_detection()
201
s->
is_mono
= 0;
in update_mono_detection()
/third_party/ffmpeg/libavcodec/
H
A
D
rawdec.c
47
int
is_mono
;
member
115
context->
is_mono
= 1;
in raw_init_decoder()
205
(avctx->bits_per_coded_sample == 0 && (context->is_nut_pal8 || context->
is_mono
)) ) &&
in raw_decode()
206
(context->
is_mono
|| context->is_pal8) &&
in raw_decode()
210
if (context->
is_mono
) {
in raw_decode()
259
if (avctx->bits_per_coded_sample == 8 || context->is_nut_pal8 || context->
is_mono
) {
in raw_decode()
260
int pix_per_byte = context->
is_mono
? 8 : 1;
in raw_decode()
H
A
D
pnmdec.c
49
int i, j, k, n, linesize, h, upgrade = 0,
is_mono
= 0;
in pnm_decode_frame()
local
127
is_mono
= 1;
in pnm_decode_frame()
133
if(s->type < 4 || (
is_mono
&& s->type==7)){
in pnm_decode_frame()
145
if (
is_mono
) {
in pnm_decode_frame()
Completed in 3 milliseconds