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:IsDash
(Results
1 - 10
of
10
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H
A
D
base_stream_demuxer.cpp
77
if ((
IsDash
() || streamId == 0) && state == DemuxerState::DEMUXER_STATE_PARSE_FRAME) {
in SetDemuxerState()
108
bool BaseStreamDemuxer::
IsDash
() const
in IsDash()
function in OHOS::Media::BaseStreamDemuxer
H
A
D
demuxer_plugin_manager.h
58
bool
IsDash
() override;
118
bool
IsDash
() const;
H
A
D
type_finder.h
50
bool
IsDash
() override { return false; }
H
A
D
base_stream_demuxer.h
116
bool
IsDash
() const;
H
A
D
demuxer_plugin_manager.cpp
106
bool DataSourceImpl::
IsDash
()
in IsDash()
function in OHOS::Media::DataSourceImpl
494
bool DemuxerPluginManager::
IsDash
() const
in IsDash()
function in OHOS::Media::DemuxerPluginManager
730
if (
IsDash
()) {
in GetUserMeta()
749
if (
IsDash
() && curVideoStreamID_ != -1) {
in GetCurrentBitRate()
H
A
D
stream_demuxer.cpp
62
if (
IsDash
()) {
in ReadFrameData()
170
if (
IsDash
()) {
in ProcInnerDash()
368
if (
IsDash
()) {
in CheckChangeStreamID()
H
A
D
media_demuxer.cpp
755
if (demuxerPluginManager_->
IsDash
() || demuxerPluginManager_->GetTmpStreamIDByTrackID(subtitleTrackId_) != -1) {
in InnerSelectTrack()
907
if (demuxerPluginManager_->
IsDash
()) {
in SelectTrack()
924
if (demuxerPluginManager_->
IsDash
() || demuxerPluginManager_->GetTmpStreamIDByTrackID(subtitleTrackId_) != -1) {
in UnselectTrack()
965
if (demuxerPluginManager_->
IsDash
() == false) {
in SeekToTimePre()
998
if (demuxerPluginManager_->
IsDash
() == false) {
in SeekToTimeAfter()
1079
if (demuxerPluginManager_->
IsDash
()) {
in SelectBitRate()
1094
if (demuxerPluginManager_->
IsDash
()) {
in SelectBitRate()
1753
if (demuxerPluginManager_->
IsDash
() == false) {
in HandleDashChangeStream()
1786
if (demuxerPluginManager_->
IsDash
() || demuxerPluginManager_->GetTmpStreamIDByTrackID(subtitleTrackId_) != -1) {
in CopyFrameToUserQueue()
1823
if (demuxerPluginManager_->
IsDash
() || demuxerPluginManager
in InnerReadSample()
[all...]
/foundation/multimedia/media_foundation/interface/inner_api/plugin/
H
A
D
plugin_definition.h
130
virtual bool
IsDash
() = 0;
/foundation/communication/dsoftbus/core/common/dfx/anonymize/src/
H
A
D
anonymizer.c
70
static inline bool
IsDash
(char chr)
in IsDash()
function
148
(IsValid(str, DELIMETER_POSITIONS, sizeof(DELIMETER_POSITIONS) / sizeof(DELIMETER_POSITIONS[0]),
IsDash
) ||
in MatchMacAddr()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/
H
A
D
ffmpeg_demuxer_plugin.cpp
745
if (ioContext->dataSource->
IsDash
() && ioContext->eos == true) {
in CheckContextIsValid()
835
if (ioContext->dataSource->
IsDash
()) {
in AVSeek()
891
if (ioContext_.dataSource->
IsDash
()) {
in InitAVFormatContext()
947
seekable_ = ioContext_.dataSource->
IsDash
() ? Plugins::Seekable::UNSEEKABLE : source->GetSeekable();
in SetDataSource()
Completed in 15 milliseconds