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:metaSurface_
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/player_framework/frameworks/native/recorder/
H
A
D
recorder_impl.h
81
sptr<Surface>
metaSurface_
= nullptr;
member in OHOS::Media::RecorderImpl
H
A
D
recorder_impl.cpp
153
metaSurface_
= recorderService_->GetMetaSurface(sourceId);
in GetMetaSurface()
154
return
metaSurface_
;
in GetMetaSurface()
/foundation/multimedia/camera_framework/services/camera_service/include/
H
A
D
hcapture_session.h
167
sptr<Surface>
metaSurface_
;
member in OHOS::OHOS::CameraStandard::MovingPhotoListener
349
sptr<Surface>
metaSurface_
= nullptr;
member in OHOS::OHOS::CameraStandard::HCaptureSession
/foundation/multimedia/camera_framework/services/camera_service/src/
H
A
D
hcapture_session.cpp
744
metaSurface_
= Surface::CreateSurfaceAsConsumer("movingPhotoMeta");
in ExpandMovingPhotoRepeatStream()
748
metaSurface_
, metaCache);
in ExpandMovingPhotoRepeatStream()
751
livephotoMetaListener_ = new(std::nothrow) MovingPhotoMetaListener(
metaSurface_
, metaCache);
in ExpandMovingPhotoRepeatStream()
753
metaSurface_
->RegisterConsumerListener((sptr<IBufferConsumerListener> &)livephotoMetaListener_);
in ExpandMovingPhotoRepeatStream()
786
streamRepeat->SetMetaProducer(
metaSurface_
->GetProducer());
in CreateMovingPhotoStreamRepeat()
2289
metaSurface_
(metaSurface),
in MovingPhotoListener()
2328
popFrame->ReleaseMetaBuffer(
metaSurface_
, true);
in ClearCache()
2354
popFrame->ReleaseMetaBuffer(
metaSurface_
, true);
in OnBufferArrival()
2417
MEDIA_DEBUG_LOG("
metaSurface_
OnBufferAvailable %{public}u", surface_->GetQueueSize());
in OnBufferAvailable()
/foundation/multimedia/player_framework/frameworks/js/avrecorder/
H
A
D
avrecorder_napi.h
412
sptr<Surface>
metaSurface_
= nullptr;
member in OHOS::Media::AVRecorderNapi
H
A
D
avrecorder_napi.cpp
1350
if (napi->
metaSurface_
== nullptr) {
1352
napi->
metaSurface_
= napi->recorder_->GetMetaSurface(napi->metaSourceIDMap_.at(type));
1353
CHECK_AND_RETURN_RET_LOG(napi->
metaSurface_
!= nullptr,
1357
SurfaceUtils::GetInstance()->Add(napi->
metaSurface_
->GetUniqueId(), napi->
metaSurface_
);
1363
auto surfaceId = std::to_string(napi->
metaSurface_
->GetUniqueId());
Completed in 10 milliseconds