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:codec_flags
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
cafenc.c
39
static uint32_t
codec_flags
(enum AVCodecID codec_id) {
in codec_flags()
function
161
avio_wb32(pb,
codec_flags
(par->codec_id)); //< mFormatFlags
in caf_write_header()
/third_party/node/deps/base64/base64/test/
H
A
D
test_base64.c
381
int
codec_flags
= (1 << i);
in main()
local
384
fail |= test_one_codec(codecs[i],
codec_flags
);
in main()
/third_party/ffmpeg/fftools/
H
A
D
ffmpeg.c
2833
int
codec_flags
= ost->enc_ctx->flags;
in set_encoder_id()
local
2850
av_opt_eval_flags(ost->enc_ctx, o, e->value, &
codec_flags
);
in set_encoder_id()
2858
if (!(format_flags & AVFMT_FLAG_BITEXACT) && !(
codec_flags
& AV_CODEC_FLAG_BITEXACT))
in set_encoder_id()
Completed in 7 milliseconds