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:CodecStatus
(Results
1 - 5
of
5
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/
H
A
D
codec_server_coverage_unit_test.cpp
380
server_->status_ = CodecServer::
CodecStatus
::INITIALIZED;
in HWTEST_F()
386
EXPECT_EQ(server_->status_, CodecServer::
CodecStatus
::CONFIGURED);
in HWTEST_F()
396
std::vector<CodecServer::
CodecStatus
> testList = {
in HWTEST_F()
397
CodecServer::
CodecStatus
::UNINITIALIZED, CodecServer::
CodecStatus
::CONFIGURED,
in HWTEST_F()
398
CodecServer::
CodecStatus
::RUNNING, CodecServer::
CodecStatus
::FLUSHED,
in HWTEST_F()
399
CodecServer::
CodecStatus
::END_OF_STREAM, CodecServer::
CodecStatus
::ERROR,
in HWTEST_F()
429
server_->status_ = CodecServer::
CodecStatus
in HWTEST_F()
[all...]
/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H
A
D
bluetooth_a2dp_a2dpCodecStatus.h
26
public bluetooth::
CodecStatus
{
29
BluetoothA2dpCodecStatus(const bluetooth::
CodecStatus
& other)
in BluetoothA2dpCodecStatus()
30
: bluetooth::
CodecStatus
(other) {} // NOLINT(implicit)
in BluetoothA2dpCodecStatus()
32
: bluetooth::
CodecStatus
(other) {} // NOLINT(implicit)
in BluetoothA2dpCodecStatus()
/foundation/multimedia/av_codec/services/services/codec/server/
H
A
D
codec_server.h
41
enum
CodecStatus
{
enum in OHOS::MediaAVCodec::CodecServer
124
const std::string &GetStatusDescription(OHOS::MediaAVCodec::CodecServer::
CodecStatus
status);
125
void StatusChanged(
CodecStatus
newStatus);
134
CodecStatus
status_ = UNINITIALIZED;
H
A
D
codec_server.cpp
53
const std::map<OHOS::MediaAVCodec::CodecServer::
CodecStatus
, std::string> CODEC_STATE_MAP = {
384
CodecStatus
newStatus = END_OF_STREAM;
406
CodecStatus
newStatus = (ret == AVCS_ERR_OK ? INITIALIZED : ERROR);
in Reset()
543
CodecStatus
newStatus = END_OF_STREAM;
in DrmVideoCencDecrypt()
823
inline const std::string &CodecServer::GetStatusDescription(
CodecStatus
status)
in CheckDrmSvpConsistency()
831
inline void CodecServer::StatusChanged(
CodecStatus
newStatus)
in CheckDrmSvpConsistency()
1068
CodecStatus
newStatus = (ret == AVCS_ERR_OK ? CONFIGURED : ERROR);
in Configure()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H
A
D
a2dp_parcel_codec.h
145
struct
CodecStatus
{
struct
Completed in 5 milliseconds