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:SetStreamId
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
stream_statistics.h
30
void
SetStreamId
(int32_t streamId);
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H
A
D
stream_tunnel.h
48
void
SetStreamId
(int32_t streamId);
H
A
D
stream_tunnel.cpp
245
void StreamTunnel::
SetStreamId
(int32_t streamId)
in SetStreamId()
function in OHOS::Camera::StreamTunnel
248
stats_.
SetStreamId
(streamId);
in SetStreamId()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_statistics.cpp
31
void StreamStatistics::
SetStreamId
(int32_t streamId)
in SetStreamId()
function in OHOS::Camera::StreamStatistics
H
A
D
stream_base.cpp
389
buffer->
SetStreamId
(streamId_);
in DeliverStreamBuffer()
527
tunnel_->
SetStreamId
(streamId_);
in AttachStreamTunnel()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H
A
D
stream_tunnel.h
48
void
SetStreamId
(int32_t streamId);
H
A
D
stream_tunnel.cpp
201
void StreamTunnel::
SetStreamId
(int32_t streamId)
in SetStreamId()
function in OHOS::Camera::StreamTunnel
204
stats_.
SetStreamId
(streamId);
in SetStreamId()
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer.h
88
virtual void
SetStreamId
(const int32_t streamId) = 0;
H
A
D
image_buffer.h
90
void
SetStreamId
(const int32_t streamId) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
73
void
SetStreamId
(const int32_t streamId) override;
369
void MyBuffer::
SetStreamId
(const int32_t streamId)
in SetStreamId()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
image_buffer.cpp
364
void ImageBuffer::
SetStreamId
(const int32_t streamId)
in SetStreamId()
function in OHOS::Camera::ImageBuffer
Completed in 6 milliseconds