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
defs:mediaTime
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H
A
D
i_media_sync_center.h
54
int64_t
mediaTime
;
member
H
A
D
media_sync_manager.cpp
229
Status MediaSyncManager::Seek(int64_t
mediaTime
, bool isClosest)
in Seek()
argument
314
void MediaSyncManager::SimpleUpdateTimeAnchor(int64_t clockTime, int64_t
mediaTime
, int64_t mediaAbsTime)
in SimpleUpdateTimeAnchor()
argument
327
void MediaSyncManager::UpdateFirstPtsAfterSeek(int64_t
mediaTime
)
in UpdateFirstPtsAfterSeek()
argument
490
GetClockTime(int64_t
mediaTime
)
GetClockTime()
argument
[all...]
/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()
argument
/foundation/multimedia/av_codec/test/unittest/media_sink_test/
H
A
D
sync_manager_test.cpp
396
int64_t
mediaTime
= 100;
in HWTEST_F()
local
404
int64_t
mediaTime
= 100;
in HWTEST_F()
local
413
int64_t
mediaTime
= 100;
in HWTEST_F()
local
765
int64_t
mediaTime
= 50;
in HWTEST_F()
local
776
int64_t
mediaTime
= 250;
HWTEST_F()
local
787
int64_t
mediaTime
= 150;
HWTEST_F()
local
[all...]
/foundation/multimedia/media_foundation/engine/pipeline/core/
H
A
D
media_sync_manager.cpp
201
ErrorCode MediaSyncManager::Seek(int64_t
mediaTime
)
in Seek()
argument
269
void MediaSyncManager::SimpleUpdateTimeAnchor(int64_t clockTime, int64_t
mediaTime
)
in SimpleUpdateTimeAnchor()
argument
279
bool MediaSyncManager::UpdateTimeAnchor(int64_t clockTime, int64_t
mediaTime
, IMediaSynchronizer* supplier)
in UpdateTimeAnchor()
argument
350
GetClockTime(int64_t
mediaTime
)
GetClockTime()
argument
[all...]
Completed in 4 milliseconds