Home
last modified time | relevance | path

Searched refs:fragmentSize (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
H A Ddash_segment_downloader.cpp370 void DashSegmentDownloader::CalculateBitRate(size_t fragmentSize, double duration) in CalculateBitRate() argument
372 if (fragmentSize == 0 || duration == 0) { in CalculateBitRate()
376 …realTimeBitBate_ = static_cast<int64_t>(fragmentSize * BYTES_TO_BIT * SECOND_TO_MILLIONSECOND) / d… in CalculateBitRate()
1045 size_t fragmentSize = mediaSegment_->contentLength_; in UpdateDownloadFinished() local
1047 CalculateBitRate(fragmentSize, duration); in UpdateDownloadFinished()
H A Ddash_segment_downloader.h199 void CalculateBitRate(size_t fragmentSize, double duration);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/
H A Dintf_render_command_list.h395 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.h430 Size2D fragmentSize { 1u, 1u };
581 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) override;
H A Drender_command_list.cpp1869 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) in SetDynamicStateFragmentShadingRate() argument
1875 ValidateFragmentShadingRate(fragmentSize); in SetDynamicStateFragmentShadingRate()
1880 Size2D fs = fragmentSize; in SetDynamicStateFragmentShadingRate()
1884 data->fragmentSize = fs; in SetDynamicStateFragmentShadingRate()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp1129 size_t fragmentSize = downloadRequest_->GetFileContentLength(); in UpdateDownloadFinished() local
1131 CalculateBitRate(fragmentSize, duration); in UpdateDownloadFinished()
1484 void HlsMediaDownloader::CalculateBitRate(size_t fragmentSize, double duration) in CalculateBitRate() argument
1486 if (fragmentSize == 0 || duration == 0) { in CalculateBitRate()
1489 …uint32_t calculateBitRate = static_cast<uint32_t>(static_cast<uint32_t>(fragmentSize * BYTES_TO_BI… in CalculateBitRate()
H A Dhls_media_downloader.h144 void CalculateBitRate(size_t fragmentSize, double duration);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Drender_backend_vk.cpp2541 … const VkExtent2D fragmentSize = { renderCmd.fragmentSize.width, renderCmd.fragmentSize.height }; in RenderCommand() local
2548 &fragmentSize, // pFragmentSize in RenderCommand()