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:cffstream
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
mux_utils.c
34
if (
cffstream
(st)->priv_pts) {
in av_stream_get_end_pts()
35
return
cffstream
(st)->priv_pts->val;
in av_stream_get_end_pts()
H
A
D
avformat.c
320
const FFStream *const sti =
cffstream
(st);
in av_find_default_stream_index()
637
const AVCodecContext *const dec_ctx =
cffstream
(ist)->avctx;
in avformat_transfer_internal_stream_timing_info()
694
return
cffstream
(st)->avctx->time_base;
in av_stream_get_codec_timebase()
H
A
D
internal.h
412
static av_always_inline const FFStream *
cffstream
(const AVStream *st)
in cffstream()
function
H
A
D
demux_utils.c
34
return
cffstream
(st)->parser;
in av_stream_get_parser()
H
A
D
demux.c
51
const FFStream *const sti =
cffstream
(st);
in wrap_timestamp()
1689
const FFStream *const sti =
cffstream
(st);
in estimate_timings_from_bit_rate()
1846
const FFStream *const sti =
cffstream
(st);
in estimate_timings_from_pts()
1951
const FFStream *const sti =
cffstream
(st);
in has_codec_parameters()
H
A
D
dump.c
518
const FFStream *const sti =
cffstream
(st);
in dump_stream_format()
H
A
D
seek.c
247
return
cffstream
(st)->nb_index_entries;
in avformat_index_get_entries_count()
H
A
D
mux.c
939
const FFStream *const sti =
cffstream
(st);
in ff_interleave_packet_per_dts()
966
const FFStream *const sti =
cffstream
(st);
in ff_interleave_packet_per_dts()
Completed in 12 milliseconds