Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 – 25 of 1036) sorted by relevance

12345678910>>...42

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp82 if (data == nullptr || data->GetSize() == 0) { in AddVerticesToCmdList()
88 return { offset, data->GetSize() }; in AddVerticesToCmdList()
195 return { offset, data->GetSize() }; in AddPictureToCmdList()
228 return { offset, data->GetSize() }; in AddCompressDataToCmdList()
420 if (!data || data->GetSize() == 0) { in AddTextBlobToCmdList()
426 return { offset, data->GetSize() }; in AddTextBlobToCmdList()
467 return { offset, data->GetSize() }; in AddDataToCmdList()
496 return { offset, data->GetSize() }; in AddPathToCmdList()
533 return { offset, data->GetSize() }; in AddRegionToCmdList()
572 return { offset, data->GetSize() }; in AddColorSpaceToCmdList()
[all …]
H A Ddraw_cmd_list.cpp134 if (opAllocator_.GetSize() <= offset && drawOpItems_.size() == 0) { in IsEmpty()
309 lastOpGenSize_ = opAllocator_.GetSize(); in UnmarshallingDrawOps()
311 if ((int)imageAllocator_.GetSize() > 0) { in UnmarshallingDrawOps()
462 if (opAllocator_.GetSize() <= offset_) { in GenerateCacheByBuffer()
468 uint32_t maxOffset = opAllocator_.GetSize(); in GenerateCacheByBuffer()
478 size_t avaliableSize = opAllocator_.GetSize() - offset; in GenerateCacheByBuffer()
530 size_t size = opAllocator_.GetSize() - offset_; in PlaybackToDrawCmdList()
558 if (opAllocator_.GetSize() <= offset_) { in PlaybackByBuffer()
562 if (lastOpGenSize_ != opAllocator_.GetSize()) { in PlaybackByBuffer()
582 lastOpGenSize_ = opAllocator_.GetSize(); in PlaybackByBuffer()
[all …]
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dstream_demuxer.cpp67 if (memory != nullptr && memory->GetSize() > 0) { in ReadFrameData()
82 if (memory != nullptr && memory->GetSize() > 0) { in ReadHeaderData()
134 if (size <= memory->GetSize() - offsetInCache) { in PullDataWithCache()
151 tempBuffer->GetMemory()->GetSize(), memory->GetSize() - offsetInCache); in PullDataWithCache()
157 tempBuffer->GetMemory()->GetSize() + memory->GetSize()); in PullDataWithCache()
163 tempBuffer->GetMemory()->GetSize(), memory->GetSize()); in PullDataWithCache()
184 bufferMemory->GetSize() + cacheMemory->GetSize()); in ProcInnerDash()
191 …rgeMemory->Write(bufferMemory->GetReadOnlyData(), bufferMemory->GetSize(), cacheMemory->GetSize()); in ProcInnerDash()
226 bufferPtr->GetMemory()->GetSize(), 0); in PullDataWithoutCache()
303 position_ += data->GetMemory()->GetSize(); in PullData()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp760 ASSERT_EQ(dest.GetSize(), src.GetSize());
791 ASSERT_EQ(src.GetSize(), dest.GetSize());
804 ASSERT_EQ(src.GetSize(), dest.GetSize());
821 ASSERT_EQ(src.GetSize(), dest.GetSize());
839 ASSERT_EQ(src.GetSize(), dest.GetSize());
859 ASSERT_EQ(src.GetSize(), dest.GetSize());
880 ASSERT_EQ(src.GetSize(), dest.GetSize());
1517 ASSERT_EQ(src.GetSize(), dest.GetSize());
1529 ASSERT_EQ(src.GetSize(), dest.GetSize());
1542 ASSERT_EQ(src.GetSize(), dest.GetSize());
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_layout_algorithm.cpp58 auto userItemWidth = paintProperty->GetItemWidthValue(theme->GetSize()).ConvertToPx(); in Measure()
59 auto userItemHeight = paintProperty->GetItemHeightValue(theme->GetSize()).ConvertToPx(); in Measure()
60 …auto userSelectedItemWidth = paintProperty->GetSelectedItemWidthValue(theme->GetSize()).ConvertToP… in Measure()
61 …auto userSelectedItemHeight = paintProperty->GetSelectedItemHeightValue(theme->GetSize()).ConvertT… in Measure()
64 userItemWidth = theme->GetSize().ConvertToPx(); in Measure()
65 userItemHeight = theme->GetSize().ConvertToPx(); in Measure()
66 userSelectedItemWidth = theme->GetSize().ConvertToPx(); in Measure()
67 userSelectedItemHeight = theme->GetSize().ConvertToPx(); in Measure()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dtrack_animation_state.cpp62 if (!keyframeArray_ || index >= GetTimeStamps()->GetSize()) { in RemoveKeyframe()
78 auto size = timestamps->GetSize(); in UpdateValid()
79 if (timestamps && size > 1 && keyframeArray_->GetSize() == size) { in UpdateValid()
111 if (auto size = keyframeArray_->GetSize()) { in ValidateValues()
137 if (const auto size = timestamps->GetSize()) { in SetKeyframes()
164 …rogress, currentRangeStartTs_, currentRangeEndTs_, currentIndex_ == keyframeArray_->GetSize() - 1); in IsInCurrentRange()
174 const auto size = keyframeArray_ ? keyframeArray_->GetSize() : 0; in UpdateIndex()
176 if (!size || !timestamps || timestamps->GetSize() != size) { in UpdateIndex()
217 const auto size = keyframeArray_ ? keyframeArray_->GetSize() : 0; in JumpTo()
219 if (!size || !timestamps || timestamps->GetSize() != size) { in JumpTo()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_gsm_codec.cpp51 if (cbPduBuffer_ == nullptr || cbHeader_ == nullptr || cbPduBuffer_->GetSize() == 0) { in Decode2gHeader()
87 if (isEtws && cbPduBuffer_->GetSize() <= MAX_ETWS_PDU_LEN) { in Decode2gHeader()
126 …uffer_ == nullptr || cbHeader_ == nullptr || cbCodec_ == nullptr || cbPduBuffer_->GetSize() == 0) { in Decode2gHeaderCommonCb()
184 cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) { in Decode2gCbMsg()
189 uint16_t dataLen = cbPduBuffer_->GetSize() - cbPduBuffer_->GetCurPosition(); in Decode2gCbMsg()
211 (cbPduBuffer_->GetCurPosition() + dataLen) > cbPduBuffer_->GetSize()) { in Decode2gCbMsg()
215 for (uint8_t i = cbPduBuffer_->GetCurPosition(); i < cbPduBuffer_->GetSize(); i++) { in Decode2gCbMsg()
258 …if (cbPduBuffer_ == nullptr || cbPduBuffer_->pduBuffer_ == nullptr || cbPduBuffer_->GetSize() == 0… in DecodeEtwsMsg()
259 cbPduBuffer_->GetSize() > MAX_ETWS_PDU_LEN) { in DecodeEtwsMsg()
263 uint8_t total = cbPduBuffer_->GetSize() - cbPduBuffer_->GetCurPosition(); in DecodeEtwsMsg()
H A Dgsm_cb_umts_codec.cpp48 …uffer_ == nullptr || cbHeader_ == nullptr || cbCodec_ == nullptr || cbPduBuffer_->GetSize() == 0) { in Decode3gHeader()
157 if (cbPduBuffer_ == nullptr || cbCodec_ == nullptr || cbPduBuffer_->GetSize() == 0) { in Decode3g7Bit()
164 if (dataPdu.size() == 0 || cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) { in Decode3g7Bit()
168 uint16_t pduLen = cbPduBuffer_->GetSize() - cbPduBuffer_->GetCurPosition(); in Decode3g7Bit()
199 if (cbPduBuffer_ == nullptr || cbCodec_ == nullptr || cbPduBuffer_->GetSize() == 0) { in Decode3gUCS2()
206 if (dataPdu.size() == 0 || cbPduBuffer_->GetCurPosition() >= cbPduBuffer_->GetSize()) { in Decode3gUCS2()
210 uint16_t pduLen = cbPduBuffer_->GetSize() - cbPduBuffer_->GetCurPosition(); in Decode3gUCS2()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddata_value.cpp59 uint32_t Blob::GetSize() const in GetSize() function in DistributedDB::Blob
180 if (blob == nullptr || blob->GetSize() < 0) { in Set()
208 if (dataValue.value_.blobPtr->GetSize() != value_.blobPtr->GetSize()) { in operator ==()
211 for (uint32_t i = 0; i < dataValue.value_.blobPtr->GetSize(); ++i) { in operator ==()
256 return outVal->WriteBlob(value_.blobPtr->GetData(), value_.blobPtr->GetSize()); in GetBlob()
262 if (val.GetSize() < 0) { in SetBlob()
271 if (val.GetSize() > 0) { in SetBlob()
272 errCode = value_.blobPtr->WriteBlob(val.GetData(), val.GetSize()); in SetBlob()
282 return outVal.WriteBlob(value_.blobPtr->GetData(), value_.blobPtr->GetSize()); in GetBlob()
307 uint32_t len = value_.blobPtr->GetSize(); in GetText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dgeometry_node.h60 auto size = frame_.rect_.GetSize();
62 size += selfAdjust_.GetSize();
85 auto size = frame_.rect_.GetSize();
88 size += selfAdjust_.GetSize();
117 auto result = frame_.rect_.GetSize();
119 result += selfAdjust_.GetSize();
173 auto size = frame_.rect_.GetSize();
175 size += selfAdjust_.GetSize();
202 auto size = rect.GetSize();
235 return content_ ? content_->rect_.GetSize() : SizeF(); in GetContentSize()
[all …]
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dcamera_output_capability.cpp63 Size Profile::GetSize() in GetSize() function in OHOS::CameraStandard::Profile
144 … "height: %{public}d] cant match", profile.GetCameraFormat(), profile.GetSize().width, in IsMatchPreviewProfiles()
145 profile.GetSize().height); in IsMatchPreviewProfiles()
161 … "height: %{public}d] cant match", profile.GetCameraFormat(), profile.GetSize().width, in IsMatchPhotoProfiles()
162 profile.GetSize().height); in IsMatchPhotoProfiles()
177 profile_.GetSize().width == profile.GetSize().width && in IsMatchVideoProfiles()
178 profile_.GetSize().height == profile.GetSize().height && in IsMatchVideoProfiles()
186 profile.GetSize().width, profile.GetSize().height, frameratesStr.c_str()); in IsMatchVideoProfiles()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.cpp61 size_t DrawingImageData::GetSize() const in GetSize() function in OHOS::Ace::NG::DrawingImageData
64 return rsData_->GetSize(); in GetSize()
83 …auto skData = SkData::MakeWithProc(rsData_->GetData(), rsData_->GetSize(), RSDataWrapperReleasePro… in MakeSvgDom()
111 if (ImageSource::IsAstc(static_cast<const uint8_t*>(rsData->GetData()), rsData->GetSize())) { in Parse()
113 … ImageSource::GetASTCInfo(static_cast<const uint8_t*>(rsData->GetData()), rsData->GetSize()); in Parse()
119 …auto skData = SkData::MakeWithProc(rsData->GetData(), rsData->GetSize(), RSDataWrapperReleaseProc,… in Parse()
145 return "DrawingImageData Size" + std::to_string(rsData_->GetSize()) + "(B)"; in ToString()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_remote_query_test.cpp202 EXPECT_EQ(rowDataSet.GetSize(), 1);
264 EXPECT_EQ(rowDataSet.GetSize(), 3);
268 EXPECT_EQ(rowDataSet.GetSize(), 3);
272 EXPECT_EQ(rowDataSet.GetSize(), 3);
276 EXPECT_EQ(rowDataSet.GetSize(), 3);
280 EXPECT_EQ(rowDataSet.GetSize(), 0);
284 EXPECT_EQ(rowDataSet.GetSize(), 0);
288 EXPECT_EQ(rowDataSet.GetSize(), 0);
329 EXPECT_EQ(rowDataSet.GetSize(), 1);
334 EXPECT_EQ(rowDataSet.GetSize(), 0);
[all …]
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_tpdu_encode.cpp60 if (buffer.data_ == nullptr || (buffer.GetIndex() + position) > buffer.GetSize()) { in EncodeSubmitPdu()
82 if (buffer.data_ == nullptr || (buffer.GetIndex() + HEX_VALUE_01) > buffer.GetSize()) { in EncodeSubmitPduPartData()
86 uint16_t bufferLen = buffer.GetSize() - buffer.GetIndex() - HEX_VALUE_01; in EncodeSubmitPduPartData()
296 if (buffer.data_ == nullptr || (buffer.GetIndex() + length) > buffer.GetSize()) { in EncodeDeliverPartData()
326 uint16_t bufferLen = buffer.GetSize() - buffer.GetIndex() - HEX_VALUE_01; in EncodeDeliverData()
337 if (buffer.data_ == nullptr || (buffer.GetIndex() + length) > buffer.GetSize()) { in EncodeDeliverData()
416 uint16_t bufferLen = buffer.GetSize() - buffer.GetIndex() - HEX_VALUE_01; in EncodeDeliverReportPartData()
502 if (buffer.data_ == nullptr || (buffer.GetIndex() + length) > buffer.GetSize()) { in EncodeStatusReportPartData()
517 if (buffer.data_ == nullptr || (buffer.GetIndex() + length) > buffer.GetSize()) { in EncodeStatusReportPartData()
531 if (buffer.data_ == nullptr || (buffer.GetIndex() + length) > buffer.GetSize()) { in EncodeStatusReportPartData()
[all …]
H A Dgsm_user_data_decode.cpp80 if (buffer.GetIndex() + udl >= buffer.GetSize()) { in DecodeGsmHeadPdu()
81 len = buffer.GetSize() - buffer.GetIndex(); in DecodeGsmHeadPdu()
124 if (buffer.GetIndex() >= buffer.GetSize()) { in DecodeGsmHeadPduPartData()
191 … (buffer.data_ == nullptr || (buffer.GetIndex() + pTPUD->udl + WAP_PUSH_UDHL > buffer.GetSize())) { in Decode8bitPdu()
239 if (udl > sizeof(pTPUD->ud) || buffer.GetIndex() >= buffer.GetSize()) { in Decode8bitPduPartData()
243 uint8_t remain = buffer.GetSize() - buffer.GetIndex(); in Decode8bitPduPartData()
272 if (udl > UCS2_USER_DATA_LEN || (udl + buffer.GetIndex() - 1) > buffer.GetSize()) { in DecodeUcs2Pdu()
285 if (udl > sizeof(pTPUD->ud) || (buffer.GetIndex() + udl) > buffer.GetSize()) { in DecodeUcs2Pdu()
335 if (buffer.GetIndex() >= buffer.GetSize()) { in DecodeUcs2PduPartData()
339 uint8_t remain = buffer.GetSize() - buffer.GetIndex(); in DecodeUcs2PduPartData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dframe_retainer.cpp33 work.frameId, work.remainTime, work.buffer->GetSize()); in LogRetainInfo()
89 if (work.buffer->GetSize() > MAX_RETAIN_FRAME_SIZE) { in RetainFrame()
90 …LOGE("[Retainer][Retain] Frame size=%u over limit=%u.", work.buffer->GetSize(), MAX_RETAIN_FRAME_S… in RetainFrame()
109 totalSizeByByte_ -= iter->second.buffer->GetSize(); in RetainFrame()
117 totalSizeByByte_ += inFrame.buffer->GetSize(); in RetainFrame()
145 totalSizeByByte_ -= work.buffer->GetSize(); in FetchFramesForSpecificCommunicator()
163 totalSizeByByte_ -= eachFrame.second.buffer->GetSize(); in DecreaseRemainTimeAndDiscard()
216 totalSizeByByte_ -= workRef.buffer->GetSize(); in DiscardObsoleteFramesIfNeed()
/ohos5.0/foundation/graphic/surface_lite/test/unittest/
H A Dgraphic_surface_test.cpp74 EXPECT_EQ(0, buffer->GetSize());
210 EXPECT_EQ(0, surface->GetSize());
285 EXPECT_EQ(0, surface->GetSize());
328 EXPECT_EQ(0, surface->GetSize());
380 EXPECT_EQ(0, surface->GetSize());
388 EXPECT_EQ(0, surface->GetSize());
392 EXPECT_EQ(0, surface->GetSize());
427 EXPECT_EQ(0, surface->GetSize());
471 EXPECT_EQ(0, surface->GetSize());
523 EXPECT_EQ(0, surface->GetSize());
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_result_set_impl.cpp30 return !isClosed_ && cacheDataSet_.empty() && index >= 0 && index < dataSet_.GetSize(); in IsValid()
37 return dataSet_.GetSize(); in GetCount()
55 return MoveToPosition(dataSet_.GetSize() - 1); in MoveToLast()
83 } else if (index >= dataSet_.GetSize()) { in MoveToPosition()
84 index_ = dataSet_.GetSize(); in MoveToPosition()
98 return IsValid(index_) && index_ == dataSet_.GetSize() - 1; in IsLast()
104 return dataSet_.GetSize() == 0 || index_ <= -1; in IsBeforeFirst()
110 return dataSet_.GetSize() == 0 || index_ >= dataSet_.GetSize(); in IsAfterLast()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.cpp267 positionMain -= GetSize(gridCells_.at(main).at(0)); in SetChildPosition()
271 positionMain += GetSize(gridCells_.at(i).at(0)); in SetChildPosition()
277 positionCross += GetSize(gridCells_.at(main).at(i), false); in SetChildPosition()
285 mainLen += GetSize(gridCells_.at(main + i).at(0)); in SetChildPosition()
290 crossLen += GetSize(gridCells_.at(main).at(cross + i), false); in SetChildPosition()
346 double RenderGridScroll::GetSize(const Size& src, bool isMain) const in GetSize() function in OHOS::Ace::V2::RenderGridScroll
573 if (GetSize(gridCells_.at(main).at(0)) < GetSize(gridCells_.at(main).at(cross))) { in LayoutChild()
611 auto maxMainSize = GetSize(GetLayoutParam().GetMaxSize()); in MakeInnerLayoutParam()
798 drawLength += GetSize(gridCells_.at(main).at(0)) + *mainGap_; in CalculateBlankOfEnd()
1064 positionMain += GetSize(gridCells_.at(i).at(0)); in RecordLocation()
[all …]
/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dhuks_aes_adapter.cpp174 …CHECK_CONDITION_RETURN_RET(((inBuffer == nullptr) || (inBuffer->GetSize() == 0)), HKS_ERROR_INVALI… in Encrypt()
203 struct HksBlob inData = { inBuffer->GetSize() * sizeof(uint8_t), inBuffer->GetData() }; in Encrypt()
204 …auto encryptData = std::make_unique<uint8_t[]>(inBuffer->GetSize() * sizeof(uint8_t) + NONCE_SIZE … in Encrypt()
207 …struct HksBlob outData = { inBuffer->GetSize() * sizeof(uint8_t) + AEAD_SIZE, encryptData.get() + … in Encrypt()
224 if ((inBuffer == nullptr) || (inBuffer->GetSize() <= (NONCE_SIZE + AEAD_SIZE))) { in Decrypt()
236 …struct HksBlob decryptAead = { AEAD_SIZE, inBuffer->GetData() + inBuffer->GetSize() * sizeof(uint8… in Decrypt()
252 …auto decryptData = std::make_unique<uint8_t[]>(inBuffer->GetSize() * sizeof(uint8_t) - NONCE_SIZE … in Decrypt()
255 struct HksBlob inData = { inBuffer->GetSize() * sizeof(uint8_t) - NONCE_SIZE - AEAD_SIZE, in Decrypt()
257 …struct HksBlob outData = { inBuffer->GetSize() * sizeof(uint8_t) - NONCE_SIZE - AEAD_SIZE, decrypt… in Decrypt()
383 …struct HksBlob outDataFinish = { tmpFinishBuff->GetSize() * sizeof(uint8_t), tmpFinishBuff->GetDat… in UpdateAndFinish()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/avdemuxer/
H A Davdemuxer_impl.cpp119 …CHECK_AND_RETURN_RET_LOG(sample->GetSize() > 0, AVCS_ERR_INVALID_VAL, "Sample size must be greater… in ReadSample()
122 sample->GetBase(), sample->GetSize(), sample->GetSize()); in ReadSample()
128 info.size = buffer->memory_->GetSize(); in ReadSample()
141 sample->GetBase(), sample->GetSize(), sample->GetSize()); in ReadSample()
147 info.size = buffer->memory_->GetSize(); in ReadSample()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/accessor/src/
H A Dbuffer_metadata_stream.cpp249 if (src.GetSize() == 0) { in CopyFrom()
253 if (src.GetSize() > static_cast<ssize_t>(capacity_)) { in CopyFrom()
257 src.GetSize(), capacity_); in CopyFrom()
268 …ssize_t estimatedSize = ((src.GetSize() + METADATA_STREAM_PAGE_SIZE - 1) / METADATA_STREAM_PAGE_SI… in CopyFrom()
291 ssize_t buffer_size = std::min((ssize_t)METADATA_STREAM_PAGE_SIZE, src.GetSize()); in ReadAndWriteData()
326 ssize_t BufferMetadataStream::GetSize() in GetSize() function in OHOS::Media::BufferMetadataStream
/ohos5.0/base/security/code_signature/utils/src/
H A Dsigner_info.cpp103 if (!unsignedData_->CopyFrom(contentData.GetBuffer(), contentData.GetSize())) { in AddAttrsToSignerInfo()
128 if (!PKCS7_add1_attrib_digest(p7info_, digest.GetBuffer(), digest.GetSize())) { in AddAttrsToSignerInfo()
154 len = unsignedData_->GetSize(); in GetDataToSign()
164 uint32_t signatureSize = signature.GetSize(); in AddSignatureInSignerInfo()
191 if (!EVP_DigestUpdate(mCtx, data.GetBuffer(), data.GetSize())) { in ComputeDigest()
246 BIO *bio = BIO_new_mem_buf(sigbuffer.GetBuffer(), sigbuffer.GetSize()); in ParseOwnerIdFromSignature()
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_stub.cpp85 if (!reply.WriteUint32(cert.GetSize())) { in InitLocalCertificateInner()
88 if (!reply.WriteBuffer(cert.GetBuffer(), cert.GetSize())) { in InitLocalCertificateInner()
115 if (!reply.WriteUint32(signature.GetSize())) { in SignLocalCodeInner()
118 if (!reply.WriteBuffer(signature.GetBuffer(), signature.GetSize())) { in SignLocalCodeInner()
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/http/
H A Dhttp_media_downloader.cpp92 while (buffer_->GetSize() == 0) { in Read()
104 (buffer_->GetSize() < wantReadLength)) { in Read()
108 …return buffer_->GetSize() >= wantReadLength || downloadRequest_->IsEos() || downloadRequest_->IsCl… in Read()
120 …MEDIA_LOG_I("Seek: buffer size " PUBLIC_LOG_ZU ", offset " PUBLIC_LOG_D32, buffer_->GetSize(), off… in Seek()
170 size_t bufferSize = buffer_->GetSize(); in SaveData()

12345678910>>...42