Home
last modified time | relevance | path

Searched defs:dataSize (Results 1 – 25 of 45) sorted by relevance

12

/foundation/multimedia/image_standard/plugins/common/libs/image/formatagentplugin/src/
Dwbmp_format_agent.cpp32 …ol WbmpFormatAgent::read_byte(uint8_t *stream, uint8_t &value, uint32_t &offset, uint32_t dataSize) in read_byte()
43 …ol WbmpFormatAgent::read_mbf(uint8_t *stream, uint64_t &value, uint32_t &offset, uint32_t dataSize) in read_mbf()
61 bool WbmpFormatAgent::read_header(const void *stream, uint32_t dataSize) in read_header()
102 bool WbmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Draw_format_agent.cpp51 bool RawFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dpng_format_agent.cpp37 bool PngFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Djpeg_format_agent.cpp37 bool JpegFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dgif_format_agent.cpp39 bool GifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dbmp_format_agent.cpp38 bool BmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dwebp_format_agent.cpp44 bool WebpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dheif_format_agent.cpp47 bool HeifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
/foundation/ace/ace_engine/frameworks/base/resource/
Dshared_image_manager.cpp28 …oid()> SharedImageManager::GenerateClearImageDataCallback(const std::string& name, size_t dataSize) in GenerateClearImageDataCallback()
48 void SharedImageManager::PostDelayedTaskToClearImageData(const std::string& name, size_t dataSize) in PostDelayedTaskToClearImageData()
62 size_t dataSize = 0; in AddSharedImage() local
/foundation/communication/ipc/ipc/test/auxiliary/native/include/
Dtest_service_client.h26 int dataSize; member
/foundation/ai/engine/services/common/utils/encdec/include/
Ddata_decoder.h71 size_t dataSize = 0; in CheckDataEnd() local
/foundation/communication/bluetooth/services/bluetooth_standard/external/dummy/include/stub/
Da2dp_data_service.h81 char *getPCMStream(uint32_t &dataSize, bool &result) in getPCMStream()
85 void setPCMStream(char *dataStream, uint32_t dataSize) in setPCMStream()
/foundation/multimedia/image_standard/plugins/manager/include/image/
Dinput_data_stream.h38 uint32_t dataSize = 0; member
/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
Dlnn_hdf_driver_request.c30 uint32_t dataSize; in ParseReply() local
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/gavdp/a2dp_codec/aaccodecctrl_l2/include/
Da2dp_encoder_aac.h37 bool SetPcmData(const uint8_t *data, uint16_t dataSize) override in SetPcmData()
/foundation/appexecfwk/standard/libs/test/moduletest/common/event_handler/
Devent_handler_press_module_test.cpp38 std::string CreateData(size_t dataSize) in CreateData()
100 size_t dataSize = 10; in OnWritable() local
/foundation/graphic/utils/interfaces/kits/gfx_utils/
Dimage_info.h63 uint32_t dataSize; member
/foundation/distributeddatamgr/distributeddatamgr/services/distributeddataservice/libs/distributeddb/test/unittest/common/syncer/
Ddistributeddb_single_ver_p2p_query_sync_test.cpp223 const int dataSize = 10; variable
285 const int dataSize = 10; variable
345 const int dataSize = 10; variable
416 const int dataSize = 10; variable
1446 const int dataSize = 4000; variable
1543 const int dataSize = 10; variable
1607 const int dataSize = 10; variable
/foundation/graphic/ui/frameworks/common/
Dimage.cpp274 uint32_t dataSize = height * width * pixelByteSize; in SetPNGSrc() local
362 uint32_t dataSize = width * height * pixelByteSize; in SetJPEGSrc() local
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/src/
Dcommon_event_info.cpp54 int32_t dataSize; in ReadFromParcel() local
/foundation/distributedhardware/distributedscreen/services/screentransport/screensourceprocessor/encoder/src/
Dimage_source_encoder.cpp232 size_t dataSize = static_cast<size_t>(info.size); in OnOutputBufferAvailable() local
/foundation/ace/ace_engine/frameworks/core/image/
Dimage_cache.cpp134 auto dataSize = imageData->GetSize(); in CacheImageData() local
161 bool ImageCache::processImageDataCacheInner(size_t dataSize) in processImageDataCacheInner()
/foundation/multimodalinput/input/frameworks/util/socket/src/
Duds_socket.cpp109 int32_t dataSize = unreadSize - headSize; in OnReadPackets() local
/foundation/multimodalinput/input/frameworks/util/common/include/
Dutil_ex.h57 …void DumpData(const char* dataPtr, const size_t dataSize, const char* fileName, const int32_t line… in DumpData()
/foundation/graphic/ui/test/uitest/test_image_animator/
Dui_test_image_animator.cpp91 uint32_t dataSize = width * height * pixelByteSize; in InitImageInfo() local

12