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:is_indeo4
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ivi.h
267
int
is_indeo4
;
member
322
* @param[in]
is_indeo4
flag signalling if it is Indeo 4 or not
326
const IVIPicConfig *cfg, int
is_indeo4
);
H
A
D
ivi.c
292
int
is_indeo4
)
in ff_ivi_init_planes()
952
if (ctx->
is_indeo4
&& ctx->frame_type == IVI4_FRAMETYPE_BIDIR) {
in decode_band()
1091
if (ctx->
is_indeo4
&& ctx->frame_type == IVI4_FRAMETYPE_NULL_LAST) {
in ff_ivi_decode_frame()
1150
if (ctx->
is_indeo4
)
in ff_ivi_decode_frame()
1168
if (ctx->
is_indeo4
&& ctx->frame_type == IVI4_FRAMETYPE_INTRA) {
in ff_ivi_decode_frame()
291
ff_ivi_init_planes(AVCodecContext *avctx, IVIPlaneDesc *planes, const IVIPicConfig *cfg, int
is_indeo4
)
ff_ivi_init_planes()
argument
H
A
D
indeo4.c
692
ctx->
is_indeo4
= 1;
in decode_init()
H
A
D
indeo5.c
679
ctx->
is_indeo4
= 0;
in decode_init()
Completed in 9 milliseconds