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:codecSurface_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/camera_framework/services/camera_service/src/avcodec/
H
A
D
video_encoder.cpp
99
codecSurface_
= surface;
in GetSurface()
121
CHECK_AND_RETURN_RET_LOG(
codecSurface_
!= nullptr, 1, "
codecSurface_
is null");
in ReleaseSurfaceBuffer()
122
SurfaceError ret =
codecSurface_
->RequestBuffer(releaseBuffer, syncFence, requestConfig);
in ReleaseSurfaceBuffer()
134
ret =
codecSurface_
->DetachBufferFromQueue(releaseBuffer);
in ReleaseSurfaceBuffer()
224
CHECK_AND_RETURN_RET_LOG(
codecSurface_
!= nullptr, false, "
codecSurface_
is null");
in EnqueueBuffer()
225
SurfaceError surfaceRet =
codecSurface_
->AttachBufferToQueue(buffer);
in EnqueueBuffer()
240
surfaceRet =
codecSurface_
->FlushBuffer(buffer, invalidFence, flushConfig);
in EnqueueBuffer()
/foundation/multimedia/camera_framework/services/camera_service/include/avcodec/
H
A
D
video_encoder.h
58
std::mutex surfaceMutex_; // guard
codecSurface_
59
sptr<Surface>
codecSurface_
;
member in OHOS::CameraStandard::VideoEncoder
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/media_manager/
H
A
D
mpeg_manager.cpp
83
codecSurface_
= nullptr;
in ~MpegManager()
138
return
codecSurface_
;
in GetSurface()
199
codecSurface_
= encoder_->CreateInputSurface();
in InitVideoCodec()
/foundation/multimedia/camera_framework/services/deferred_processing_service/include/media_manager/
H
A
D
mpeg_manager.h
52
sptr<Surface>
codecSurface_
{nullptr};
Completed in 4 milliseconds