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:GetClockTimeNow
(Results
1 - 13
of
13
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H
A
D
video_sink.cpp
87
int64_t nowCt = syncCenter->
GetClockTimeNow
();
in UpdateTimeAnchorActually()
101
int64_t nowCt = syncCenter ? syncCenter->
GetClockTimeNow
() : 0;
in DoSyncWrite()
157
lastClockTime_ = syncCenter->
GetClockTimeNow
();
in SetLastPts()
184
auto nowCt = syncCenter->
GetClockTimeNow
();
in CheckBufferLatenessMayWait()
H
A
D
i_media_sync_center.h
72
virtual int64_t
GetClockTimeNow
() = 0;
H
A
D
audio_sink.cpp
523
int64_t nowCt = syncCenter->
GetClockTimeNow
();
in UpdateTimeAnchorIfNeeded()
617
nowUs = syncCenter->
GetClockTimeNow
();
in OnNewAudioMediaTime()
H
A
D
media_sync_manager.cpp
468
int64_t MediaSyncManager::
GetClockTimeNow
()
in GetClockTimeNow()
function in OHOS::Media::Pipeline::MediaSyncManager
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H
A
D
i_media_sync_center.h
61
virtual int64_t
GetClockTimeNow
() = 0;
H
A
D
media_sync_manager.h
67
int64_t
GetClockTimeNow
() override;
/foundation/multimedia/av_codec/test/unittest/media_sink_test/mock/include/
H
A
D
media_sync_center_mock.h
33
int64_t
GetClockTimeNow
() override;
/foundation/multimedia/av_codec/test/unittest/media_sink_test/mock/src/
H
A
D
media_sync_center_mock.cpp
55
int64_t MockMediaSyncCenter::
GetClockTimeNow
()
in GetClockTimeNow()
function in OHOS::Media::Test::MockMediaSyncCenter
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
media_sync_manager.h
78
int64_t
GetClockTimeNow
() override;
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H
A
D
video_sink_filter.cpp
475
auto nowCt = syncCenter->
GetClockTimeNow
();
in CheckBufferLatenessMayWait()
507
nowCt = syncCenter->
GetClockTimeNow
();
in DoSyncWrite()
/foundation/multimedia/media_foundation/engine/pipeline/core/
H
A
D
media_sync_manager.cpp
329
int64_t MediaSyncManager::
GetClockTimeNow
()
in GetClockTimeNow()
function in OHOS::Media::Pipeline::MediaSyncManager
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/audio_sink/
H
A
D
audio_sink_filter.cpp
346
nowCt = syncCenter->
GetClockTimeNow
();
in DoSyncWrite()
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H
A
D
sync_manager_test.cpp
136
//
GetClockTimeNow
in HWTEST_F()
720
mediaSyncManager.
GetClockTimeNow
();
in HWTEST_F()
Completed in 8 milliseconds