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
defs:frame_end
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
bfi.c
59
uint8_t *
frame_end
= bfi->dst + avctx->width * avctx->height;
in bfi_decode_frame()
local
H
A
D
bethsoftvideo.c
76
uint8_t *
frame_end
;
in bethsoftvid_decode_frame()
local
H
A
D
dfa.c
69
const uint8_t *
frame_end
= frame + width * height;
in decode_tsw1()
local
112
const uint8_t *
frame_end
= frame + width * height;
in decode_dsw1()
local
149
const uint8_t *
frame_end
= frame + width * height;
in decode_dds1()
local
241
const uint8_t *
frame_end
= frame + width * height;
decode_wdlt()
local
302
const uint8_t *
frame_end
= frame + width * height;
decode_tdlt()
local
[all...]
H
A
D
bmvvideo.c
62
uint8_t *
frame_end
= frame + SCREEN_WIDE * SCREEN_HIGH;
in decode_bmv_frame()
local
H
A
D
flacenc.c
1218
int32_t *
frame_end
= &sub->residual[s->frame.blocksize];
in write_subframes()
local
H
A
D
mpegvideo_enc.c
1535
static void
frame_end
(MpegEncContext *s)
in frame_end()
function
/third_party/ffmpeg/libavfilter/
H
A
D
af_silencedetect.c
44
int64_t
frame_end
; ///< pts of the end of the current frame (used to compute duration of silence at EOS)
member
H
A
D
avf_aphasemeter.c
58
int64_t
frame_end
;
member
/third_party/ffmpeg/libavformat/
H
A
D
gifdec.c
270
int64_t frame_start = avio_tell(pb),
frame_end
;
in gif_read_packet()
local
H
A
D
microdvddec.c
70
int frame_start,
frame_end
;
in get_duration()
local
Completed in 16 milliseconds