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
defs:END_OF_STREAM
(Results
1 - 8
of
8
) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H
A
D
error_code.h
31
END_OF_STREAM
= 1,
member
/foundation/multimedia/av_codec/services/media_engine/plugins/source/
H
A
D
data_stream_source_plugin.cpp
142
FALSE_RETURN_V(static_cast<int64_t>(offset_) <= size_, Status::
END_OF_STREAM
);
in Read()
member in OHOS::Media::Plugin::DataStreamSource::Status
H
A
D
file_fd_source_plugin.cpp
228
FALSE_RETURN_V_MSG_E(GetLastSize(position_) != 0, Status::
END_OF_STREAM
, "ReadCloud
END_OF_STREAM
");
in ReadOnlineFile()
member in OHOS::Media::Plugins::FileFdSource::Status
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H
A
D
media_codec.h
42
END_OF_STREAM
,
member in OHOS::Media::CodecState
/foundation/multimedia/media_foundation/interface/inner_api/common/
H
A
D
status.h
32
END_OF_STREAM
= 1, ///< Read source when end of stream
member
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/std_stream_source/
H
A
D
std_stream_source_plugin.cpp
167
FALSE_RETURN_V(static_cast<int64_t>(offset_) < size_, Status::
END_OF_STREAM
);
in Read()
member in OHOS::Media::Plugin::StdStreamSource::Status
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_server.h
47
END_OF_STREAM
,
enumerator
/foundation/multimedia/media_foundation/engine/include/plugin/common/
H
A
D
plugin_types.h
79
END_OF_STREAM
= 1, ///< Read source when end of stream
member
Completed in 6 milliseconds