Searched defs:DumpBufferToFile (Results 1 – 4 of 4) sorted by relevance
49 void DumpBufferToFile(const std::string& fileName, const std::shared_ptr<Plugin::Buffer>& buffer) in DumpBufferToFile() function
198 void DumpBufferToFile(const std::string fileName, uint8_t *buffer, size_t bufSize) in DumpBufferToFile() function
235 void DumpBufferToFile(const std::string fileName, uint8_t *buffer, int32_t bufSize) in DumpBufferToFile() function
1773 void MediaDemuxer::DumpBufferToFile(uint32_t trackId, std::shared_ptr<AVBuffer> buffer) in DumpBufferToFile() function in OHOS::Media::MediaDemuxer