Home
last modified time | relevance | path

Searched defs:fragmentSize (Results 1 – 4 of 4) 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()
1045 size_t fragmentSize = mediaSegment_->contentLength_; in UpdateDownloadFinished() local
/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
1484 void HlsMediaDownloader::CalculateBitRate(size_t fragmentSize, double duration) in CalculateBitRate()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_command_list.cpp1869 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) in SetDynamicStateFragmentShadingRate()
/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