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:GetSurface
(Results
1 - 7
of
7
) sorted by relevance
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/src/
H
A
D
ActsVideoDecEncNdkTest.cpp
152
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
195
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
241
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
284
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
340
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
395
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
450
ASSERT_EQ(AV_ERR_OK, vDecEncSample->
GetSurface
());
in HWTEST_F()
H
A
D
VDecEncNdkSample.cpp
571
int32_t VDecEncNdkSample::
GetSurface
()
in GetSurface()
function in VDecEncNdkSample
/test/xts/acts/multimedia/media/media_cpp_standard/videoDecEncNdk/include/
H
A
D
VDecEncNdkSample.h
86
int32_t
GetSurface
();
/test/xts/dcts/distributedhardware/distributedscreentest/
H
A
D
test.cpp
342
sptr<Surface> surface = ScreenClient::GetInstance().
GetSurface
(windowId);
in CreateWindow()
/test/xts/acts/graphic/graphicvulkannapitest/
H
A
D
VulkanTest.cpp
188
OHOS::sptr<OHOS::Surface> surf = surfaceNode->
GetSurface
();
in CreateNativeWindow()
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H
A
D
ActsMediaCameraTest.cpp
343
auto surface = recorder_->
GetSurface
(0);
in StartRecord()
384
surface->
GetSurface
()->SetWidthAndHeight(WIDTH, HEIGHT);
in StartPreview()
390
fc->AddSurface(*(surface->
GetSurface
()));
in StartPreview()
/test/xts/acts/multimedia_lite/media_lite_posix/recorder_native/src/
H
A
D
ActsMediaRecorderTest.cpp
1649
* @tc.name :
GetSurface
with valid info
1658
Surface *surface = recorder->
GetSurface
(sourceId).get();
in HWTEST_F()
1667
* @tc.name :
GetSurface
with invalid source ID
1674
Surface *surface = recorder->
GetSurface
(sourceId).get();
in HWTEST_F()
Completed in 11 milliseconds