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:GetVideoFormat
(Results
1 - 11
of
11
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H
A
D
screen_sink_trans.cpp
158
if ((param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_YUVI420) &&
in CheckVideoParam()
159
(param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_NV12) &&
in CheckVideoParam()
160
(param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_NV21) &&
in CheckVideoParam()
161
(param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_RGBA8888)) {
in CheckVideoParam()
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/
H
A
D
video_decoder_engine.h
46
virtual OH_AVFormat*
GetVideoFormat
() = 0;
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
H
A
D
video_decoder_engine_impl.h
36
OH_AVFormat*
GetVideoFormat
() override;
H
A
D
video_decoder_engine_impl.cpp
53
OH_AVFormat* VideoDecoderEngineImpl::
GetVideoFormat
()
in GetVideoFormat()
function in OHOS::Media::VideoDecoderEngineImpl
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H
A
D
video_param.h
42
uint8_t
GetVideoFormat
() const;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H
A
D
screen_source_trans.cpp
225
if ((param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_YUVI420) &&
in CheckVideoParam()
226
(param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_NV12) &&
in CheckVideoParam()
227
(param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_NV21) &&
in CheckVideoParam()
228
(param.
GetVideoFormat
() != VIDEO_DATA_FORMAT_RGBA8888)) {
in CheckVideoParam()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion.cpp
230
if (videoParam_->
GetVideoFormat
() == VIDEO_DATA_FORMAT_YUVI420) {
in SetReceiverAdapterParameters()
232
} else if (videoParam_->
GetVideoFormat
() == VIDEO_DATA_FORMAT_NV12) {
in SetReceiverAdapterParameters()
234
} else if (videoParam_->
GetVideoFormat
() == VIDEO_DATA_FORMAT_NV21) {
in SetReceiverAdapterParameters()
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/video/decoder/
H
A
D
video_decoder_engine_impl_test.cpp
79
// Test the
GetVideoFormat
method of VideoDecoderEngineImpl
84
EXPECT_EQ(engine->
GetVideoFormat
(), nullptr);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
video_param.cpp
100
uint8_t VideoParam::
GetVideoFormat
() const
in GetVideoFormat()
function in OHOS::DistributedHardware::VideoParam
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
446
if (videoParam_->
GetVideoFormat
() == VIDEO_DATA_FORMAT_YUVI420) {
in ChooseParameter()
448
} else if (videoParam_->
GetVideoFormat
() == VIDEO_DATA_FORMAT_NV12) {
in ChooseParameter()
450
} else if (videoParam_->
GetVideoFormat
() == VIDEO_DATA_FORMAT_NV21) {
in ChooseParameter()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
video_param_test.cpp
136
* @tc.desc: Verify the
GetVideoFormat
function.
144
uint8_t actual = videoParam_->
GetVideoFormat
();
in HWTEST_F()
Completed in 6 milliseconds