/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/ |
H A D | screen_source_trans_test.cpp | 376 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 D | video_param.cpp | 47 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 D | avplayback_state.cpp | 39 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 D | screen_sink_trans_test.cpp | 48 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 D | video_param.h | 51 uint32_t videoWidth_; member in OHOS::DistributedHardware::VideoParam
|
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/ |
H A D | video_capture_filter.cpp | 69 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 D | video_capture_filter.h | 67 uint32_t videoWidth_ {0};
|
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/ |
H A D | camera_capture_video.cpp | 210 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 D | camera_capture_video.h | 66 int32_t videoWidth_; member in OHOS::CameraStandard::CameraCaptureVideo
|
/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | video_source_encoder.h | 36 uint32_t videoWidth_ = DEFAULT_VIDEO_WIDTH; member in OHOS::Sharing::VideoSourceConfigure
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/imageJpeg/ |
H A D | jpeg_image_processor_test.cpp | 33 param_.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in SetUp()
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/ |
H A D | camera_framework_moduletest.h | 55 int32_t videoWidth_; member in OHOS::CameraStandard::CameraFrameworkModuleTest
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avplayback_state.h | 161 int32_t videoWidth_ = 0; member in OHOS::AVSession::AVPlaybackState
|
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/ |
H A D | image_sink_processor_test.cpp | 38 param_.videoWidth_ = VIDEO_DATA_NUM; in SetUp()
|
H A D | image_sink_decoder_test.cpp | 40 param_.videoWidth_ = VIDEO_DATA_NUM; in SetUp()
|
/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | video_source_encoder.cpp | 143 videoFormat.PutIntValue("width", configure.videoWidth_); in ConfigEncoder()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.h | 162 double videoWidth_ = 0.0; member in OHOS::Ace::VideoElement
|
H A D | video_element.cpp | 542 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 D | hiplayer_impl.h | 155 int32_t videoWidth_ {0};
|
H A D | hiplayer_impl.cpp | 470 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 D | screenregion_test.cpp | 179 videoParam->videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/ |
H A D | screen_decision_center_test.cpp | 36 param_.videoWidth_ = DSCREEN_MAX_VIDEO_DATA_WIDTH; in SetUp()
|
/foundation/multimedia/player_framework/services/engine/histreamer/player/ |
H A D | hiplayer_impl.cpp | 1431 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 D | hiplayer_impl.h | 298 std::atomic<int32_t> videoWidth_{0};
|
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 599 sptr<CaptureOutput> videoOutput = CreateVideoOutput(videoWidth_, videoHeight_); in CreateVideoOutput() 1168 videoWidth_ = VIDEO_DEFAULT_WIDTH; in SetUpInit() 1340 videoWidth_ = size.width; in ProcessSize()
|