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:av_timegm
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavutil/
H
A
D
parseutils.h
191
time_t
av_timegm
(struct tm *tm);
H
A
D
parseutils.c
570
time_t
av_timegm
(struct tm *tm)
in av_timegm()
function
733
t = is_utc ?
av_timegm
(&dt) : mktime(&dt);
in av_parse_time()
/third_party/ffmpeg/libavformat/
H
A
D
dhav.c
250
end =
av_timegm
(&timeinfo) * 1000LL;
in get_duration()
261
start =
av_timegm
(&timeinfo) * 1000LL;
in get_duration()
315
t =
av_timegm
(&timeinfo);
in get_pts()
H
A
D
http.c
984
if (
av_timegm
(&new_tm) < av_gettime() / 1000000) {
in parse_cookie()
998
if (
av_timegm
(&new_tm) <
av_timegm
(&old_tm)) {
in parse_cookie()
1050
s->expires =
av_timegm
(&tm);
in parse_expires()
1279
if (
av_timegm
(&tm_buf) < av_gettime() / 1000000)
in get_cookies()
H
A
D
ftp.c
974
return INT64_C(1000000) *
av_timegm
(&tv);
in ftp_parse_date()
H
A
D
dashdec.c
205
return
av_timegm
(&timeinfo);
in get_utc_date_time_insec()
H
A
D
mxfdec.c
3058
return (int64_t)
av_timegm
(&time) * 1000000 + msecs * 1000;
in mxf_timestamp_to_int64()
Completed in 19 milliseconds