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:AV_RL24
(Results
1 - 21
of
21
) sorted by relevance
/third_party/ffmpeg/libavutil/avr32/
H
A
D
intreadwrite.h
78
#define
AV_RL24
AV_RL24
macro
79
static av_always_inline uint32_t
AV_RL24
(const void *p)
in AV_RL24()
function
/third_party/ffmpeg/libavutil/
H
A
D
intreadwrite.h
163
# if defined(AV_RN24) && !defined(
AV_RL24
)
164
# define
AV_RL24
(p) AV_RN24(p)
macro
165
# elif !defined(AV_RN24) && defined(
AV_RL24
)
166
# define AV_RN24(p)
AV_RL24
(p)
457
#ifndef
AV_RL24
458
# define
AV_RL24
(x) \
macro
H
A
D
mem.c
395
uint32_t v =
AV_RL24
(dst - 3);
in fill24()
/third_party/ffmpeg/libavformat/
H
A
D
s337m.c
103
data_type =
AV_RL24
(buf );
in s337m_probe()
104
data_size =
AV_RL24
(buf + 3);
in s337m_probe()
H
A
D
takdec.c
179
AV_RL24
(buffer));
in tak_read_header()
H
A
D
cdxl.c
58
if (
AV_RL24
(&buf[29]))
in cdxl_read_probe()
H
A
D
nsvdec.c
717
int vsize =
AV_RL24
(p->buf+i+19) >> 4;
in nsv_probe()
H
A
D
mxfenc.c
2823
sample =
AV_RL24
(samples)<< 4;
in mxf_write_d10_audio_packet()
/third_party/ffmpeg/libavcodec/
H
A
D
vp8_parser.c
58
sync_code =
AV_RL24
(buf + 3);
in parse()
H
A
D
kgv1dec.c
114
offsets[oidx] =
AV_RL24
(buf);
in decode_frame()
H
A
D
dsicinvideo.c
225
cin->palette[buf[0]] = 0xFFU << 24 |
AV_RL24
(buf + 1);
in cinvideo_decode_frame()
H
A
D
speedhq.c
375
slice_len =
AV_RL24
(buf + last_offset);
in decode_speedhq_field()
514
second_field_offset =
AV_RL24
(buf + 1);
in speedhq_decode_frame()
H
A
D
bytestream.h
93
DEF(unsigned int, le24, 3,
AV_RL24
, AV_WL24)
H
A
D
texturedsp.c
242
int tmp =
AV_RL24
(src);
in decompress_indices()
H
A
D
vp8.c
327
int size =
AV_RL24
(sizes + 3 * i);
in setup_partitions()
570
part1_size =
AV_RL24
(buf) >> 4;
in vp7_decode_frame_header()
728
header_size =
AV_RL24
(buf) >> 5;
in vp8_decode_frame_header()
750
if (
AV_RL24
(buf) != 0x2a019d) {
in vp8_decode_frame_header()
752
"Invalid start code 0x%x\n",
AV_RL24
(buf));
in vp8_decode_frame_header()
H
A
D
mss2.c
707
if (buf_size < 4 || !(WMV9codedFrameSize =
AV_RL24
(buf)))
in mss2_decode_frame()
H
A
D
pngdec.c
1414
int tcolor =
AV_RL24
(s->transparent_color_be);
in decode_frame_common()
1416
*pixel-- =
AV_RL24
(rowp-2) == tcolor ? 0 : 0xff;
in decode_frame_common()
H
A
D
dxv.c
71
int tmp =
AV_RL24
(src);
in decompress_indices()
H
A
D
iff.c
355
s->ham_palbuf[i*2+1] = 0xFF000000 |
AV_RL24
(palette + i*3);
in extract_header()
H
A
D
j2kenc.c
1608
bytestream_put_be24(&s->buf, HAVE_BIGENDIAN ? AV_RB24(palette + 1) :
AV_RL24
(palette));
in encode_frame()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_super2xsai.c
90
#define READ_COLOR3(dst, src_line, off) dst =
AV_RL24
(src_line + 3*off)
in super2xsai()
Completed in 30 milliseconds