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_MPEG1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegutils.h
117
FMT_MPEG1
,
enumerator
H
A
D
mpegvideo_motion.c
377
if (s->out_format ==
FMT_MPEG1
)
in mpeg_motion()
396
if (s->out_format ==
FMT_MPEG1
)
in mpeg_motion_field()
984
if (s->out_format ==
FMT_MPEG1
)
in ff_mpv_motion()
H
A
D
mpegvideo_enc.c
650
s->out_format =
FMT_MPEG1
;
in ff_mpv_encode_init()
655
s->out_format =
FMT_MPEG1
;
in ff_mpv_encode_init()
853
&& s->out_format ==
FMT_MPEG1
) {
in ff_mpv_encode_init()
1827
s->out_format ==
FMT_MPEG1
&&
in ff_mpv_encode_picture()
3495
if (s->out_format ==
FMT_MPEG1
|| (s->h263_pred && !s->msmpeg4_version))
in encode_picture()
3739
case
FMT_MPEG1
:
in encode_picture()
3846
if(s->mpeg_quant || s->out_format ==
FMT_MPEG1
|| s->out_format == FMT_MJPEG)
in dct_quantize_trellis_c()
4161
// if(s->mpeg_quant || s->out_format ==
FMT_MPEG1
)
in dct_quantize_refine()
H
A
D
motion_est.c
1659
range = (((s->out_format ==
FMT_MPEG1
|| s->msmpeg4_version) ? 8 : 16) << f_code);
in ff_fix_long_p_mvs()
1708
int range = (((s->out_format ==
FMT_MPEG1
|| s->msmpeg4_version) ? 8 : 16) << f_code);
in ff_fix_long_mvs()
H
A
D
mpegvideo.c
1416
#define IS_MPEG12(s) (CONFIG_SMALL ? ((s)->out_format ==
FMT_MPEG1
) : is_mpeg12)
in mpv_reconstruct_mb_internal()
1664
if(s->out_format ==
FMT_MPEG1
) {
in ff_mpv_reconstruct_mb()
H
A
D
mpeg12dec.c
2138
s->out_format =
FMT_MPEG1
;
in mpeg1_decode_sequence()
2156
s->out_format =
FMT_MPEG1
;
in vcr2_init_sequence()
Completed in 17 milliseconds