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:SetEos
(Results
1 - 17
of
17
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H
A
D
audio_buffer_info.h
52
void
SetEos
(bool eos);
/foundation/multimedia/media_foundation/engine/scene/standard/
H
A
D
data_stream.h
60
virtual void
SetEos
(bool isEos) = 0;
/foundation/multimedia/media_utils_lite/interfaces/kits/
H
A
D
data_stream.h
60
virtual void
SetEos
(bool isEos) = 0;
/foundation/multimedia/media_foundation/engine/scene/common/
H
A
D
data_stream_impl.h
52
void
SetEos
(bool isEos) override;
H
A
D
data_stream_impl.cpp
100
void VirtualDataBuffer::
SetEos
(bool isEos)
in SetEos()
function in OHOS::Media::VirtualDataBuffer
/foundation/multimedia/av_codec/services/engine/codec/audio/
H
A
D
audio_buffer_info.cpp
104
void AudioBufferInfo::
SetEos
(bool eos)
in SetEos()
function in OHOS::MediaAVCodec::AudioBufferInfo
H
A
D
audio_codec_worker.cpp
313
outBuffer->
SetEos
(isEos);
in SetFirstAndEosStatus()
H
A
D
audio_codec_adapter.cpp
293
result->
SetEos
(true);
in QueueInputBuffer()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
data_packer.h
51
void
SetEos
();
H
A
D
demuxer_filter.cpp
231
dataPacker_->
SetEos
();
in PushData()
364
dataPacker_->
SetEos
();
in ActivatePullMode()
H
A
D
data_packer.cpp
300
void DataPacker::
SetEos
()
in SetEos()
function in OHOS::Media::DataPacker
302
MEDIA_LOG_I("DataPacker
SetEos
called.");
in SetEos()
/foundation/multimedia/media_foundation/test/scenetest/helper/
H
A
D
lite_stream_player.cpp
103
buffer->
SetEos
(true);
in DataProcessThread()
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H
A
D
audio_opus_decoder_plugin.cpp
166
outBuffer->
SetEos
(true);
in ProcessRecieveData()
H
A
D
audio_ffmpeg_decoder_plugin.cpp
166
outBuffer->
SetEos
(true);
in ReceiveBuffer()
/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H
A
D
audio_opus_encoder_plugin.cpp
191
outBuffer->
SetEos
(true);
in ProcessRecieveData()
H
A
D
audio_ffmpeg_encoder_plugin.cpp
146
outBuffer->
SetEos
(true);
in ReceiveBuffer()
H
A
D
audio_ffmpeg_aac_encoder_plugin.cpp
491
outBuffer->
SetEos
(true);
in ReceiveBuffer()
Completed in 9 milliseconds