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:alpha_context
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp56.c
560
if (s->
alpha_context
)
in vp56_size_changed()
561
return vp56_size_changed(s->
alpha_context
);
in vp56_size_changed()
595
if (s->
alpha_context
)
in ff_vp56_decode_frame()
596
av_frame_unref(s->
alpha_context
->frames[i]);
in ff_vp56_decode_frame()
608
av_frame_unref(s->
alpha_context
->frames[VP56_FRAME_CURRENT]);
in ff_vp56_decode_frame()
609
if ((ret = av_frame_ref(s->
alpha_context
->frames[VP56_FRAME_CURRENT], p)) < 0) {
in ff_vp56_decode_frame()
632
res = s->
alpha_context
->parse_header(s->
alpha_context
, buf, remaining_buf_size);
in ff_vp56_decode_frame()
664
VP56Context *s = is_alpha ? s0->
alpha_context
: s0;
in ff_vp56_decode_mbs()
H
A
D
vp6.c
674
s->
alpha_context
= &s[1];
in vp6_decode_init()
675
ret = vp6_decode_init_context(avctx, s->
alpha_context
,
in vp6_decode_init()
692
if (s->
alpha_context
) {
in vp6_decode_free()
693
vp6_decode_free_context(s->
alpha_context
);
in vp6_decode_free()
694
s->
alpha_context
= NULL;
in vp6_decode_free()
H
A
D
vp56.h
201
VP56Context *
alpha_context
;
member
Completed in 5 milliseconds