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:vol_flags
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libxvid.c
71
int
vol_flags
; /**< VOL flags for Xvid encoder */
member
197
param->
vol_flags
&= ~XVID_VOL_GMC;
in xvid_ff_2pass_before()
441
x->
vol_flags
= 0;
in xvid_encode_init()
443
x->
vol_flags
|= XVID_VOL_GMC;
in xvid_encode_init()
447
x->
vol_flags
|= XVID_VOL_QUARTERPEL;
in xvid_encode_init()
621
x->
vol_flags
|= XVID_VOL_MPEGQUANT;
in xvid_encode_init()
623
x->
vol_flags
|= XVID_VOL_MPEGQUANT;
in xvid_encode_init()
769
xvid_enc_frame.
vol_flags
= x->
vol_flags
;
in xvid_encode_frame()
/third_party/exfatprogs/include/
H
A
D
exfat_ondisk.h
119
__le16
vol_flags
;
member
/third_party/pulseaudio/src/utils/
H
A
D
pactl.c
2527
static int parse_volume(const char *vol_spec, pa_volume_t *vol, enum volume_flags *
vol_flags
) {
in parse_volume()
argument
2534
pa_assert(
vol_flags
);
in parse_volume()
2538
*
vol_flags
= (pa_startswith(vs, "+") || pa_startswith(vs, "-")) ? VOL_RELATIVE : VOL_ABSOLUTE;
in parse_volume()
2540
*
vol_flags
|= VOL_PERCENT;
in parse_volume()
2544
*
vol_flags
|= VOL_DECIBEL;
in parse_volume()
2548
*
vol_flags
|= VOL_LINEAR;
in parse_volume()
2563
if (*
vol_flags
& VOL_RELATIVE) {
in parse_volume()
2564
switch (*
vol_flags
& 0x0F) {
in parse_volume()
2577
switch (*
vol_flags
& 0x0F) {
in parse_volume()
/third_party/exfatprogs/mkfs/
H
A
D
mkfs.c
65
pbsx->
vol_flags
= 0;
in exfat_setup_boot_sector()
/third_party/exfatprogs/fsck/
H
A
D
fsck.c
348
flags = le16_to_cpu(exfat->bs->bsx.
vol_flags
);
in exfat_mark_volume_dirty()
354
exfat->bs->bsx.
vol_flags
= cpu_to_le16(flags);
in exfat_mark_volume_dirty()
Completed in 9 milliseconds