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:FLV_FRAME_KEY
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
flv.h
134
FLV_FRAME_KEY
= 1 << FLV_VIDEO_FRAMETYPE_OFFSET, ///< key frame (for AVC, a seekable frame)
enumerator
H
A
D
flvenc.c
536
avio_w8(pb, par->codec_tag |
FLV_FRAME_KEY
); // flags
in flv_write_codec_header()
886
flags |= pkt->flags & AV_PKT_FLAG_KEY ?
FLV_FRAME_KEY
: FLV_FRAME_INTER;
in flv_write_packet()
H
A
D
flvdec.c
1214
((flags & FLV_VIDEO_FRAMETYPE_MASK) ==
FLV_FRAME_KEY
||
1218
if ((st->discard >= AVDISCARD_NONKEY && !((flags & FLV_VIDEO_FRAMETYPE_MASK) ==
FLV_FRAME_KEY
|| stream_type == FLV_STREAM_TYPE_AUDIO)) ||
1410
(flags & FLV_VIDEO_FRAMETYPE_MASK) ==
FLV_FRAME_KEY
||
H
A
D
swfenc.c
422
int flags = codec_tag | (pkt_flags & AV_PKT_FLAG_KEY ?
FLV_FRAME_KEY
: FLV_FRAME_INTER);
in swf_write_video()
H
A
D
swfdec.c
316
pkt_flags |= (flags & FLV_VIDEO_FRAMETYPE_MASK) ==
FLV_FRAME_KEY
? AV_PKT_FLAG_KEY : 0;
in swf_read_packet()
Completed in 6 milliseconds