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:VideoCallbackNapi
(Results
1 - 3
of
3
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/js/player/
H
A
D
video_callback_napi.cpp
22
constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_PLAYER, "
VideoCallbackNapi
"};
31
VideoCallbackNapi
::
VideoCallbackNapi
(napi_env env)
in VideoCallbackNapi()
function in OHOS::Media::VideoCallbackNapi
38
VideoCallbackNapi
::~
VideoCallbackNapi
()
in ~VideoCallbackNapi()
43
void
VideoCallbackNapi
::QueueAsyncWork(VideoPlayerAsyncContext *context)
in QueueAsyncWork()
55
void
VideoCallbackNapi
::ClearAsyncWork(bool error, const std::string &msg)
in ClearAsyncWork()
60
void
VideoCallbackNapi
::ClearAsyncWorkWithErrorCode(MediaServiceExtErrCode extErrCode,
in ClearAsyncWorkWithErrorCode()
73
VideoCallbackNapi
::OnJsCallBack(context);
in ClearAsyncWorkWithErrorCode()
79
void
VideoCallbackNapi
[all...]
H
A
D
video_callback_napi.h
52
class
VideoCallbackNapi
: public PlayerCallbackNapi {
class
54
explicit
VideoCallbackNapi
(napi_env env);
55
~
VideoCallbackNapi
() override;
H
A
D
video_player_napi.cpp
164
jsPlayer->jsCallback_ = std::make_shared<
VideoCallbackNapi
>(env);
in Constructor()
471
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(asyncContext->jsPlayer->jsCallback_);
in ProcessWork()
523
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(asyncContext->jsPlayer->jsCallback_);
in CompleteAsyncWork()
767
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(asyncContext->jsPlayer->jsCallback_);
in Seek()
1272
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(jsPlayer->jsCallback_);
in GetState()
1300
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(jsPlayer->jsCallback_);
in GetWidth()
1327
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(jsPlayer->jsCallback_);
in GetHeight()
1340
auto cb = std::static_pointer_cast<
VideoCallbackNapi
>(jsCallback_);
in ErrorCallback()
1439
std::shared_ptr<
VideoCallbackNapi
> napiCb = std::static_pointer_cast<
VideoCallbackNapi
>(jsCallback
in CancelCallback()
[all...]
Completed in 4 milliseconds