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:FMT_MJPEG
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.h
120
FMT_MJPEG
,
enumerator
H
A
D
mpegvideo_enc.c
663
s->out_format =
FMT_MJPEG
;
in ff_mpv_encode_init()
888
if (s->out_format !=
FMT_MJPEG
) {
in ff_mpv_encode_init()
1729
if ((CONFIG_MJPEG_ENCODER || CONFIG_AMV_ENCODER) && s->out_format ==
FMT_MJPEG
)
in ff_mpv_encode_picture()
2295
av_assert2(s->out_format !=
FMT_MJPEG
|| s->qscale == 8);
in encode_mb_internal()
2669
s->out_format ==
FMT_MJPEG
) {
in write_slice_end()
3524
if (s->out_format !=
FMT_MJPEG
) {
in encode_picture()
3641
if (s->out_format ==
FMT_MJPEG
) {
in encode_picture()
3706
case
FMT_MJPEG
:
in encode_picture()
3846
if(s->mpeg_quant || s->out_format == FMT_MPEG1 || s->out_format ==
FMT_MJPEG
)
in dct_quantize_trellis_c()
3938
} else if(s->out_format ==
FMT_MJPEG
) {
in dct_quantize_trellis_c()
[all...]
Completed in 6 milliseconds