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:ICaptureMessage
(Results
1 - 4
of
4
) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
capture_message.h
38
class
ICaptureMessage
{
class
40
ICaptureMessage
(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count);
41
virtual ~
ICaptureMessage
() = default;
48
ICaptureMessage
(const
ICaptureMessage
& other) = delete;
49
ICaptureMessage
(
ICaptureMessage
&& other) = delete;
50
ICaptureMessage
& operator=(const
ICaptureMessage
& other) = delete;
51
ICaptureMessage
[all...]
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
capture_message.cpp
18
ICaptureMessage
::
ICaptureMessage
(int32_t streamId, int32_t captureId, uint64_t time, uint32_t count)
in ICaptureMessage()
function in OHOS::Camera::ICaptureMessage
26
uint32_t
ICaptureMessage
::GetPeerMessageCount() const
in GetPeerMessageCount()
31
uint64_t
ICaptureMessage
::GetTimestamp() const
in GetTimestamp()
36
int32_t
ICaptureMessage
::GetStreamId() const
in GetStreamId()
41
int32_t
ICaptureMessage
::GetCaptureId() const
in GetCaptureId()
46
CaptureMessageType
ICaptureMessage
::GetMessageType() const
in GetMessageType()
70
void CaptureMessageOperator::SendMessage(std::shared_ptr<
ICaptureMessage
>& message)
in SendMessage()
H
A
D
stream_base.cpp
214
std::shared_ptr<
ICaptureMessage
> endMessage =
in StopStream()
273
std::shared_ptr<
ICaptureMessage
> endMessage =
in CancelRequest()
371
std::shared_ptr<
ICaptureMessage
> startMessage = std::make_shared<CaptureStartedMessage>(
in Capture()
448
std::shared_ptr<
ICaptureMessage
> errorMessage =
in OnFrame()
460
std::shared_ptr<
ICaptureMessage
> shutterMessage = std::make_shared<FrameShutterMessage>(
in OnFrame()
478
std::shared_ptr<
ICaptureMessage
> endMessage =
in OnFrame()
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H
A
D
offline_stream.cpp
145
std::shared_ptr<
ICaptureMessage
> errorMessage =
in ReturnBuffer()
153
std::shared_ptr<
ICaptureMessage
> shutterMessage = std::make_shared<FrameShutterMessage>(
in ReturnBuffer()
158
std::shared_ptr<
ICaptureMessage
> endMessage = std::make_shared<CaptureEndedMessage>(
in ReturnBuffer()
Completed in 3 milliseconds