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:CodecState
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/services/engine/codec/audio/
H
A
D
audio_codec_adapter.cpp
30
AudioCodecAdapter::AudioCodecAdapter(const std::string &name) : state_(
CodecState
::RELEASED), name_(name) {}
in AudioCodecAdapter()
45
state_ =
CodecState
::RELEASED;
in ~AudioCodecAdapter()
52
if (state_ !=
CodecState
::RELEASED && state_ !=
CodecState
::INITIALIZED && state_ !=
CodecState
::INITIALIZING) {
in SetCallback()
79
if (state_ !=
CodecState
::RELEASED) {
in Configure()
84
state_ =
CodecState
::INITIALIZING;
in Configure()
88
if (state_ !=
CodecState
::INITIALIZED) {
in Configure()
109
if (state_ ==
CodecState
::FLUSHED) {
in Start()
114
if (state_ !=
CodecState
in Start()
[all...]
/foundation/multimedia/av_codec/services/media_engine/modules/media_codec/
H
A
D
media_codec.cpp
67
state_(
CodecState
::UNINITIALIZED)
in MediaCodec()
73
state_ =
CodecState
::UNINITIALIZED;
in ~MediaCodec()
103
if (state_ !=
CodecState
::UNINITIALIZED) {
in Init()
108
state_ =
CodecState
::INITIALIZING;
in Init()
120
state_ =
CodecState
::INITIALIZED;
in Init()
133
if (state_ !=
CodecState
::UNINITIALIZED) {
in Init()
138
state_ =
CodecState
::INITIALIZING;
in Init()
144
state_ =
CodecState
::INITIALIZED;
in Init()
162
FALSE_RETURN_V(state_ ==
CodecState
::INITIALIZED, (int32_t)Status::ERROR_INVALID_STATE);
in Configure()
167
state_ =
CodecState
in Configure()
[all...]
H
A
D
media_codec.h
35
enum class
CodecState
: int32_t {
class
151
std::string StateToString(
CodecState
state);
176
std::atomic<
CodecState
> state_;
/foundation/multimedia/av_codec/services/engine/codec/include/audio/
H
A
D
audio_codec_adapter.h
58
std::atomic<
CodecState
> state_;
72
std::string_view stateToString(
CodecState
state);
H
A
D
audio_common_info.h
26
enum class
CodecState
{
class
Completed in 3 milliseconds