/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/ |
H A D | screenregion.cpp | 241 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 D | mock_media_player.h | 36 int32_t GetVideoWidth() override
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/ |
H A D | player_client.cpp | 147 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 D | player.cpp | 165 int32_t Player::GetVideoWidth(int32_t &videoWidth) in GetVideoWidth() function in OHOS::Media::Player 172 return player_->GetVideoWidth(videoWidth); in GetVideoWidth()
|
H A D | player_client.h | 56 int32_t GetVideoWidth(int32_t &videoWidth);
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player.cpp | 148 int32_t Player::GetVideoWidth(int32_t &videoWidth) in GetVideoWidth() function in OHOS::Media::Player 152 return player_->GetVideoWidth(videoWidth); in GetVideoWidth()
|
H A D | player_client.h | 62 int32_t GetVideoWidth(int32_t &videoWidth);
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/ |
H A D | player.cpp | 159 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 D | video_param.h | 34 uint32_t GetVideoWidth() const;
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/ |
H A D | video_param_test.cpp | 66 * @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 D | media_player_impl.h | 42 int32_t GetVideoWidth() override;
|
H A D | rosen_media_player.h | 48 int32_t GetVideoWidth() override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | media_player.h | 82 virtual int32_t GetVideoWidth() in GetVideoWidth() function in OHOS::Ace::NG::MediaPlayer
|
/foundation/multimedia/media_lite/interfaces/kits/player_lite/ |
H A D | player.h | 327 int32_t GetVideoWidth(int32_t &videoWidth);
|
/foundation/multimedia/media_lite/interfaces/innerkits/ |
H A D | player_interface.h | 46 virtual int32_t GetVideoWidth(int32_t &videoWidth) = 0;
|
/foundation/multimedia/player_framework/frameworks/js/player/ |
H A D | video_callback_napi.h | 60 int32_t GetVideoWidth() const in GetVideoWidth() function in OHOS::Media::VideoCallbackNapi
|
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerfile_fuzzer/ |
H A D | playerfile_fuzzer.cpp | 71 player_->GetVideoWidth(); in FuzzFile()
|
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/ |
H A D | image_sink_decoder.cpp | 86 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 D | image_source_encoder.cpp | 196 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 D | player_server.h | 69 void GetVideoWidth(IpcIo *req, IpcIo *reply);
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | video_param.cpp | 50 uint32_t VideoParam::GetVideoWidth() const in GetVideoWidth() function in OHOS::DistributedHardware::VideoParam
|
/foundation/multimedia/player_framework/services/services/player/ipc/ |
H A D | player_service_stub.h | 58 int32_t GetVideoWidth() override; 137 int32_t GetVideoWidth(MessageParcel &data, MessageParcel &reply);
|
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/ |
H A D | avplayback_state.h | 118 int32_t GetVideoWidth() const;
|
/foundation/multimedia/av_session/frameworks/js/napi/session/include/ |
H A D | napi_playback_state.h | 70 static napi_status GetVideoWidth(napi_env env, napi_value in, AVPlaybackState& out);
|
/foundation/multimedia/player_framework/services/include/ |
H A D | i_player_service.h | 320 virtual int32_t GetVideoWidth() = 0;
|