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:HST_SECOND
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H
A
D
plugin_time.h
27
#define
HST_SECOND
((int64_t)1000 * HST_MSECOND)
macro
70
return hTime /
HST_SECOND
;
in HstTime2Sec()
75
if (INT64_MAX /
HST_SECOND
< sec || INT64_MIN /
HST_SECOND
> sec) { // overflow
in Sec2HstTime()
78
hTime = sec *
HST_SECOND
;
in Sec2HstTime()
/foundation/multimedia/media_foundation/src/common/
H
A
D
plugin_time.h
27
#define
HST_SECOND
((int64_t)1000 * HST_MSECOND)
macro
70
return hTime /
HST_SECOND
;
in HstTime2Sec()
75
if (INT64_MAX /
HST_SECOND
< sec || INT64_MIN /
HST_SECOND
> sec) { // overflow
in Sec2HstTime()
78
hTime = sec *
HST_SECOND
;
in Sec2HstTime()
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H
A
D
plugin_time.h
27
constexpr int
HST_SECOND
= ((int64_t)1000 * HST_MSECOND);
member
79
return hTime /
HST_SECOND
;
in HstTime2Sec()
84
if (INT64_MAX /
HST_SECOND
< sec || INT64_MIN /
HST_SECOND
> sec) { // overflow
in Sec2HstTime()
87
hTime = sec *
HST_SECOND
;
in Sec2HstTime()
/foundation/multimedia/media_foundation/engine/pipeline/filters/common/buffer_calibration/
H
A
D
audio_buffer_calibration.cpp
83
auto duration = samples *
HST_SECOND
/ sampleRate_;
in CorrectDuration()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H
A
D
ffmpeg_utils.cpp
208
AVRational bq = {1,
HST_SECOND
};
in ConvertTimeFromFFmpeg()
220
AVRational bq = {1,
HST_SECOND
};
in ConvertTimeToFFmpeg()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H
A
D
hls_playlist_downloader.cpp
93
return master_->bLive_ ? -1 : ((int64_t)(master_->duration_ *
HST_SECOND
) / HST_NSECOND); // -1
in GetDuration()
H
A
D
hls_media_downloader.cpp
987
double hstTime = item.duration_ *
HST_SECOND
;
in SeekToTs()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_demuxer_plugin.cpp
483
int64_t nanoSec = formatContext_->duration * (
HST_SECOND
/ AV_TIME_BASE);
in SaveFileInfoToMetaInfo()
Completed in 7 milliseconds