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 D | dash_segment_downloader.cpp | 370 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 D | dash_segment_downloader.h | 199 void CalculateBitRate(size_t fragmentSize, double duration);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/nodecontext/ |
H A D | intf_render_command_list.h | 395 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) = 0;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | render_command_list.h | 430 Size2D fragmentSize { 1u, 1u }; 581 const Size2D& fragmentSize, const FragmentShadingRateCombinerOps& combinerOps) override;
|
H A D | render_command_list.cpp | 1869 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 D | hls_media_downloader.cpp | 1129 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 D | hls_media_downloader.h | 144 void CalculateBitRate(size_t fragmentSize, double duration);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | render_backend_vk.cpp | 2541 … const VkExtent2D fragmentSize = { renderCmd.fragmentSize.width, renderCmd.fragmentSize.height }; in RenderCommand() local 2548 &fragmentSize, // pFragmentSize in RenderCommand()
|