Home
last modified time | relevance | path

Searched refs:CheckFormat (Results 1 – 25 of 64) sorted by relevance

123

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dformat_agent_plugin_test.cpp105 bool ret = formatAgent.CheckFormat(headerData, datasize);
147 bool ret = formatAgent.CheckFormat(nullptr, datasize);
233 bool ret = formatAgent.CheckFormat(nullptr, datasize);
319 bool ret = formatAgent.CheckFormat(nullptr, datasize);
432 bool ret = formatAgent.CheckFormat(nullptr, datasize);
726 ret = formatAgent.CheckFormat(headerData, dataSize);
730 ret = formatAgent.CheckFormat(headerData, dataSize);
735 ret = formatAgent.CheckFormat(headerData, dataSize);
758 ret = formatAgent.CheckFormat(headerData, dataSize);
762 ret = formatAgent.CheckFormat(headerData, dataSize);
[all …]
H A Dformat_agent_plugin_src_test.cpp53 bool res = heifFormatAgent.CheckFormat(headerData, dataSize);
71 bool res = heifFormatAgent.CheckFormat(head, dataSize);
87 bool res = heifFormatAgent.CheckFormat(headerData, dataSize);
146 bool res = heifFormatAgent.CheckFormat(headerData, dataSize);
149 res = heifFormatAgent.CheckFormat(headerData, dataSize);
207 bool res = heifFormatAgent.CheckFormat(headerData, dataSize);
208 res = heifFormatAgent.CheckFormat(headerData, dataSize);
H A Dformat_agent_plugin_svg_test.cpp71 auto ret = formatAgent.CheckFormat(headerData, datasize);
98 auto ret = formatAgent.CheckFormat(pixelMap->GetPixels(), datasize);
113 auto ret = formatAgent.CheckFormat(nullptr, datasize);
140 auto ret = formatAgent.CheckFormat(pixelMap->GetPixels(), datasize);
158 auto ret = formatAgent.CheckFormat(headerData, dataSize);
/ohos5.0/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dio_collector_test.cpp51 bool CheckFormat(const std::string &fileName, const std::regex &reg1, const std::regex &reg2) in CheckFormat() function
131 bool flag = CheckFormat(result.data, DISK_STATS1, DISK_STATS2);
138 flag = CheckFormat(nextResult.data, DISK_STATS1, DISK_STATS2);
160 bool flag = CheckFormat(nextResult.data, DISK_STATS1, DISK_STATS2);
188 bool flag = CheckFormat(result.data, EMMC_INFO1, EMMC_INFO2);
216 bool flag = CheckFormat(result.data, ALL_PROC_IO_STATS1, ALL_PROC_IO_STATS2);
231 bool flag = CheckFormat(result.data, ALL_PROC_IO_STATS1, ALL_PROC_IO_STATS2);
238 flag = CheckFormat(nextResult.data, ALL_PROC_IO_STATS1, ALL_PROC_IO_STATS2);
266 bool flag = CheckFormat(result.data, SYS_IO_STATS1, SYS_IO_STATS2);
H A Dmemory_collector_test.cpp82 bool CheckFormat(const std::string &fileName, const std::regex &reg1, const std::regex &reg2, int c… in CheckFormat() function
150 …bool flag = CheckFormat(data.data, RAW_MEM_INFO1, RAW_MEM_INFO2, 0); // 0: don't skip the first…
178 … bool flag = CheckFormat(data.data, ALL_PROC_MEM1, ALL_PROC_MEM2, 1); // 1: skip the first line
193 …bool flag = CheckFormat(data.data, RAW_SLAB_INFO1, RAW_SLAB_INFO2, 0); // 0: don't skip the fir…
208 …bool flag = CheckFormat(data.data, RAW_PAGE_TYPE_INFO1, RAW_PAGE_TYPE_INFO2, 4); // 4: skip the…
223 bool flag = CheckFormat(data.data, RAW_DMA1, RAW_DMA2, 2); // 2: skip the first two lines
325 …bool flag = CheckFormat(data.data, RAW_MEM_VIEW_INFO1, RAW_MEM_VIEW_INFO2, 0); // 0: don't skip th…
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dimage_receiver_impl.cpp37 static bool CheckFormat(int32_t format) in CheckFormat() function
50 if (!CheckFormat(format)) { in CreateImageReceiver()
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_flac_decoder_plugin.cpp60 int32_t AudioFFMpegFlacDecoderPlugin::CheckFormat(const Format &format) in CheckFormat() function in OHOS::MediaAVCodec::AudioFFMpegFlacDecoderPlugin
85 ret = CheckFormat(format); in Init()
H A Daudio_ffmpeg_aac_decoder_plugin.cpp123 bool AudioFFMpegAacDecoderPlugin::CheckFormat(const Format &format) in CheckFormat() function in OHOS::MediaAVCodec::AudioFFMpegAacDecoderPlugin
133 if (!CheckFormat(format)) { in Init()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/aac/
H A Dffmpeg_aac_decoder_plugin.cpp82 if (!CheckFormat(parameter)) { in SetParameter()
163 bool FFmpegAACDecoderPlugin::CheckFormat(const std::shared_ptr<Meta> &format) in CheckFormat() function in OHOS::Media::Plugins::Ffmpeg::FFmpegAACDecoderPlugin
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/flac/
H A Dffmpeg_flac_decoder_plugin.cpp63 Status FFmpegFlacDecoderPlugin::CheckFormat(const std::shared_ptr<Meta> &format) in CheckFormat() function in OHOS::Media::Plugins::Ffmpeg::FFmpegFlacDecoderPlugin
116 Status checkresult = CheckFormat(parameter); in SetParameter()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/include/
H A Dbmp_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Dgif_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Djpeg_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Dpng_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Draw_format_agent.h31 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Dsvg_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Dwebp_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
H A Dwbmp_format_agent.h30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_format_agent.h36 virtual bool CheckFormat(const void *headerData, uint32_t dataSize) = 0;
/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() function in OHOS::ImagePlugin::RawFormatAgent
H A Dbmp_format_agent.cpp47 bool BmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::BmpFormatAgent
H A Djpeg_format_agent.cpp46 bool JpegFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::JpegFormatAgent
H A Dpng_format_agent.cpp46 bool PngFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::PngFormatAgent
H A Dgif_format_agent.cpp48 bool GifFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::GifFormatAgent
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/audio/encoder/
H A Daudio_g711mu_encoder_plugin.cpp79 int32_t AudioG711muEncoderPlugin::CheckFormat(const Format &format) in CheckFormat() function in OHOS::MediaAVCodec::AudioG711muEncoderPlugin
106 int32_t ret = CheckFormat(format); in Init()

123