Home
last modified time | relevance | path

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

123

/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp52 alignedHeight_ = configParam_.GetVideoHeight(); in ConfigureDecoder()
87 configParam_.GetVideoHeight() * RGB_CHROMA / TWO); in AddSurface()
104 .height = static_cast<int32_t>(configParam_.GetVideoHeight()), in GetWinSurfaceBuffer()
140 uint32_t chromaOffset = alignedWidth * configParam_.GetVideoHeight(); in OffsetProcess()
141 for (unsigned int yh = 0 ; yh < configParam_.GetVideoHeight() ; yh++) { in OffsetProcess()
154 for (unsigned int uvh = 0 ; uvh < configParam_.GetVideoHeight() / TWO; uvh++) { in OffsetProcess()
197 if (static_cast<uint32_t>(alignedHeight_) == configParam_.GetVideoHeight()) { in ConsumeSurface()
352 imageFormat_.PutIntValue("height", configParam.GetVideoHeight()); in SetDecoderFormat()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp242 receiverAdapter_->SetParameter(AVTransTag::VIDEO_HEIGHT, std::to_string(videoParam_->GetVideoHeight())); in SetReceiverAdapterParameters()
256 alignedHeight_ = videoParam_->GetVideoHeight(); in SetAlignedHeight()
351 uint32_t chromaOffset = videoParam_->GetVideoWidth() * videoParam_->GetVideoHeight(); in GetWSBuffer()
353 for (unsigned int yh = 0 ; yh < videoParam_->GetVideoHeight(); yh++) { in GetWSBuffer()
368 for (unsigned int uvh = 0 ; uvh < videoParam_->GetVideoHeight() / TWO; uvh++) { in GetWSBuffer()
397 .height = videoParam_->GetVideoHeight(), in OnEngineDataDone()
/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_media_player.h41 int32_t GetVideoHeight() override
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp156 int32_t Player::PlayerClient::GetVideoHeight(int32_t &videoHeight) in GetVideoHeight() function in OHOS::Media::Player::PlayerClient
162 return impl_->GetVideoHeight(videoHeight); in GetVideoHeight()
H A Dplayer.cpp175 int32_t Player::GetVideoHeight(int32_t &videoHeight) in GetVideoHeight() function in OHOS::Media::Player
182 return player_->GetVideoHeight(videoHeight); in GetVideoHeight()
H A Dplayer_client.h57 int32_t GetVideoHeight(int32_t &videoHeight);
/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer.cpp155 int32_t Player::GetVideoHeight(int32_t &videoHeight) in GetVideoHeight() function in OHOS::Media::Player
159 return player_->GetVideoHeight(videoHeight); in GetVideoHeight()
H A Dplayer_client.h63 int32_t GetVideoHeight(int32_t &videoHeight);
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/histreamer/
H A Dplayer.cpp169 int32_t Player::GetVideoHeight(int32_t &videoHeight) in GetVideoHeight() function in OHOS::Media::Player
171 MEDIA_INFO_LOG("Player GetVideoHeight in"); in GetVideoHeight()
176 return g_player->GetVideoHeight(videoHeight); in GetVideoHeight()
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h36 uint32_t GetVideoHeight() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.h43 int32_t GetVideoHeight() override;
H A Drosen_media_player.h49 int32_t GetVideoHeight() override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dmedia_player.h87 virtual int32_t GetVideoHeight() in GetVideoHeight() function in OHOS::Ace::NG::MediaPlayer
/foundation/multimedia/media_lite/interfaces/kits/player_lite/
H A Dplayer.h337 int32_t GetVideoHeight(int32_t &videoHeight);
/foundation/multimedia/media_lite/interfaces/innerkits/
H A Dplayer_interface.h47 virtual int32_t GetVideoHeight(int32_t &videoHeight) = 0;
/foundation/multimedia/player_framework/frameworks/js/player/
H A Dvideo_callback_napi.h64 int32_t GetVideoHeight() const in GetVideoHeight() function in OHOS::Media::VideoCallbackNapi
/foundation/multimedia/player_framework/test/fuzztest/player_fuzztest/playerfile_fuzzer/
H A Dplayerfile_fuzzer.cpp72 player_->GetVideoHeight(); in FuzzFile()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/encoder/src/
H A Dimage_source_encoder.cpp197 requestConfig.height = static_cast<int32_t>(configParam_.GetVideoHeight()); in GetEncoderInputSurfaceBuffer()
219 uint32_t screenDataSize = configParam_.GetVideoWidth() * configParam_.GetVideoHeight() * RGBA_CHROMA; in FeedEncoderData()
370 imageFormat_.PutIntValue("height", configParam.GetVideoHeight()); in SetEncoderFormat()
/foundation/multimedia/media_lite/services/player_lite/server/include/
H A Dplayer_server.h70 void GetVideoHeight(IpcIo *req, IpcIo *reply);
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp70 uint32_t VideoParam::GetVideoHeight() const in GetVideoHeight() function in OHOS::DistributedHardware::VideoParam
/foundation/multimedia/player_framework/services/services/player/ipc/
H A Dplayer_service_stub.h66 int32_t GetVideoHeight() override;
138 int32_t GetVideoHeight(MessageParcel &data, MessageParcel &reply);
H A Di_standard_player_service.h74 virtual int32_t GetVideoHeight() = 0;
/foundation/multimedia/av_session/interfaces/inner_api/native/session/include/
H A Davplayback_state.h121 int32_t GetVideoHeight() const;
/foundation/multimedia/av_session/frameworks/js/napi/session/include/
H A Dnapi_playback_state.h73 static napi_status GetVideoHeight(napi_env env, napi_value in, AVPlaybackState& out);
/foundation/multimedia/player_framework/services/include/
H A Di_player_service.h329 virtual int32_t GetVideoHeight() = 0;

Completed in 10 milliseconds

123