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:CreateSurface
(Results
1 - 11
of
11
) sorted by relevance
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H
A
D
ActsMediaCameraTest.cpp
386
cout << "
CreateSurface
failed" << endl;
in StartPreview()
412
Surface *surface = Surface::
CreateSurface
();
in Capture()
414
cout << "
CreateSurface
failed" << endl;
in Capture()
1527
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
1544
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
1561
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
1570
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
1580
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
1589
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
1598
Surface *surface = Surface::
CreateSurface
();
in HWTEST_F()
[all...]
/test/xts/acts/multimedia_lite/media_lite_posix/player_native/src/
H
A
D
ActsMediaPlayerTest.h
85
static Surface *g_surface = Surface::
CreateSurface
();
/test/xts/acts/multimedia/av_codec/vcodec/encoder/include/
H
A
D
videoenc_api11_sample.h
85
int32_t
CreateSurface
();
H
A
D
videoenc_ndk_sample.h
76
int32_t
CreateSurface
();
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/
H
A
D
videodec_ndk_sample.h
115
void
CreateSurface
();
/test/xts/acts/multimedia/av_codec/vcodec/encoder/src/
H
A
D
videoenc_api11_sample.cpp
322
int32_t VEncAPI11Sample::
CreateSurface
()
in CreateSurface()
function in VEncAPI11Sample
379
ret =
CreateSurface
();
in StartVideoEncoder()
H
A
D
videoenc_ndk_sample.cpp
288
int32_t VEncNdkSample::
CreateSurface
()
in CreateSurface()
function in VEncNdkSample
348
ret =
CreateSurface
();
in StartVideoEncoder()
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/
H
A
D
videodec_ndk_sample.cpp
233
void VDecNdkSample::
CreateSurface
()
in CreateSurface()
function in VDecNdkSample
255
CreateSurface
();
in RunVideoDec_Surface()
H
A
D
func_test.cpp
411
vDecSample->
CreateSurface
();
in HWTEST_F()
/test/xts/acts/multimedia/media/media_js_standard/avPlayerNdk/entry/src/main/cpp/
H
A
D
avplayerndk.cpp
955
static void
CreateSurface
(NdkAVPlayerUser *ndkAVPlayerUser);
1023
void NdkAVPlayerUser::
CreateSurface
(NdkAVPlayerUser *ndkAVPlayerUser)
in CreateSurface()
function in NdkAVPlayerUser
1280
NdkAVPlayerUser::
CreateSurface
(this);
in HandleOnInfoStateChange()
/test/xts/hats/hdf/camera/cameraHdi/buffer_manager/
H
A
D
buffer_manager_utest.cpp
63
std::shared_ptr<OHOS::Surface>(OHOS::Surface::
CreateSurface
());
in HWTEST_F()
Completed in 14 milliseconds