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:SetVideoHeight
(Results
1 - 23
of
23
) sorted by relevance
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H
A
D
image_source_encoder_test.cpp
80
configParam.
SetVideoHeight
(DSCREEN_MAX_VIDEO_DATA_HEIGHT);
in HWTEST_F()
266
configParam.
SetVideoHeight
(DSCREEN_MAX_VIDEO_DATA_HEIGHT);
in HWTEST_F()
284
configParam.
SetVideoHeight
(DSCREEN_MAX_VIDEO_DATA_HEIGHT);
in HWTEST_F()
303
configParam.
SetVideoHeight
(DSCREEN_MAX_VIDEO_DATA_HEIGHT);
in HWTEST_F()
H
A
D
image_source_processor_test.cpp
59
localParam.
SetVideoHeight
(DSCREEN_MAX_VIDEO_DATA_HEIGHT);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
video_param_test.cpp
101
videoParam_->
SetVideoHeight
(videoHeight);
in HWTEST_F()
165
videoParam.
SetVideoHeight
(VIDEO_DATA_NUM);
in HWTEST_F()
197
videoParam.
SetVideoHeight
(videoHeight);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H
A
D
video_param.h
35
void
SetVideoHeight
(uint32_t videoHeight);
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H
A
D
surface_sink_plugin.h
84
void
SetVideoHeight
(const ValueType& value);
H
A
D
surface_sink_plugin.cpp
215
SetVideoHeight
(value);
in SetParameter()
253
void SurfaceSinkPlugin::
SetVideoHeight
(const ValueType& value)
in SetVideoHeight()
function in OHOS::Media::Plugin::VidSurfaceSinkPlugin::SurfaceSinkPlugin
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
video_param.cpp
65
void VideoParam::
SetVideoHeight
(uint32_t videoHeight)
in SetVideoHeight()
function in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avplayback_state.h
120
void
SetVideoHeight
(int32_t videoHeight);
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H
A
D
napi_playback_state.h
74
static napi_status
SetVideoHeight
(napi_env env, const AVPlaybackState& in, napi_value& out);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/include/
H
A
D
av_sender_engine.h
84
void
SetVideoHeight
(const std::string &value);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H
A
D
av_receiver_engine.h
84
void
SetVideoHeight
(const std::string &value);
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H
A
D
napi_playback_state.cpp
50
{ AVPlaybackState::PLAYBACK_KEY_VIDEO_HEIGHT,
SetVideoHeight
},
404
out.
SetVideoHeight
(property);
in GetVideoHeight()
408
napi_status NapiPlaybackState::
SetVideoHeight
(napi_env env, const AVPlaybackState& in, napi_value& out)
in SetVideoHeight()
function in OHOS::AVSession::NapiPlaybackState
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H
A
D
screen_source_trans_test.cpp
121
localParam.
SetVideoHeight
(VIDEO_DATA_NUM);
in HWTEST_F()
128
remoteParam.
SetVideoHeight
(VIDEO_DATA_NUM);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H
A
D
screenregion_test.cpp
447
screenRegion_->videoParam_->
SetVideoHeight
(height);
in HWTEST_F()
454
screenRegion_->videoParam_->
SetVideoHeight
(height);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H
A
D
av_sender_engine.cpp
268
SetVideoHeight
(value);
in SetParameter()
305
funcMap_[AVTransTag::VIDEO_HEIGHT] = &AVSenderEngine::
SetVideoHeight
;
in RegRespFunMap()
333
void AVSenderEngine::
SetVideoHeight
(const std::string &value)
in SetVideoHeight()
function in OHOS::DistributedHardware::AVSenderEngine
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/src/
H
A
D
av_receiver_engine.cpp
295
SetVideoHeight
(value);
in SetParameter()
330
funcMap_[AVTransTag::VIDEO_HEIGHT] = &AVReceiverEngine::
SetVideoHeight
;
in RegRespFunMap()
358
void AVReceiverEngine::
SetVideoHeight
(const std::string &value)
in SetVideoHeight()
function in OHOS::DistributedHardware::AVReceiverEngine
/foundation/multimedia/av_session/frameworks/common/src/
H
A
D
avplayback_state.cpp
165
void AVPlaybackState::
SetVideoHeight
(int32_t videoHeight)
in SetVideoHeight()
function in OHOS::AVSession::AVPlaybackState
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_proxy_test.cpp
256
avPlaybackState.
SetVideoHeight
(1);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_test.cpp
49
dScreen_->videoParam_->
SetVideoHeight
(VIDEO_DATA_NUM);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_test.cpp
47
dScreen_->videoParam_->
SetVideoHeight
(VIDEO_DATA_NUM);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
481
videoParam_->
SetVideoHeight
(displayRect.height);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_manager.cpp
154
videoParam->
SetVideoHeight
(displayRect.height);
in AddToGroup()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine/src/
H
A
D
av_receiver_engine_test.cpp
406
receiver->
SetVideoHeight
(value);
in HWTEST_F()
Completed in 16 milliseconds