Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dformat_agent_plugin_src_test.cpp51 const void *headerData = nullptr; variable
85 const void *headerData = nullptr; 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.cpp56 bool RawFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Djpeg_format_agent.cpp43 bool JpegFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dpng_format_agent.cpp43 bool PngFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dgif_format_agent.cpp45 bool GifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dbmp_format_agent.cpp44 bool BmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dsvg_format_agent.cpp46 bool SvgFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dwebp_format_agent.cpp50 bool WebpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dwbmp_format_agent.cpp108 bool WbmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
Dheif_format_agent.cpp52 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.cpp662 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(context); variable
Dmtp_native_test.cpp2061 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(context); variable