/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/ |
H A D | format_agent_plugin_test.cpp | 105 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 D | format_agent_plugin_src_test.cpp | 53 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 D | format_agent_plugin_svg_test.cpp | 71 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 D | io_collector_test.cpp | 51 bool CheckFormat(const std::string &fileName, const std::regex ®1, const std::regex ®2) 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 D | memory_collector_test.cpp | 82 bool CheckFormat(const std::string &fileName, const std::regex ®1, const std::regex ®2, 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 D | image_receiver_impl.cpp | 37 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 D | audio_ffmpeg_flac_decoder_plugin.cpp | 60 int32_t AudioFFMpegFlacDecoderPlugin::CheckFormat(const Format &format) in CheckFormat() function in OHOS::MediaAVCodec::AudioFFMpegFlacDecoderPlugin 85 ret = CheckFormat(format); in Init()
|
H A D | audio_ffmpeg_aac_decoder_plugin.cpp | 123 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 D | ffmpeg_aac_decoder_plugin.cpp | 82 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 D | ffmpeg_flac_decoder_plugin.cpp | 63 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 D | bmp_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | gif_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | jpeg_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | png_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | raw_format_agent.h | 31 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | svg_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | webp_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
H A D | wbmp_format_agent.h | 30 bool CheckFormat(const void *headerData, uint32_t dataSize) override;
|
/ohos5.0/foundation/multimedia/image_framework/plugins/manager/include/image/ |
H A D | abs_image_format_agent.h | 36 virtual bool CheckFormat(const void *headerData, uint32_t dataSize) = 0;
|
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/formatagentplugin/src/ |
H A D | raw_format_agent.cpp | 59 bool RawFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::RawFormatAgent
|
H A D | bmp_format_agent.cpp | 47 bool BmpFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::BmpFormatAgent
|
H A D | jpeg_format_agent.cpp | 46 bool JpegFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::JpegFormatAgent
|
H A D | png_format_agent.cpp | 46 bool PngFormatAgent::CheckFormat(const void *headerData, uint32_t dataSize) in CheckFormat() function in OHOS::ImagePlugin::PngFormatAgent
|
H A D | gif_format_agent.cpp | 48 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 D | audio_g711mu_encoder_plugin.cpp | 79 int32_t AudioG711muEncoderPlugin::CheckFormat(const Format &format) in CheckFormat() function in OHOS::MediaAVCodec::AudioG711muEncoderPlugin 106 int32_t ret = CheckFormat(format); in Init()
|