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:ref_st
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
demux.h
104
* Stream
ref_st
unchanged, others set cur_dts in their native time base.
106
* @param timestamp new dts expressed in time_base of param
ref_st
107
* @param
ref_st
reference stream giving time_base of param timestamp
109
void avpriv_update_cur_dts(AVFormatContext *s, AVStream *
ref_st
, int64_t timestamp);
H
A
D
seek.c
33
void avpriv_update_cur_dts(AVFormatContext *s, AVStream *
ref_st
, int64_t timestamp)
in avpriv_update_cur_dts()
argument
41
st->time_base.den * (int64_t)
ref_st
->time_base.num,
in avpriv_update_cur_dts()
42
st->time_base.num * (int64_t)
ref_st
->time_base.den);
in avpriv_update_cur_dts()
H
A
D
mov.c
5466
AVStream *
ref_st
= NULL;
5568
for (j = 0;
ref_st
== NULL && j < item->nb_stream_info; j++) {
5572
ref_st
= c->fc->streams[j];
5573
ref_sc =
ref_st
->priv_data;
5578
if (
ref_st
) for (i = 0; i < c->fc->nb_streams; i++) {
5582
st->duration = sc->track_end = av_rescale(
ref_st
->duration, sc->time_scale, ref_sc->time_scale);
Completed in 11 milliseconds