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:frameCount_
(Results
1 - 14
of
14
) sorted by relevance
/drivers/peripheral/camera/hdi_service/v1_0/src/
H
A
D
camera_service_type_converter.cpp
63
dst.
frameCount_
= src.
frameCount_
;
in ConvertCaptureEndedInfoHdiToVdi()
115
dst.
frameCount_
= src.
frameCount_
;
in ConvertCaptureEndedInfoVdiToHdi()
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H
A
D
capture_message.h
79
frameCount_
= frameCount;
in CaptureEndedMessage()
83
return
frameCount_
;
in GetFrameCount()
91
uint32_t
frameCount_
= 0;
member in OHOS::Camera::final
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/standard/
H
A
D
stream_tunnel.cpp
153
CAMERAHALPERFSYSEVENT_EQUAL(0,
frameCount_
, TIME_FOR_FIRST_FRAME);
in PutBuffer()
166
frameCount_
++;
in PutBuffer()
208
return
frameCount_
;
in GetFrameCount()
H
A
D
stream_tunnel.h
63
uint64_t
frameCount_
= 0;
member in OHOS::Camera::StreamTunnel
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H
A
D
vdi_types.h
144
int32_t
frameCount_
;
member
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/stream_tunnel/lite/
H
A
D
stream_tunnel.h
60
uint64_t
frameCount_
= 0;
member in OHOS::Camera::StreamTunnel
H
A
D
stream_tunnel.cpp
133
frameCount_
++;
in PutBuffer()
170
return
frameCount_
;
in GetFrameCount()
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H
A
D
stream_operator_callback_wrapper.cpp
55
it->
frameCount_
= info[i].frameCount;
in StreamCBOnCaptureEnded()
/drivers/peripheral/camera/vdi_base/v4l2/src/offline_stream_operator/
H
A
D
offline_stream.cpp
211
edi.
frameCount_
= (int32_t)(m->GetFrameCount());
in HandleMessage()
/drivers/peripheral/camera/test/common/v1_2/src/
H
A
D
hdi_common_v1_2.cpp
283
it.
frameCount_
);
in OnCaptureEnded()
/drivers/peripheral/camera/test/common/v1_3/src/
H
A
D
hdi_common_v1_3.cpp
338
it.
frameCount_
);
in OnCaptureEnded()
/drivers/peripheral/camera/test/common/v1_0/src/
H
A
D
hdi_common.cpp
439
it.
frameCount_
);
in OnCaptureEnded()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H
A
D
stream_operator_vdi_impl.cpp
618
edi.
frameCount_
= m->GetFrameCount();
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H
A
D
dstream_operator.cpp
485
tmp.
frameCount_
= FindStreamCaptureBufferNum(std::make_pair(captureId, id));
in CancelCapture()
910
tmp.
frameCount_
= FindStreamCaptureBufferNum(std::make_pair(captureId, streamId));
in SnapShotStreamOnCaptureEnded()
Completed in 9 milliseconds