Home
last modified time | relevance | path

Searched refs:SetVideoWidth (Results 1 - 23 of 23) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_encoder_test.cpp79 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 Dimage_source_processor_test.cpp58 localParam.SetVideoWidth(DSCREEN_MAX_VIDEO_DATA_WIDTH); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp73 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 Dvideo_param.h33 void SetVideoWidth(uint32_t videoWidth);
/foundation/multimedia/media_foundation/engine/plugin/plugins/sink/video_surface_sink/
H A Dsurface_sink_plugin.h83 void SetVideoWidth(const ValueType& value);
H A Dsurface_sink_plugin.cpp212 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 Dvideo_param.cpp45 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 Davplayback_state.h117 void SetVideoWidth(int32_t videoWidth);
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_playback_state.h71 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 Dav_sender_engine.h83 void SetVideoWidth(const std::string &value);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/include/
H A Dav_receiver_engine.h83 void SetVideoWidth(const std::string &value);
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_playback_state.cpp49 { 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 Dimage_sink_decoder_test.cpp93 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 Dscreen_source_trans_test.cpp122 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 Dav_sender_engine.cpp265 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 Dav_receiver_engine.cpp292 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 Davplayback_state.cpp159 void AVPlaybackState::SetVideoWidth(int32_t videoWidth) in SetVideoWidth() function in OHOS::AVSession::AVPlaybackState
/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_proxy_test.cpp255 avPlaybackState.SetVideoWidth(1); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp50 dScreen_->videoParam_->SetVideoWidth(VIDEO_DATA_NUM); in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp48 dScreen_->videoParam_->SetVideoWidth(VIDEO_DATA_NUM); in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp480 videoParam_->SetVideoWidth(displayRect.width); in SetUp()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_manager.cpp153 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 Dav_receiver_engine_test.cpp405 receiver->SetVideoWidth(value); in HWTEST_F()

Completed in 15 milliseconds