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:XanContext
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
xxan.c
31
typedef struct
XanContext
{
struct
39
}
XanContext
;
typedef
43
XanContext
*s = avctx->priv_data;
in xan_decode_end()
55
XanContext
*s = avctx->priv_data;
in xan_decode_init()
85
static int xan_unpack_luma(
XanContext
*s,
in xan_unpack_luma()
127
static int xan_unpack(
XanContext
*s,
in xan_unpack()
182
XanContext
*s = avctx->priv_data;
in xan_decode_chroma()
280
XanContext
*s = avctx->priv_data;
in xan_decode_frame_type0()
359
XanContext
*s = avctx->priv_data;
in xan_decode_frame_type1()
405
XanContext
*
in xan_decode_frame()
[all...]
H
A
D
xan.c
54
typedef struct
XanContext
{
struct
74
}
XanContext
;
typedef
78
XanContext
*s = avctx->priv_data;
in xan_decode_end()
91
XanContext
*s = avctx->priv_data;
in xan_decode_init()
209
static inline void xan_wc3_output_pixel_run(
XanContext
*s, AVFrame *frame,
in xan_wc3_output_pixel_run()
239
static inline void xan_wc3_copy_pixel_run(
XanContext
*s, AVFrame *frame,
in xan_wc3_copy_pixel_run()
297
static int xan_wc3_decode_frame(
XanContext
*s, AVFrame *frame)
in xan_wc3_decode_frame()
546
XanContext
*s = avctx->priv_data;
in xan_decode_frame()
642
.priv_data_size = sizeof(
XanContext
),
Completed in 2 milliseconds