Home
last modified time | relevance | path

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

123

/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp241 receiverAdapter_->SetParameter(AVTransTag::VIDEO_WIDTH, std::to_string(videoParam_->GetVideoWidth())); in SetReceiverAdapterParameters()
350 uint32_t alignedWidth = videoParam_->GetVideoWidth(); in GetWSBuffer()
351 uint32_t chromaOffset = videoParam_->GetVideoWidth() * videoParam_->GetVideoHeight(); in GetWSBuffer()
355 bufferAddr + srcOffset, videoParam_->GetVideoWidth()); in GetWSBuffer()
361 dstOffset += videoParam_->GetVideoWidth(); in GetWSBuffer()
370 bufferAddr + srcOffset, videoParam_->GetVideoWidth()); in GetWSBuffer()
376 dstOffset += videoParam_->GetVideoWidth(); in GetWSBuffer()
396 .width = videoParam_->GetVideoWidth(), in OnEngineDataDone()
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_media_player.h36 int32_t GetVideoWidth() override
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp147 int32_t Player::PlayerClient::GetVideoWidth(int32_t &videoWidth) in GetVideoWidth() function in OHOS::Media::Player::PlayerClient
153 return impl_->GetVideoWidth(videoWidth); in GetVideoWidth()
H A Dplayer.cpp165 int32_t Player::GetVideoWidth(int32_t &videoWidth) in GetVideoWidth() function in OHOS::Media::Player
172 return player_->GetVideoWidth(videoWidth); in GetVideoWidth()
H A Dplayer_client.h56 int32_t GetVideoWidth(int32_t &videoWidth);
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer.cpp148 int32_t Player::GetVideoWidth(int32_t &videoWidth) in GetVideoWidth() function in OHOS::Media::Player
152 return player_->GetVideoWidth(videoWidth); in GetVideoWidth()
H A Dplayer_client.h62 int32_t GetVideoWidth(int32_t &videoWidth);
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H A Dplayer.cpp159 int32_t Player::GetVideoWidth(int32_t &videoWidth) in GetVideoWidth() function in OHOS::Media::Player
161 MEDIA_INFO_LOG("Player GetVideoWidth in"); in GetVideoWidth()
166 return g_player->GetVideoWidth(videoWidth); in GetVideoWidth()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h34 uint32_t GetVideoWidth() const;
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp66 * @tc.desc: Verify the GetVideoWidth function.
74 uint32_t actual = videoParam_->GetVideoWidth(); in HWTEST_F()
204 EXPECT_EQ(videoWidth, jsonVideoParam.GetVideoWidth()); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.h42 int32_t GetVideoWidth() override;
H A Drosen_media_player.h48 int32_t GetVideoWidth() override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dmedia_player.h82 virtual int32_t GetVideoWidth() in GetVideoWidth() function in OHOS::Ace::NG::MediaPlayer
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h327 int32_t GetVideoWidth(int32_t &videoWidth);
/foundation/multimedia/media_lite/interfaces/innerkits/
H A Dplayer_interface.h46 virtual int32_t GetVideoWidth(int32_t &videoWidth) = 0;
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.h60 int32_t GetVideoWidth() const in GetVideoWidth() function in OHOS::Media::VideoCallbackNapi
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerfile_fuzzer/
H A Dplayerfile_fuzzer.cpp71 player_->GetVideoWidth(); in FuzzFile()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp86 lastFrameSize_ = static_cast<int32_t>(configParam_.GetVideoWidth() * in AddSurface()
103 .width = static_cast<int32_t>(configParam_.GetVideoWidth()), in GetWinSurfaceBuffer()
351 imageFormat_.PutIntValue("width", configParam.GetVideoWidth()); in SetDecoderFormat()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp196 requestConfig.width = static_cast<int32_t>(configParam_.GetVideoWidth()); in GetEncoderInputSurfaceBuffer()
219 uint32_t screenDataSize = configParam_.GetVideoWidth() * configParam_.GetVideoHeight() * RGBA_CHROMA; in FeedEncoderData()
369 imageFormat_.PutIntValue("width", configParam.GetVideoWidth()); in SetEncoderFormat()
/foundation/multimedia/media_lite/services/player_lite/server/include/
H A Dplayer_server.h69 void GetVideoWidth(IpcIo *req, IpcIo *reply);
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp50 uint32_t VideoParam::GetVideoWidth() const in GetVideoWidth() function in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.h58 int32_t GetVideoWidth() override;
137 int32_t GetVideoWidth(MessageParcel &data, MessageParcel &reply);
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davplayback_state.h118 int32_t GetVideoWidth() const;
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_playback_state.h70 static napi_status GetVideoWidth(napi_env env, napi_value in, AVPlaybackState& out);
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h320 virtual int32_t GetVideoWidth() = 0;

Completed in 11 milliseconds

123