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:curBuffer_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/media_utils_lite/src/
H
A
D
source.cpp
77
curBuffer_
(nullptr)
in StreamSource()
106
if ((surface_ == nullptr) || (
curBuffer_
!= nullptr)) {
in GetSharedBuffer()
111
curBuffer_
= surfaceBuffer;
in GetSharedBuffer()
125
if ((surface_ == nullptr) || (buffer == nullptr) || (
curBuffer_
== nullptr)) {
in QueueSharedBuffer()
129
if(buffer !=
curBuffer_
->GetVirAddr()) {
in QueueSharedBuffer()
132
curBuffer_
->SetInt32(0, size);
in QueueSharedBuffer()
133
if (surface_->FlushBuffer(
curBuffer_
) != 0) {
in QueueSharedBuffer()
134
surface_->CancelBuffer(
curBuffer_
);
in QueueSharedBuffer()
135
curBuffer_
= nullptr;
in QueueSharedBuffer()
138
curBuffer_
in QueueSharedBuffer()
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H
A
D
media_muxer.cpp
368
muxer_->WriteSample(tracks_[trackIdx]->trackId_, tracks_[trackIdx]->
curBuffer_
);
391
if (
curBuffer_
== nullptr && bufferAvailableCount_ > 0) {
392
Status ret = consumer_->AcquireBuffer(
curBuffer_
);
400
return
curBuffer_
;
405
if (
curBuffer_
!= nullptr) {
406
consumer_->ReleaseBuffer(
curBuffer_
);
407
curBuffer_
= nullptr;
H
A
D
media_muxer.h
80
std::shared_ptr<AVBuffer>
curBuffer_
= nullptr;
member in OHOS::Media::MediaMuxer::Track
/foundation/multimedia/media_utils_lite/interfaces/kits/
H
A
D
source.h
185
SurfaceBuffer*
curBuffer_
;
member in OHOS::StreamSource
Completed in 3 milliseconds