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:imageId
(Results
1 - 6
of
6
) sorted by relevance
/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H
A
D
defferred_delivery_image_fuzzer.cpp
65
std::string
imageId
;
in ProcessImageApi()
local
67
imageId
= cameraTest_->pendingImageIds_[rawData[0] % imagesCount];
in ProcessImageApi()
69
cameraTest_->imageProcessSession_->ProcessImage(
imageId
);
in ProcessImageApi()
76
std::string
imageId
;
in RemoveImageApi()
local
78
imageId
= cameraTest_->pendingImageIds_[rawData[0] % imagesCount];
in RemoveImageApi()
80
cameraTest_->imageProcessSession_->RemoveImage(
imageId
);
in RemoveImageApi()
/drivers/peripheral/camera/test/common/v1_2/src/
H
A
D
hdi_common_v1_2.cpp
343
int32_t HdiCommonV1_2::TestImageProcessCallback::OnProcessDone(const std::string&
imageId
,
in OnProcessDone()
argument
346
CAMERA_LOGI("
imageId
: %{public}s",
imageId
.c_str());
in OnProcessDone()
348
curImageId_ =
imageId
;
in OnProcessDone()
362
int32_t HdiCommonV1_2::TestImageProcessCallback::OnError(const std::string&
imageId
,
in OnError()
argument
365
CAMERA_LOGI("
imageId
: %{public}s, errorCode: %{public}d",
imageId
.c_str(), errorCode);
in OnError()
366
curImageId_ =
imageId
;
in OnError()
/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H
A
D
camera_benchmark_test.cpp
273
for (auto
imageId
: cameraTest->pendingImageIds_) {
in BENCHMARK_F()
274
cameraTest->rc = cameraTest->imageProcessSession_->ProcessImage(
imageId
);
in BENCHMARK_F()
296
for (auto
imageId
: cameraTest->pendingImageIds_) {
in BENCHMARK_F()
297
cameraTest->rc = cameraTest->imageProcessSession_->RemoveImage(
imageId
);
in BENCHMARK_F()
/drivers/peripheral/camera/interfaces/include/
H
A
D
video_key_info.h
74
const std::string
imageId
= "
imageId
";
member
/drivers/peripheral/camera/test/common/v1_2/include/
H
A
D
hdi_common_v1_2.h
117
int32_t OnProcessDone(const std::string&
imageId
,
120
int32_t OnError(const std::string&
imageId
, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override;
/drivers/peripheral/camera/test/hdi/v1_2/src/
H
A
D
camera_hdi_uttest_v1_2.cpp
116
for (auto
imageId
= pendingImages.begin();
imageId
!= pendingImages.end(); ++
imageId
) {
in RemovePendingImages()
117
ret = cameraTest->imageProcessSession_->RemoveImage(*
imageId
);
in RemovePendingImages()
Completed in 6 milliseconds