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:vo_type
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpeg4videodec.h
66
int
vo_type
;
member
H
A
D
mpeg4videoenc.c
961
int vo_ver_id,
vo_type
, aspect_ratio_info;
in mpeg4_encode_vol_header()
local
965
vo_type
= ADV_SIMPLE_VO_TYPE;
in mpeg4_encode_vol_header()
968
vo_type
= SIMPLE_VO_TYPE;
in mpeg4_encode_vol_header()
977
put_bits(&s->pb, 8,
vo_type
); /* video obj type indication */
in mpeg4_encode_vol_header()
H
A
D
mpeg4videodec.c
2381
ctx->
vo_type
= get_bits(gb, 8);
in decode_vol_header()
2383
/* If we are in studio profile (per
vo_type
), check if its all consistent
in decode_vol_header()
2388
if (ctx->
vo_type
== CORE_STUDIO_VO_TYPE ||
in decode_vol_header()
2389
ctx->
vo_type
== SIMPLE_STUDIO_VO_TYPE) {
in decode_vol_header()
2436
switch (ctx->
vo_type
) {
in decode_vol_header()
2821
if (s->codec_tag == AV_RL32("DIVX") && ctx->
vo_type
== 0 &&
in ff_mpeg4_workaround_bugs()
3160
1 - s->no_rounding, ctx->
vo_type
,
in decode_vop_header()
3187
if (ctx->
vo_type
== 0 && ctx->vol_control_parameters == 0 &&
in decode_vop_header()
3546
s->
vo_type
= s1->
vo_type
;
in mpeg4_update_thread_context()
[all...]
Completed in 8 milliseconds