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:ifv
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
ifv.c
57
IFVContext *
ifv
= s->priv_data;
in read_index()
local
64
end_index =
ifv
->total_vframes;
in read_index()
65
st = s->streams[
ifv
->video_stream_index];
in read_index()
67
end_index =
ifv
->total_aframes;
in read_index()
68
st = s->streams[
ifv
->audio_stream_index];
in read_index()
92
IFVContext *
ifv
= s->priv_data;
in parse_header()
local
100
ifv
->width = avio_rl16(s->pb);
in parse_header()
101
ifv
->height = avio_rl16(s->pb);
in parse_header()
110
ifv
->sample_rate = avio_rl32(s->pb);
in parse_header()
114
ifv
in parse_header()
130
IFVContext *
ifv
= s->priv_data;
ifv_read_header()
local
189
IFVContext *
ifv
= s->priv_data;
ifv_read_packet()
local
291
IFVContext *
ifv
= s->priv_data;
ifv_read_seek()
local
[all...]
H
A
D
Makefile
260
OBJS-$(CONFIG_IFV_DEMUXER) +=
ifv
.o
Completed in 2 milliseconds