Home
last modified time | relevance | path

Searched defs:fragmentSize (Results 1 – 4 of 4) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/dash/
Ddash_segment_downloader.cpp370 void DashSegmentDownloader::CalculateBitRate(size_t fragmentSize, double duration) in CalculateBitRate()
1039 size_t fragmentSize = mediaSegment_->contentLength_; in UpdateDownloadFinished() local
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
Dhls_media_downloader.cpp1126 size_t fragmentSize = downloadRequest_->GetFileContentLength(); in UpdateDownloadFinished() local
1478 void HlsMediaDownloader::CalculateBitRate(size_t fragmentSize, double duration) in CalculateBitRate()
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
Drender_command_list.cpp1868 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) in SetDynamicStateFragmentShadingRate()
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
Drender_backend_vk.cpp2539 … const VkExtent2D fragmentSize = { renderCmd.fragmentSize.width, renderCmd.fragmentSize.height }; in RenderCommand() local