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_bswap32
(Results
1 - 25
of
34
) sorted by relevance
1
2
/third_party/ffmpeg/libavcodec/
H
A
D
bswapdsp.c
30
dst[i + 0] =
av_bswap32
(src[i + 0]);
in bswap_buf()
31
dst[i + 1] =
av_bswap32
(src[i + 1]);
in bswap_buf()
32
dst[i + 2] =
av_bswap32
(src[i + 2]);
in bswap_buf()
33
dst[i + 3] =
av_bswap32
(src[i + 3]);
in bswap_buf()
34
dst[i + 4] =
av_bswap32
(src[i + 4]);
in bswap_buf()
35
dst[i + 5] =
av_bswap32
(src[i + 5]);
in bswap_buf()
36
dst[i + 6] =
av_bswap32
(src[i + 6]);
in bswap_buf()
37
dst[i + 7] =
av_bswap32
(src[i + 7]);
in bswap_buf()
40
dst[i + 0] =
av_bswap32
(src[i + 0]);
in bswap_buf()
H
A
D
bmp_parser.c
56
bpc->fsize =
av_bswap32
(state >> 16);
in bmp_parse()
61
// unsigned hsize =
av_bswap32
(state>>32);
in bmp_parse()
62
unsigned ihsize =
av_bswap32
(state);
in bmp_parse()
H
A
D
cri_parser.c
74
bpc->skip_bytes =
av_bswap32
(state & 0xFFFFFFFF);
in cri_parse()
H
A
D
webp_parser.c
55
ctx->fsize =
av_bswap32
(state);
in webp_parse()
H
A
D
dpx_parser.c
80
d->fsize = d->is_be ? d->pc.state :
av_bswap32
(d->pc.state);
in dpx_parse()
H
A
D
vqavideo.c
410
av_fourcc2str(
av_bswap32
(chunk_type)), chunk_type);
in vqa_decode_frame_pal8()
660
av_fourcc2str(
av_bswap32
(chunk_type)), chunk_type);
in vqa_decode_frame_hicolor()
H
A
D
dpx.c
286
// read32 to native endian,
av_bswap32
to opposite of native for
in decode_frame()
288
tc =
av_bswap32
(read32(&buf, endian));
in decode_frame()
H
A
D
videotoolbox.c
903
videotoolbox->cm_codec_type =
av_bswap32
(avctx->codec_tag);
in videotoolbox_start()
H
A
D
pngenc.c
236
bytestream_put_be32(f,
av_bswap32
(tag));
in png_write_chunk()
/third_party/ffmpeg/libavutil/arm/
H
A
D
bswap.h
29
#define
av_bswap32
av_bswap32
macro
30
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
48
#define
av_bswap32
av_bswap32
macro
49
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
/third_party/ffmpeg/libavutil/x86/
H
A
D
bswap.h
43
#define
av_bswap32
av_bswap32
macro
44
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
70
#define
av_bswap32
av_bswap32
macro
71
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
/third_party/ffmpeg/libavutil/
H
A
D
bswap.h
65
#ifndef
av_bswap32
66
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
75
return (uint64_t)
av_bswap32
(x) << 32 |
av_bswap32
(x >> 32);
in av_bswap64()
87
#define av_le2ne32(x)
av_bswap32
(x)
93
#define av_be2ne32(x)
av_bswap32
(x)
/third_party/ffmpeg/libavutil/bfin/
H
A
D
bswap.h
33
#define
av_bswap32
av_bswap32
macro
34
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
/third_party/ffmpeg/libavutil/avr32/
H
A
D
bswap.h
35
#define
av_bswap32
av_bswap32
macro
36
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
H
A
D
intreadwrite.h
109
#define AV_RL32(p)
av_bswap32
(AV_RB32(p))
110
#define AV_WL32(p, v) AV_WB32(p,
av_bswap32
(v))
/third_party/ffmpeg/libavutil/sh4/
H
A
D
bswap.h
38
#define
av_bswap32
av_bswap32
macro
39
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
/third_party/ffmpeg/libavutil/aarch64/
H
A
D
bswap.h
35
#define
av_bswap32
av_bswap32
macro
36
static av_always_inline av_const uint32_t
av_bswap32
(uint32_t x)
in av_bswap32()
function
/third_party/ffmpeg/libavformat/
H
A
D
xvag.c
50
big_endian = offset >
av_bswap32
(offset);
in xvag_read_header()
52
offset =
av_bswap32
(offset);
in xvag_read_header()
H
A
D
electronicarts.c
372
ea->big_endian = size >
av_bswap32
(size);
in process_ea_header()
374
size =
av_bswap32
(size);
in process_ea_header()
483
size =
av_bswap32
(size);
in ea_probe()
H
A
D
westwood_vqa.c
311
av_fourcc2str(
av_bswap32
(chunk_type)));
in wsvqa_read_packet()
H
A
D
cafdec.c
369
tag, av_fourcc2str(
av_bswap32
(tag)), size);
in read_header()
H
A
D
vividas.c
132
*d2 = *d1 ^ (HAVE_BIGENDIAN ?
av_bswap32
(k) : k);
in xor_block()
/third_party/ffmpeg/libswscale/ppc/
H
A
D
swscale_altivec.c
145
dest[i] =
av_bswap32
(av_float2int(float_mult * (float)val_uint));
in yuv2plane1_float_bswap_u()
/third_party/ffmpeg/libswscale/
H
A
D
output.c
241
dest[i] =
av_bswap32
(av_float2int(float_mult * (float)val_uint));
in yuv2plane1_float_bswap_c_template()
281
dest[i] =
av_bswap32
(av_float2int(float_mult * (float)val_uint));
in yuv2planeX_float_bswap_c_template()
2433
dest32[0][i] =
av_bswap32
(dest32[0][i]);
in yuv2gbrpf32_full_X_c()
2434
dest32[1][i] =
av_bswap32
(dest32[1][i]);
in yuv2gbrpf32_full_X_c()
2435
dest32[2][i] =
av_bswap32
(dest32[2][i]);
in yuv2gbrpf32_full_X_c()
2437
dest32[3][i] =
av_bswap32
(dest32[3][i]);
in yuv2gbrpf32_full_X_c()
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_common.cpp
519
format_code =
av_bswap32
(mode->GetDisplayMode());
in ff_decklink_list_formats()
Completed in 30 milliseconds
1
2