Home
last modified time | relevance | path

Searched refs:videoWidth_ (Results 1 - 25 of 25) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp376 localParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
383 remoteParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
403 localParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
410 remoteParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
430 localParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
437 remoteParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH + 1; in HWTEST_F()
458 localParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
465 remoteParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
486 localParam.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
493 remoteParam.videoWidth_ in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp47 videoWidth_ = videoWidth; in SetVideoWidth()
52 return videoWidth_; in GetVideoWidth()
110 {KEY_VIDEO_WIDTH, videoParam.videoWidth_}, in to_json()
146 videoParam.videoWidth_ = videoWidth; in from_json()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp39 parcel.WriteInt32(videoWidth_) && in Marshalling()
65 !parcel.ReadInt32(result->videoWidth_) || in Unmarshalling()
162 videoWidth_ = videoWidth; in SetVideoWidth()
234 return videoWidth_; in GetVideoWidth()
338 to.videoWidth_ = from.videoWidth_; in CloneVideoWidth()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp48 param_.videoWidth_ = VIDEO_DATA_NUM; in SetUp()
73 param_.videoWidth_ = WIDTH_INVALID; in HWTEST_F()
223 param_.videoWidth_ = WIDTH_INVALID; in HWTEST_F()
227 param_.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h51 uint32_t videoWidth_; member in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.cpp69 err = TranslatePluginStatus(plugin_->SetParameter(Tag::VIDEO_WIDTH, videoWidth_)); in InitAndConfigPlugin()
103 (void)AssignParameterIfMatch(tag, videoWidth_, value); in SetParameter()
133 value = videoWidth_; in GetParameter()
165 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_WIDTH>(videoWidth_)); in DoConfigure()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h67 uint32_t videoWidth_ {0};
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.cpp210 videoWidth_ = VIDEO_WIDTH; in CameraCaptureVideo()
388 videoWidth_ = videoSizes[0].width; in InitCameraFormatAndResolution()
407 videoFormat_, videoWidth_, videoHeight_); in InitCameraFormatAndResolution()
584 videosize_.width = videoWidth_; in InitVideoOutput()
H A Dcamera_capture_video.h66 int32_t videoWidth_; member in OHOS::CameraStandard::CameraCaptureVideo
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_source_encoder.h36 uint32_t videoWidth_ = DEFAULT_VIDEO_WIDTH; member in OHOS::Sharing::VideoSourceConfigure
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/imageJpeg/
H A Djpeg_image_processor_test.cpp33 param_.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in SetUp()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h55 int32_t videoWidth_; member in OHOS::CameraStandard::CameraFrameworkModuleTest
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davplayback_state.h161 int32_t videoWidth_ = 0; member in OHOS::AVSession::AVPlaybackState
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_processor_test.cpp38 param_.videoWidth_ = VIDEO_DATA_NUM; in SetUp()
H A Dimage_sink_decoder_test.cpp40 param_.videoWidth_ = VIDEO_DATA_NUM; in SetUp()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_source_encoder.cpp143 videoFormat.PutIntValue("width", configure.videoWidth_); in ConfigEncoder()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h162 double videoWidth_ = 0.0; member in OHOS::Ace::VideoElement
H A Dvideo_element.cpp542 videoWidth_ = 0.0; in ResetStatus()
802 videoComponent->SetSrcWidth(videoWidth_); in SetNewComponent()
1200 videoWidth_ = width; in OnPrepared()
1212 video->SetSrcWidth(videoWidth_); in OnPrepared()
1971 DumpLog::GetInstance().AddDesc("videoWidth:", videoWidth_); in OnStartBtnClick()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h155 int32_t videoWidth_ {0};
H A Dhiplayer_impl.cpp470 MEDIA_LOG_I("GetVideoWidth entered. video width: " PUBLIC_LOG_D32, videoWidth_); in GetVideoWidth()
471 return videoWidth_; in GetVideoWidth()
1112 videoWidth_ = resolution.first; in HandleResolutionChangeEvent()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion_test.cpp179 videoParam->videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.cpp36 param_.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in SetUp()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1431 videoWidth_ = !needSwapWH_.load() ? width : height; in InitVideoWidthAndHeight()
1434 videoWidth_.load(), videoHeight_.load()); in InitVideoWidthAndHeight()
1896 MEDIA_LOG_D_SHORT("GetVideoWidth in. video width: " PUBLIC_LOG_D32, videoWidth_.load()); in GetVideoWidth()
1898 return videoWidth_.load(); in GetVideoWidth()
2372 videoWidth_ = !needSwapWH_.load() ? width : height; in HandleResolutionChangeEvent()
2375 videoWidth_.load(), videoHeight_.load()); in HandleResolutionChangeEvent()
2549 int32_t width = videoWidth_.load(); in NotifyResolutionChange()
H A Dhiplayer_impl.h298 std::atomic<int32_t> videoWidth_{0};
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp599 sptr<CaptureOutput> videoOutput = CreateVideoOutput(videoWidth_, videoHeight_); in CreateVideoOutput()
1168 videoWidth_ = VIDEO_DEFAULT_WIDTH; in SetUpInit()
1340 videoWidth_ = size.width; in ProcessSize()

Completed in 32 milliseconds