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:videoEncoders
(Results
1 - 4
of
4
) sorted by relevance
/foundation/distributedhardware/distributed_screen/screenhandler/src/
H
A
D
dscreen_handler.cpp
170
std::string
videoEncoders
=
in RealQuery()
local
172
DHLOGI("DScreen QueryVideoEncoderAbility info: %{public}s",
videoEncoders
.c_str());
in RealQuery()
173
attrJson[KEY_HISTREAMER_VIDEO_ENCODER] =
videoEncoders
;
in RealQuery()
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H
A
D
histreamer_ability_parser_test.cpp
460
std::vector<VideoEncoder>
videoEncoders
;
in HWTEST_F()
local
462
FromJson(AUDIO_AAC_PROFILE, jsonObject,
videoEncoders
);
in HWTEST_F()
463
EXPECT_TRUE(
videoEncoders
.empty());
in HWTEST_F()
465
FromJson(NAME, jsonObject,
videoEncoders
);
in HWTEST_F()
467
EXPECT_FALSE(
videoEncoders
.empty());
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H
A
D
histreamer_ability_querier_test.cpp
123
std::vector<VideoEncoder>
videoEncoders
= QueryVideoEncoderAbility();
in HWTEST_F()
local
124
EXPECT_FALSE(
videoEncoders
.empty() ||
videoEncoders
.size() > VIDEO_ENCODER_FOUR);
in HWTEST_F()
125
for (std::vector<VideoEncoder>::size_type i = 0; i <
videoEncoders
.size(); i++) {
in HWTEST_F()
126
auto it = find(VIDEO_ENCODER_WANT.begin(), VIDEO_ENCODER_WANT.end(),
videoEncoders
[i].name);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H
A
D
histreamer_ability_querier.cpp
56
static const std::string VIDEO_ENCODERS = "
videoEncoders
";
564
std::vector<VideoEncoder>
videoEncoders
;
in QueryVideoEncoderAbility()
local
580
videoEncoders
.push_back(videoEncoder);
in QueryVideoEncoderAbility()
583
return
videoEncoders
;
in QueryVideoEncoderAbility()
Completed in 4 milliseconds