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:HandleFrame
(Results
1 - 12
of
12
) sorted by relevance
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/
H
A
D
sync_mode.cpp
49
handleFrameRes =
HandleFrame
(buffer);
in PushData()
78
ErrorCode SyncMode::
HandleFrame
(const std::shared_ptr<AVBuffer>& buffer)
in HandleFrame()
function in OHOS::Media::Pipeline::SyncMode
80
MEDIA_LOG_DD("SyncMode
HandleFrame
called");
in HandleFrame()
H
A
D
sync_mode.h
46
ErrorCode
HandleFrame
(const std::shared_ptr<AVBuffer>& buffer);
H
A
D
async_mode.h
52
ErrorCode
HandleFrame
();
H
A
D
async_mode.cpp
211
ErrorCode AsyncMode::
HandleFrame
()
in HandleFrame()
function in OHOS::Media::Pipeline::AsyncMode
331
handleFrameTask_->RegisterHandler([this] { (void)
HandleFrame
(); });
in Prepare()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/audio_encoder/
H
A
D
audio_encoder_filter.h
62
ErrorCode
HandleFrame
(const std::shared_ptr<AVBuffer>& buffer);
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/codec/video_encoder/
H
A
D
video_encoder_filter.h
94
void
HandleFrame
();
/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H
A
D
hdi_codec_adapter.h
56
void
HandleFrame
();
H
A
D
hdi_codec_adapter.cpp
70
hdiAdapter->
HandleFrame
();
in EmptyBufferDone()
423
HandleFrame
();
in QueueInputBuffer()
429
void HdiCodecAdapter::
HandleFrame
()
in HandleFrame()
function in OHOS::Media::Plugin::CodecAdapter::HdiCodecAdapter
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/demux/
H
A
D
demuxer_filter.h
131
void
HandleFrame
(const AVBufferPtr& bufferPtr, uint32_t trackId);
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/audio_encoder/
H
A
D
audio_encoder_filter.cpp
237
handleFrameRes =
HandleFrame
(cacheBuffer_);
in PushData()
275
ErrorCode AudioEncoderFilter::
HandleFrame
(const std::shared_ptr<AVBuffer>& buffer)
in HandleFrame()
function in OHOS::Media::Pipeline::AudioEncoderFilter
277
MEDIA_LOG_DD("
HandleFrame
called");
in HandleFrame()
/foundation/multimedia/media_foundation/engine/pipeline/filters/codec/video_encoder/
H
A
D
video_encoder_filter.cpp
143
handleFrameTask_->RegisterHandler([this] {
HandleFrame
(); });
in Prepare()
489
void VideoEncoderFilter::
HandleFrame
()
in HandleFrame()
function in OHOS::Media::Pipeline::VideoEncoderFilter
491
MEDIA_LOG_D("
HandleFrame
called");
in HandleFrame()
/foundation/multimedia/media_foundation/engine/pipeline/filters/demux/
H
A
D
demuxer_filter.cpp
529
void DemuxerFilter::
HandleFrame
(const AVBufferPtr& bufferPtr, uint32_t trackId)
in HandleFrame()
function in OHOS::Media::Pipeline::DemuxerFilter
608
HandleFrame
(bufferPtr, streamIndex);
in DemuxerLoop()
Completed in 7 milliseconds