Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp377 localParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
384 remoteParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
404 localParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
411 remoteParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
431 localParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
438 remoteParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
459 localParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
466 remoteParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
487 localParam.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
494 remoteParam.videoHeight_ in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp67 videoHeight_ = videoHeight; in SetVideoHeight()
72 return videoHeight_; in GetVideoHeight()
111 {KEY_VIDEO_HEIGHT, videoParam.videoHeight_}, in to_json()
147 videoParam.videoHeight_ = videoHeight; in from_json()
/foundation/multimedia/av_session/frameworks/common/src/
H A Davplayback_state.cpp40 parcel.WriteInt32(videoHeight_) && in Marshalling()
66 !parcel.ReadInt32(result->videoHeight_)) { in Unmarshalling()
168 videoHeight_ = videoHeight; in SetVideoHeight()
239 return videoHeight_; in GetVideoHeight()
343 to.videoHeight_ = from.videoHeight_; in CloneVideoHeight()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinktrans/src/
H A Dscreen_sink_trans_test.cpp49 param_.videoHeight_ = VIDEO_DATA_NUM; in SetUp()
74 param_.videoHeight_ = HEIGHT_INVALID; in HWTEST_F()
224 param_.videoHeight_ = HEIGHT_INVALID; in HWTEST_F()
228 param_.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h52 uint32_t videoHeight_; member in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/media_foundation/engine/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.cpp73 err = TranslatePluginStatus(plugin_->SetParameter(Tag::VIDEO_HEIGHT, videoHeight_)); in InitAndConfigPlugin()
106 (void)AssignParameterIfMatch(tag, videoHeight_, value); in SetParameter()
137 value = videoHeight_; in GetParameter()
166 FALSE_LOG(videoMeta->Set<Plugin::Tag::VIDEO_HEIGHT>(videoHeight_)); in DoConfigure()
/foundation/multimedia/media_foundation/engine/include/pipeline/filters/source/video_capture/
H A Dvideo_capture_filter.h68 uint32_t videoHeight_ {0};
/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture_video.cpp211 videoHeight_ = VIDEO_HEIGHT; in CameraCaptureVideo()
389 videoHeight_ = videoSizes[0].height; in InitCameraFormatAndResolution()
407 videoFormat_, videoWidth_, videoHeight_); in InitCameraFormatAndResolution()
585 videosize_.height = videoHeight_; in InitVideoOutput()
H A Dcamera_capture_video.h67 int32_t videoHeight_; member in OHOS::CameraStandard::CameraCaptureVideo
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_source_encoder.h37 uint32_t videoHeight_ = DEFAULT_VIDEO_HEIGHT; member in OHOS::Sharing::VideoSourceConfigure
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/imageJpeg/
H A Djpeg_image_processor_test.cpp34 param_.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in SetUp()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/include/
H A Dcamera_framework_moduletest.h56 int32_t videoHeight_; member in OHOS::CameraStandard::CameraFrameworkModuleTest
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davplayback_state.h162 int32_t videoHeight_ = 0; member in OHOS::AVSession::AVPlaybackState
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_processor_test.cpp39 param_.videoHeight_ = VIDEO_DATA_NUM; in SetUp()
H A Dimage_sink_decoder_test.cpp41 param_.videoHeight_ = VIDEO_DATA_NUM; in SetUp()
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_source_encoder.cpp144 videoFormat.PutIntValue("height", configure.videoHeight_); in ConfigEncoder()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.h163 double videoHeight_ = 0.0; member in OHOS::Ace::VideoElement
H A Dvideo_element.cpp543 videoHeight_ = 0.0; in ResetStatus()
803 videoComponent->SetSrcHeight(videoHeight_); in SetNewComponent()
1201 videoHeight_ = height; in OnPrepared()
1213 video->SetSrcHeight(videoHeight_); in OnPrepared()
1972 DumpLog::GetInstance().AddDesc("videoHeight:", videoHeight_); in OnStartBtnClick()
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.h156 int32_t videoHeight_ {0};
H A Dhiplayer_impl.cpp476 MEDIA_LOG_I("GetVideoHeight entered. video height: " PUBLIC_LOG_D32, videoHeight_); in GetVideoHeight()
477 return videoHeight_; in GetVideoHeight()
1113 videoHeight_ = resolution.second; in HandleResolutionChangeEvent()
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/
H A Dscreenregion_test.cpp180 videoParam->videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.cpp37 param_.videoHeight_ = DSCREEN_MAX_VIDEO_DATA_HEIGHT; in SetUp()
/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dhiplayer_impl.cpp1432 videoHeight_ = !needSwapWH_.load() ? height : width; in InitVideoWidthAndHeight()
1434 videoWidth_.load(), videoHeight_.load()); in InitVideoWidthAndHeight()
1904 MEDIA_LOG_D_SHORT("GetVideoHeight in. video height: " PUBLIC_LOG_D32, videoHeight_.load()); in GetVideoHeight()
1906 return videoHeight_.load(); in GetVideoHeight()
2373 videoHeight_ = !needSwapWH_.load() ? height : width; in HandleResolutionChangeEvent()
2375 videoWidth_.load(), videoHeight_.load()); in HandleResolutionChangeEvent()
2550 int32_t height = videoHeight_.load(); in NotifyResolutionChange()
H A Dhiplayer_impl.h299 std::atomic<int32_t> videoHeight_{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()
1169 videoHeight_ = VIDEO_DEFAULT_HEIGHT; in SetUpInit()
1341 videoHeight_ = size.height; in ProcessSize()

Completed in 32 milliseconds