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:pixel_fmt
(Results
1 - 6
of
6
) sorted by relevance
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H
A
D
histreamer_ability_querier.h
97
std::vector<VideoPixelFormat>
pixel_fmt
;
member
128
std::vector<VideoPixelFormat>
pixel_fmt
;
member
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H
A
D
histreamer_ability_parser_test.cpp
54
static const std::string VIDEO_PIXEL_FMT = "
pixel_fmt
";
254
EXPECT_TRUE(videoEncoderIn.
pixel_fmt
.empty());
in HWTEST_F()
300
videoEncoderIn.
pixel_fmt
= {
in HWTEST_F()
357
EXPECT_TRUE(videoDecoderOut.
pixel_fmt
.empty());
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H
A
D
histreamer_ability_parser.h
309
std::vector<VideoPixelFormat>
pixel_fmt
;
member
335
std::vector<VideoPixelFormat>
pixel_fmt
;
member
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H
A
D
histreamer_ability_querier.cpp
51
static const std::string VIDEO_PIXEL_FMT = "
pixel_fmt
";
542
in.
pixel_fmt
= AnyCast<std::vector<VideoPixelFormat>>(cap.keys[CapabilityID::VIDEO_PIXEL_FORMAT]);
in ParseVideoEncoderIn()
596
for (auto &fmt : videoEncoderIn.
pixel_fmt
) {
in ToJson()
625
videoEncoderIn.
pixel_fmt
.push_back(static_cast<VideoPixelFormat>(fmt->valueint));
in FromJson()
753
out.
pixel_fmt
= AnyCast<std::vector<VideoPixelFormat>>(cap.keys[CapabilityID::VIDEO_PIXEL_FORMAT]);
in ParseVideoDecoderOut()
838
for (auto &fmt : videoDecoderOut.
pixel_fmt
) {
in ToJson()
867
videoDecoderOut.
pixel_fmt
.push_back(static_cast<VideoPixelFormat>(fmtInfo->valueint));
in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H
A
D
histreamer_ability_parser.cpp
35
static const std::string VIDEO_PIXEL_FMT = "
pixel_fmt
";
240
videoEncoderIn.
pixel_fmt
.push_back((VideoPixelFormat)pixelFmt->valuedouble);
in FromJson()
340
videoDecoderOut.
pixel_fmt
.push_back((VideoPixelFormat)(fmt->valuedouble));
in FromJson()
/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
467
EXPECT_TRUE(videoEncoderIn.
pixel_fmt
.empty());
in HWTEST_F()
519
videoEncoderIn.
pixel_fmt
= {
in HWTEST_F()
576
EXPECT_TRUE(videoDecoderOut.
pixel_fmt
.empty());
in HWTEST_F()
Completed in 7 milliseconds