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:GetClockTime
(Results
1 - 15
of
15
) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H
A
D
i_media_sync_center.h
69
virtual int64_t
GetClockTime
(int64_t mediaTime) = 0;
H
A
D
media_sync_manager.h
75
int64_t
GetClockTime
(int64_t mediaTime) override;
/foundation/multimedia/av_codec/test/unittest/media_sink_test/mock/include/
H
A
D
media_sync_center_mock.h
34
int64_t
GetClockTime
(int64_t mediaTime) override;
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H
A
D
i_media_sync_center.h
80
virtual int64_t
GetClockTime
(int64_t mediaTime) = 0;
H
A
D
video_sink.cpp
168
auto ct4Buffer = syncCenter->
GetClockTime
(pts);
in CheckBufferLatenessMayWait()
H
A
D
media_sync_manager.cpp
490
int64_t MediaSyncManager::
GetClockTime
(int64_t mediaTime)
in GetClockTime()
function in OHOS::Media::Pipeline::MediaSyncManager
/foundation/multimedia/av_codec/test/unittest/media_sink_test/mock/src/
H
A
D
media_sync_center_mock.cpp
62
int64_t MockMediaSyncCenter::
GetClockTime
(int64_t mediaTime)
in GetClockTime()
function in OHOS::Media::Test::MockMediaSyncCenter
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcameradata/feedingsmoother/base/
H
A
D
ifeeding_smoother.h
59
int64_t
GetClockTime
();
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H
A
D
media_sync_manager.h
86
int64_t
GetClockTime
(int64_t mediaTime) override;
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H
A
D
sync_manager_test.cpp
140
//
GetClockTime
in HWTEST_F()
141
auto clockTime = syncManager_->
GetClockTime
(0);
in HWTEST_F()
766
int64_t result = mediaSyncManager.
GetClockTime
(mediaTime);
in HWTEST_F()
777
int64_t result = mediaSyncManager.
GetClockTime
(mediaTime);
in HWTEST_F()
788
int64_t result = mediaSyncManager.
GetClockTime
(mediaTime);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/
H
A
D
output_controller.cpp
261
InitBaseline(timeStamp,
GetClockTime
());
in ControlOutput()
509
int64_t offset = vcts - timeStampBaseline_ - (
GetClockTime
() - clockBaseline_);
in HandleSmoothTime()
532
int64_t acts =
GetClockTime
();
in HandleSyncTime()
761
int64_t OutputController::
GetClockTime
()
in GetClockTime()
function in OHOS::DistributedHardware::OutputController
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/
H
A
D
output_controller.h
112
int64_t
GetClockTime
();
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/feedingsmoother/base/
H
A
D
ifeeding_smoother.cpp
308
int64_t IFeedingSmoother::
GetClockTime
()
in GetClockTime()
function in OHOS::DistributedHardware::IFeedingSmoother
/foundation/multimedia/media_foundation/engine/pipeline/core/
H
A
D
media_sync_manager.cpp
350
int64_t MediaSyncManager::
GetClockTime
(int64_t mediaTime)
in GetClockTime()
function in OHOS::Media::Pipeline::MediaSyncManager
/foundation/multimedia/media_foundation/engine/pipeline/filters/sink/video_sink/
H
A
D
video_sink_filter.cpp
472
auto ct4Buffer = syncCenter->
GetClockTime
(buffer->pts);
in CheckBufferLatenessMayWait()
Completed in 9 milliseconds