Home
last modified time | relevance | path

Searched refs:datasize (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dformat_agent_plugin_test.cpp103 uint32_t datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
105 bool ret = formatAgent.CheckFormat(headerData, datasize); in HWTEST_F()
119 uint32_t datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
132 bool ret = formatAgent.CheckFormat(pixelMap->GetPixels(), datasize); in HWTEST_F()
146 uint32_t datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
147 bool ret = formatAgent.CheckFormat(nullptr, datasize); in HWTEST_F()
161 uint32_t datasize = formatAgent.GetHeaderSize() - 10; in HWTEST_F() local
174 bool ret = formatAgent.CheckFormat(pixelMap->GetPixels(), datasize); in HWTEST_F()
216 uint32_t datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
218 bool ret = formatAgent.CheckFormat(headerData, datasize); in HWTEST_F()
232 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
275 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
291 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
318 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
333 uint32_t datasize = formatAgent.GetHeaderSize() - 10; HWTEST_F() local
388 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
404 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
431 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
446 uint32_t datasize = formatAgent.GetHeaderSize() - 10; HWTEST_F() local
501 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
545 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
561 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
604 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
620 uint32_t datasize = formatAgent.GetHeaderSize(); HWTEST_F() local
647 uint32_t datasize = 0; HWTEST_F() local
[all...]
H A Dformat_agent_plugin_svg_test.cpp69 auto datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
71 auto ret = formatAgent.CheckFormat(headerData, datasize); in HWTEST_F()
85 auto datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
98 auto ret = formatAgent.CheckFormat(pixelMap->GetPixels(), datasize); in HWTEST_F()
112 auto datasize = formatAgent.GetHeaderSize(); in HWTEST_F() local
113 auto ret = formatAgent.CheckFormat(nullptr, datasize); in HWTEST_F()
127 auto datasize = formatAgent.GetHeaderSize() - 10; in HWTEST_F() local
140 auto ret = formatAgent.CheckFormat(pixelMap->GetPixels(), datasize); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/databuffer/src/
H A Ddata_buffer.cpp121 int32_t DataBuffer::GetData(int32_t offset, int32_t datasize, uint8_t* &output) in GetData() argument
123 if (static_cast<unsigned long>(offset + datasize) > capacity_ || output == nullptr) { in GetData()
127 int32_t ret = memcpy_s(output, datasize, data_ + offset, datasize); in GetData()
/foundation/distributedhardware/distributed_screen/services/common/databuffer/include/
H A Ddata_buffer.h50 int32_t GetData(int32_t offset, int32_t datasize, uint8_t* &output);
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet_tools.cpp978 const size_t datasize = data.size(); in Dump() local
979 for (size_t loc = 0, cur = offset; ((loc < sum) && (cur < datasize)); loc++, cur++) { in Dump()

Completed in 4 milliseconds