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:StartVideoCapture
(Results
1 - 4
of
4
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/impl/screen_capture/
H
A
D
screen_capture_consumer.h
64
bool
StartVideoCapture
();
H
A
D
screen_capture_consumer.cpp
367
if ((videoTrack_.codecId != CODEC_NONE) && !
StartVideoCapture
()) {
in StartCapture()
392
bool ScreenCaptureConsumer::
StartVideoCapture
()
in StartVideoCapture()
function in OHOS::Sharing::ScreenCaptureConsumer
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H
A
D
screen_capture_server.h
314
int32_t
StartVideoCapture
();
H
A
D
screen_capture_server.cpp
1043
ret =
StartVideoCapture
();
in StartScreenCaptureStream()
1778
int32_t ScreenCaptureServer::
StartVideoCapture
()
in StartVideoCapture()
function in OHOS::Media::ScreenCaptureServer
1780
MediaTrace trace("ScreenCaptureServer::
StartVideoCapture
");
in StartVideoCapture()
1781
MEDIA_LOGI("ScreenCaptureServer: 0x%{public}06" PRIXPTR "
StartVideoCapture
start, state:%{public}d, "
in StartVideoCapture()
1785
MEDIA_LOGI("
StartVideoCapture
is ignored");
in StartVideoCapture()
1790
MSERR_INVALID_VAL, "
StartVideoCapture
failed, invalid param, dataType:%{public}d", captureConfig_.dataType);
in StartVideoCapture()
1796
MEDIA_LOGI("
StartVideoCapture
end.");
in StartVideoCapture()
Completed in 9 milliseconds