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:videoSink
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_foundation/engine/plugin/core/
H
A
D
video_sink.cpp
27
: Base(pkgVer, apiVer, plugin),
videoSink
(std::move(plugin))
in VideoSink()
40
auto ret =
videoSink
->Pause();
in Pause()
58
auto ret =
videoSink
->Resume();
in Resume()
69
return
videoSink
->Flush();
in Flush()
74
return
videoSink
->Write(input);
in Write()
79
return
videoSink
->GetLatency(hstTime);
in GetLatency()
H
A
D
video_sink.h
52
std::shared_ptr<VideoSinkPlugin>
videoSink
;
member in OHOS::Media::Plugin::VideoSink
/foundation/multimedia/media_foundation/engine/scene/player/lite/
H
A
D
hiplayer_impl.cpp
55
videoSink
=
in HiPlayerImpl()
56
FilterFactory::Instance().CreateFilterWithType<VideoSinkFilter>("builtin.player.videosink", "
videoSink
");
in HiPlayerImpl()
57
FALSE_RETURN(
videoSink
!= nullptr);
in HiPlayerImpl()
58
videoSink
->SetSyncCenter(syncManager_);
in HiPlayerImpl()
97
videoSink
.reset();
in ~HiPlayerImpl()
736
if (pipeline_->AddFilters({
videoSink
.get()}) == ErrorCode::SUCCESS) {
in NewVideoPortFound()
738
toPort =
videoSink
->GetInPort(PORT_NAME_DEFAULT);
in NewVideoPortFound()
740
newFilters.push_back(
videoSink
.get());
in NewVideoPortFound()
741
mediaStats_.Append(
videoSink
->GetName());
in NewVideoPortFound()
H
A
D
hiplayer_impl.h
151
std::shared_ptr<Pipeline::VideoSinkFilter>
videoSink
;
member in OHOS::Media::HiPlayerImpl
Completed in 3 milliseconds