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:surfaceList
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_lite/services/impl/src/
H
A
D
camera_device.cpp
249
auto
surfaceList
= fc.GetSurfaces();
in CameraCreateJpegEnc()
local
250
Surface *surface =
surfaceList
.front();
in CameraCreateJpegEnc()
343
list<Surface*> *
surfaceList
= &codecInfo->vencSurfaces_;
in OnVencBufferAvailble()
local
344
if (
surfaceList
== nullptr ||
surfaceList
->empty()) {
in OnVencBufferAvailble()
349
for (auto &surface : *
surfaceList
) {
in OnVencBufferAvailble()
435
auto
surfaceList
= fc.GetSurfaces();
in SetFrameConfig()
local
436
if (
surfaceList
.size() > VIDEO_MAX_NUM ||
surfaceList
.size() == 0) {
in SetFrameConfig()
442
for (auto &surface :
surfaceList
) {
in SetFrameConfig()
547
auto
surfaceList
= fc.GetSurfaces();
SetFrameConfig()
local
605
auto
surfaceList
= fc.GetSurfaces();
SetFrameConfig()
local
715
auto
surfaceList
= fc.GetSurfaces();
SetFrameConfig()
local
883
auto
surfaceList
= fc.GetSurfaces();
TriggerLoopingCapture()
local
[all...]
/foundation/multimedia/camera_lite/frameworks/binder/src/
H
A
D
camera_device_client.cpp
111
list<Surface*>
surfaceList
= fc.GetSurfaces();
in SerilizeFrameConfig()
local
112
if (maxSurfaceNum <
surfaceList
.size()) {
in SerilizeFrameConfig()
113
MEDIA_ERR_LOG("Too many surfaces. (maxSurfaceNum=%u, sufaceNum=%d)", maxSurfaceNum,
surfaceList
.size());
in SerilizeFrameConfig()
116
WriteUint32(&io,
surfaceList
.size());
in SerilizeFrameConfig()
117
for (auto &surface :
surfaceList
) {
in SerilizeFrameConfig()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H
A
D
camera_component.cpp
57
auto
surfaceList
= frameConfig.GetSurfaces();
in OnFrameFinished()
local
58
if (
surfaceList
.empty()) {
in OnFrameFinished()
62
Surface *surface =
surfaceList
.front();
in OnFrameFinished()
/foundation/multimedia/camera_lite/test/unittest/
H
A
D
camera_lite_test.cpp
255
list<Surface *>
surfaceList
= fc.GetSurfaces();
variable
256
for (Surface *surface :
surfaceList
) {
Completed in 11 milliseconds