Home
last modified time | relevance | path

Searched defs:headerData (Results 1 – 17 of 17) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
Dformat_agent_plugin_src_test.cpp51 const void *headerData = nullptr; variable
85 const void *headerData = nullptr; variable
148 void *headerData = malloc(4); variable
Dformat_agent_plugin_test.cpp104 void *headerData = nullptr; variable
217 void *headerData = nullptr; variable
276 void *headerData = nullptr; variable
389 void *headerData = nullptr; variable
502 void *headerData = nullptr; variable
546 void *headerData = nullptr; variable
605 void *headerData = nullptr; variable
Dformat_agent_plugin_svg_test.cpp70 void *headerData = nullptr; variable
/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
Draw_format_agent.cpp59 bool RawFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dpng_format_agent.cpp46 bool PngFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Djpeg_format_agent.cpp46 bool JpegFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dsvg_format_agent.cpp49 bool SvgFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dgif_format_agent.cpp48 bool GifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dbmp_format_agent.cpp47 bool BmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dwebp_format_agent.cpp54 bool WebpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dwbmp_format_agent.cpp112 bool WbmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dheif_format_agent.cpp55 bool HeifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
Dmtp_packet.cpp38 void MtpPacket::Init(std::shared_ptr<HeaderData> &headerData) in Init()
50 void MtpPacket::Init(std::shared_ptr<HeaderData> &headerData, std::shared_ptr<PayloadData> &payload… in Init()
Dmtp_operation.cpp88 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(mtpContextPtr_); in ReceiveRequestPacket() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
Dmtp_test.cpp661 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(context); variable
Dmtp_native_test.cpp2061 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(context); variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
Dimage_source_test.cpp65 bool CheckFormat(const void *headerData, uint32_t dataSize) override in CheckFormat()