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:getSurfaceById
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/include/
H
A
D
image_creator.h
82
static sptr<IConsumerSurface>
getSurfaceById
(std::string id);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/include/
H
A
D
image_receiver.h
81
static sptr<Surface>
getSurfaceById
(std::string id);
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H
A
D
camera_manager_impl.cpp
578
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePreviewOutput()
605
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePreviewOutputUsedInPreconfig()
629
sptr<Surface> surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePhotoOutput()
684
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePhotoOutputUsedInPreconfig()
719
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreateVideoOutput()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H
A
D
image_creator_test.cpp
125
* @tc.desc: test
getSurfaceById
133
sptr<IConsumerSurface> getsrfid = creat.
getSurfaceById
(id);
in HWTEST_F()
H
A
D
image_receiver_test.cpp
447
* @tc.desc: test
getSurfaceById
457
auto surfacebuffer = imageReceiver->
getSurfaceById
(id);
in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H
A
D
preview_output_napi.cpp
375
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePreviewOutput()
420
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePreviewOutput()
548
surface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in AddDeferredSurface()
H
A
D
photo_output_napi.cpp
1704
photoSurface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePhotoOutput()
1756
photoSurface = Media::ImageReceiver::
getSurfaceById
(surfaceId);
in CreatePhotoOutput()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/creator/src/
H
A
D
image_creator.cpp
292
sptr<IConsumerSurface> ImageCreator::
getSurfaceById
(std::string id)
in getSurfaceById()
function in OHOS::Media::ImageCreator
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/receiver/src/
H
A
D
image_receiver.cpp
179
sptr<Surface> ImageReceiver::
getSurfaceById
(std::string id)
in getSurfaceById()
function in OHOS::Media::ImageReceiver
183
IMAGE_LOGD("
getSurfaceById
");
in getSurfaceById()
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H
A
D
image_creator_napi.cpp
505
OHOS::sptr<OHOS::IConsumerSurface> creatorSurface = ImageCreator::
getSurfaceById
(creatorKey);
in DoTest()
H
A
D
image_receiver_napi.cpp
591
OHOS::sptr<OHOS::Surface> receiverSurface = ImageReceiver::
getSurfaceById
(receiveKey);
in DoTest()
/foundation/multimedia/image_framework/frameworks/kits/js/common/sendable/
H
A
D
sendable_image_receiver_napi.cpp
589
OHOS::sptr<OHOS::Surface> receiverSurface = ImageReceiver::
getSurfaceById
(receiveKey);
in DoTest()
Completed in 17 milliseconds