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:SetVideoWidth
(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
79
configParam.
SetVideoWidth
(DSCREEN_MAX_VIDEO_DATA_WIDTH);
in HWTEST_F()
265
configParam.
SetVideoWidth
(DSCREEN_MAX_VIDEO_DATA_WIDTH);
in HWTEST_F()
283
configParam.
SetVideoWidth
(DSCREEN_MAX_VIDEO_DATA_WIDTH);
in HWTEST_F()
302
configParam.
SetVideoWidth
(DSCREEN_MAX_VIDEO_DATA_WIDTH);
in HWTEST_F()
H
A
D
image_source_processor_test.cpp
58
localParam.
SetVideoWidth
(DSCREEN_MAX_VIDEO_DATA_WIDTH);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H
A
D
video_param_test.cpp
73
videoParam_->
SetVideoWidth
(videoWidth);
in HWTEST_F()
164
videoParam.
SetVideoWidth
(VIDEO_DATA_NUM);
in HWTEST_F()
196
videoParam.
SetVideoWidth
(videoWidth);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H
A
D
video_param.h
33
void
SetVideoWidth
(uint32_t videoWidth);
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H
A
D
surface_sink_plugin.h
83
void
SetVideoWidth
(const ValueType& value);
H
A
D
surface_sink_plugin.cpp
212
SetVideoWidth
(value);
in SetParameter()
245
void SurfaceSinkPlugin::
SetVideoWidth
(const ValueType& value)
in SetVideoWidth()
function in OHOS::Media::Plugin::VidSurfaceSinkPlugin::SurfaceSinkPlugin
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H
A
D
video_param.cpp
45
void VideoParam::
SetVideoWidth
(uint32_t videoWidth)
in SetVideoWidth()
function in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H
A
D
avplayback_state.h
117
void
SetVideoWidth
(int32_t videoWidth);
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H
A
D
napi_playback_state.h
71
static napi_status
SetVideoWidth
(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
83
void
SetVideoWidth
(const std::string &value);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H
A
D
av_receiver_engine.h
83
void
SetVideoWidth
(const std::string &value);
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H
A
D
napi_playback_state.cpp
49
{ AVPlaybackState::PLAYBACK_KEY_VIDEO_WIDTH,
SetVideoWidth
},
385
out.
SetVideoWidth
(property);
in GetVideoWidth()
389
napi_status NapiPlaybackState::
SetVideoWidth
(napi_env env, const AVPlaybackState& in, napi_value& out)
in SetVideoWidth()
function in OHOS::AVSession::NapiPlaybackState
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H
A
D
image_sink_decoder_test.cpp
93
param_.
SetVideoWidth
(0);
in HWTEST_F()
268
param_.
SetVideoWidth
(0);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H
A
D
screen_source_trans_test.cpp
122
localParam.
SetVideoWidth
(VIDEO_DATA_NUM);
in HWTEST_F()
129
remoteParam.
SetVideoWidth
(VIDEO_DATA_NUM);
in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/src/
H
A
D
av_sender_engine.cpp
265
SetVideoWidth
(value);
in SetParameter()
304
funcMap_[AVTransTag::VIDEO_WIDTH] = &AVSenderEngine::
SetVideoWidth
;
in RegRespFunMap()
323
void AVSenderEngine::
SetVideoWidth
(const std::string &value)
in SetVideoWidth()
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
292
SetVideoWidth
(value);
in SetParameter()
329
funcMap_[AVTransTag::VIDEO_WIDTH] = &AVReceiverEngine::
SetVideoWidth
;
in RegRespFunMap()
348
void AVReceiverEngine::
SetVideoWidth
(const std::string &value)
in SetVideoWidth()
function in OHOS::DistributedHardware::AVReceiverEngine
/foundation/multimedia/av_session/frameworks/common/src/
H
A
D
avplayback_state.cpp
159
void AVPlaybackState::
SetVideoWidth
(int32_t videoWidth)
in SetVideoWidth()
function in OHOS::AVSession::AVPlaybackState
/foundation/multimedia/av_session/services/session/server/test/
H
A
D
avsession_proxy_test.cpp
255
avPlaybackState.
SetVideoWidth
(1);
in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_test.cpp
50
dScreen_->videoParam_->
SetVideoWidth
(VIDEO_DATA_NUM);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen_test.cpp
48
dScreen_->videoParam_->
SetVideoWidth
(VIDEO_DATA_NUM);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H
A
D
dscreen.cpp
480
videoParam_->
SetVideoWidth
(displayRect.width);
in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H
A
D
dscreen_manager.cpp
153
videoParam->
SetVideoWidth
(displayRect.width);
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
405
receiver->
SetVideoWidth
(value);
in HWTEST_F()
Completed in 15 milliseconds