Searched refs:dstSpan (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/ |
H A D | html_convert_test.cpp | 178 auto dstSpan = toSpan.ToSpanString(out); variable 179 EXPECT_NE(dstSpan, nullptr); 180 auto items = dstSpan->GetSpanItems(); 202 auto dstSpan = toSpan.ToSpanString(out); variable 203 EXPECT_NE(dstSpan, nullptr); 204 auto items = dstSpan->GetSpanItems(); 229 auto dstSpan = toSpan.ToSpanString(out); variable 230 EXPECT_NE(dstSpan, nullptr); 232 auto dstHtml = convert.ToHtml(*dstSpan); 237 auto spans = dstSpan->GetSpans(0, 6); [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/ |
H A D | tester_common.cpp | 776 int TesterCommon::GetNextSample(const Span& dstSpan, size_t& sampleIdx, bool& isCsd) in GetNextSample() argument 783 if (sampleSize > dstSpan.capacity) { in GetNextSample() 784 TLOGE("sampleSize %u > dst capacity %zu", sampleSize, dstSpan.capacity); in GetNextSample() 792 ifs_.read(reinterpret_cast<char*>(dstSpan.va), sampleSize); in GetNextSample()
|
H A D | tester_common.h | 143 int GetNextSample(const Span &dstSpan, size_t &sampleIdx, bool &isCsd); // return filledLen
|