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:item_count
(Results
1 - 8
of
8
) sorted by relevance
/drivers/interface/camera/metadata/src/
H
A
D
camera_metadata_info.cpp
515
metadataHeader->
item_count
= 0;
in FillCameraMetadata()
737
if (dst->
item_count
== dst->item_capacity) {
in AddCameraMetadataItemVerify()
739
"
item_count
: %{public}d, item_capacity: %{public}d", dst->
item_count
, dst->item_capacity);
in AddCameraMetadataItemVerify()
765
if ((dst->size - dst->items_start) < (uint64_t)dst->
item_count
* itemLen ||
in AddCameraMetadataItem()
778
camera_metadata_item_entry_t *metadataItem = GetMetadataItems(dst) + dst->
item_count
;
in AddCameraMetadataItem()
809
dst->
item_count
++;
in AddCameraMetadataItem()
829
if (index >= src->
item_count
) {
in GetCameraMetadataItem()
872
for (index = 0; index < src->
item_count
; index++, searchItem++) {
in FindCameraMetadataItemIndex()
878
if (index == src->
item_count
) {
in FindCameraMetadataItemIndex()
[all...]
H
A
D
metadata_utils.cpp
421
int32_t encodeDataLen = headerLength + (itemLen * meta->
item_count
) + meta->data_count;
in EncodeToString()
432
for (uint32_t index = 0; index < meta->
item_count
; index++, item++) {
in EncodeToString()
509
bool isMetadataCountInvaild = (actualMemSize - meta->items_start) < (uint64_t)meta->
item_count
* itemLen ||
in DecodeFromString()
515
for (uint32_t index = 0; index < meta->
item_count
; index++, item++) {
in DecodeFromString()
/drivers/peripheral/camera/test/hdi/metadata_test/src/
H
A
D
camera_metadata_info_uttest.cpp
153
dst->
item_count
= 1;
in HWTEST_F()
168
dst->
item_count
= 1;
in HWTEST_F()
183
dst->
item_count
= 1;
in HWTEST_F()
199
dst->
item_count
= 1;
in HWTEST_F()
H
A
D
camera_metadata_operator_uttest.cpp
261
dst->
item_count
= 1;
in HWTEST_F()
276
dst->
item_count
= 1;
in HWTEST_F()
291
dst->
item_count
= 1;
in HWTEST_F()
306
dst->
item_count
= 1;
in HWTEST_F()
H
A
D
camera_metadata_utils_uttest.cpp
48
cout << "
item_count
: " << header->
item_count
<< endl;
in PrintMetaDataInfo()
/drivers/interface/camera/metadata/include/
H
A
D
camera_metadata_operator.h
76
uint32_t
item_count
;
member
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
H
A
D
dmetadata_processor.cpp
71
uint32_t count = dCameraAbility_->get()->
item_count
;
in InitDCameraAbility()
630
uint32_t count = latestProducerMetadataResult_->get()->
item_count
;
in SaveResultMetadata()
/drivers/peripheral/camera/test/ut/v4l2/
H
A
D
test_camera_base.cpp
125
if (data->
item_count
> MAX_ITEM_CAPACITY || data->data_count > MAX_DATA_CAPACITY) {
in PrintFaceDetectInfo()
126
CAMERA_LOGE("demo test: invalid
item_count
or data_count");
in PrintFaceDetectInfo()
Completed in 9 milliseconds