Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dformat_agent_plugin_src_test.cpp51 const void *headerData = nullptr; variable
85 const void *headerData = nullptr; variable
144 void *headerData = malloc(4); variable
205 void *headerData = &data; variable
H A 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
718 void *headerData = nullptr; variable
749 void *headerData = nullptr; variable
782 void *headerData = &data; variable
[all …]
H A Dformat_agent_plugin_svg_test.cpp70 void *headerData = nullptr; variable
155 void *headerData = &data; variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/
H A Draw_format_agent.cpp59 bool RawFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Djpeg_format_agent.cpp46 bool JpegFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dpng_format_agent.cpp46 bool PngFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dbmp_format_agent.cpp47 bool BmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dgif_format_agent.cpp48 bool GifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dsvg_format_agent.cpp51 bool SvgFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dheif_format_agent.cpp56 bool CheckFormatHead(const void *headerData, uint32_t dataSize) in CheckFormatHead()
70 bool HeifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dwebp_format_agent.cpp55 bool WebpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
H A Dwbmp_format_agent.cpp116 bool WbmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_packet.cpp40 void MtpPacket::Init(std::shared_ptr<HeaderData> &headerData) in Init()
54 void MtpPacket::Init(std::shared_ptr<HeaderData> &headerData, std::shared_ptr<PayloadData> &payload… in Init()
H A Dmtp_operation.cpp94 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(mtpContextPtr_); in ReceiveRequestPacket() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_file.cpp142 void RSFile::SetPreparedHeader(const std::vector<uint8_t>& headerData) in SetPreparedHeader()
147 void RSFile::GetPreparedHeader(std::vector<uint8_t>& headerData) in GetPreparedHeader()
/ohos5.0/base/request/request/frameworks/js/napi/src/upload/
H A Dcurl_adp.cpp108 for (auto &headerData : vec) { in SetHeadData() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/mtp_native_test/src/
H A Dmtp_test.cpp661 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(context); variable
H A Dmtp_native_test.cpp2061 shared_ptr<HeaderData> headerData = make_shared<HeaderData>(context); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_source_ai_sr_hdr_test.cpp70 bool CheckFormat(const void *headerData, uint32_t dataSize) override in CheckFormat()
H A Dimage_source_test.cpp72 bool CheckFormat(const void *headerData, uint32_t dataSize) override in CheckFormat()