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:SetIndex
(Results
1 - 13
of
13
) sorted by relevance
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H
A
D
dimage_buffer.h
49
void
SetIndex
(const int32_t index);
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H
A
D
v4l2_temp.h
57
void
SetIndex
(const uint32_t index)
in SetIndex()
function in OHOS::Camera::IBuffer
/drivers/peripheral/camera/vdi_base/common/include/
H
A
D
ibuffer.h
61
virtual void
SetIndex
(const int32_t index) = 0;
H
A
D
image_buffer.h
63
void
SetIndex
(const int32_t index) override;
/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H
A
D
buffer_operator.h
51
void
SetIndex
(const int32_t index) override;
215
void MyBuffer::
SetIndex
(const int32_t index)
in SetIndex()
function in OHOS::Camera::MyBuffer
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dimage_buffer.cpp
106
void DImageBuffer::
SetIndex
(const int32_t index)
in SetIndex()
function in OHOS::DistributedHardware::DImageBuffer
H
A
D
dcamera_stream.cpp
232
imageBuffer->
SetIndex
(++index_);
in SurfaceBufferToDImageBuffer()
/drivers/peripheral/camera/vdi_base/common/buffer_manager/src/
H
A
D
buffer_pool.cpp
94
buffer->
SetIndex
(i);
in PrepareBuffer()
H
A
D
image_buffer.cpp
179
void ImageBuffer::
SetIndex
(const int32_t index)
in SetIndex()
function in OHOS::Camera::ImageBuffer
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H
A
D
stream_tunnel.cpp
97
cb->
SetIndex
(++index);
in GetBuffer()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H
A
D
stream_tunnel.cpp
273
cb->
SetIndex
(++index);
in GetCameraBufferAndUpdateInfo()
/drivers/peripheral/camera/test/ut/buffer_manager/
H
A
D
buffer_manager_utest.cpp
283
buffer->
SetIndex
(i);
in HWTEST_F()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H
A
D
v4l2_main.cpp
461
buffptr[i]->buffer_->
SetIndex
(i);
in V4L2SetBuffers()
Completed in 9 milliseconds