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:thp
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
thp.c
65
ThpDemuxContext *
thp
= s->priv_data;
in thp_read_header()
local
74
thp
->version = avio_rb32(pb);
in thp_read_header()
79
thp
->fps = av_d2q(av_int2float(avio_rb32(pb)), INT_MAX);
in thp_read_header()
80
if (
thp
->fps.den <= 0 ||
thp
->fps.num < 0)
in thp_read_header()
82
thp
->framecnt = avio_rb32(pb);
in thp_read_header()
83
thp
->first_framesz = avio_rb32(pb);
in thp_read_header()
89
thp
->compoff = avio_rb32(pb);
in thp_read_header()
91
thp
->first_frame = avio_rb32(pb);
in thp_read_header()
92
thp
in thp_read_header()
165
ThpDemuxContext *
thp
= s->priv_data;
thp_read_packet()
local
[all...]
H
A
D
oggparsetheora.c
43
TheoraParams *
thp
= os->private;
in theora_header()
local
51
if (!
thp
) {
in theora_header()
52
thp
= av_mallocz(sizeof(*
thp
));
in theora_header()
53
if (!
thp
)
in theora_header()
55
os->private =
thp
;
in theora_header()
68
thp
->version = get_bits(&gb, 24);
in theora_header()
69
if (
thp
->version < 0x030100) {
in theora_header()
71
"Too old or unsupported Theora (%x)\n",
thp
->version);
in theora_header()
78
if (
thp
in theora_header()
150
TheoraParams *
thp
= os->private;
theora_gptopts()
local
[all...]
H
A
D
Makefile
564
OBJS-$(CONFIG_THP_DEMUXER) +=
thp
.o
/third_party/ffmpeg/tests/fate/
H
A
D
adpcm.mak
85
FATE_ADPCM-$(call DEMDEC, THP, ADPCM_THP) += fate-adpcm-
thp
86
fate-adpcm-
thp
: CMD = framecrc -i $(TARGET_SAMPLES)/
thp
/pikmin2-opening1-partial.
thp
-vn -af aresample
H
A
D
video.mak
312
FATE_VIDEO-$(call FRAMECRC, THP, THP) += fate-
thp
313
fate-
thp
: CMD = framecrc -idct simple -i $(TARGET_SAMPLES)/
thp
/pikmin2-opening1-partial.
thp
-an
Completed in 4 milliseconds