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_H263
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpegvideo_enc.c
708
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
713
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
727
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
735
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
740
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
750
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
757
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
765
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
774
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
783
s->out_format =
FMT_H263
;
in ff_mpv_encode_init()
[all...]
H
A
D
mpegutils.h
119
FMT_H263
,
enumerator
H
A
D
mpegpicture.c
229
if (out_format ==
FMT_H263
|| encoding ||
in alloc_picture_tables()
H
A
D
mpegvideo.c
384
if (s->out_format ==
FMT_H263
) {
in init_duplicate_context()
628
if (s->out_format ==
FMT_H263
) {
in ff_mpv_init_context_frame()
1004
if (s->out_format ==
FMT_H263
) {
in mpeg_motion_lowres()
H
A
D
h263dec.c
82
s->out_format =
FMT_H263
;
in ff_h263_decode_init()
H
A
D
rv10.c
384
s->out_format =
FMT_H263
;
in rv10_decode_init()
H
A
D
mpegvideo_dec.c
483
} else if (s->out_format ==
FMT_H263
|| s->out_format == FMT_H261) {
in ff_mpv_frame_start()
H
A
D
mpegvideo_motion.c
258
if (!is_mpeg12 && s->out_format ==
FMT_H263
) {
in mpeg_motion_internal()
H
A
D
motion_est.c
949
if (s->out_format ==
FMT_H263
) {
in ff_estimate_p_frame_motion()
H
A
D
rv34.c
1496
s->out_format =
FMT_H263
;
in ff_rv34_decode_init()
H
A
D
snowenc.c
1678
s->m.out_format=
FMT_H263
;
in encode_frame()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
mpegvideoenc_template.c
141
if((s->out_format ==
FMT_H263
|| s->out_format == FMT_H261) && s->mpeg_quant==0){
in dct_quantize()
177
}else{ //
FMT_H263
in dct_quantize()
Completed in 20 milliseconds