Home
last modified time | relevance | path

Searched refs:DumpBufferToFile (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/foundation/utils/
H A Ddump_buffer.h44 #define DUMP_BUFFER2FILE(fileName, buffer) OHOS::Media::Pipeline::DumpBufferToFile(fileName, buffer)
61 void DumpBufferToFile(const std::string& fileName, const std::shared_ptr<Plugin::Buffer>& buffer);
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_utils_tools_test.cpp193 DumpBufferToFile(fileName, buf, size); in HWTEST_F()
198 DumpBufferToFile(fileName, str, size); in HWTEST_F()
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Ddump_buffer.h44 #define DUMP_BUFFER2FILE(fileName, buffer) OHOS::Media::Pipeline::DumpBufferToFile(fileName, buffer)
/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_utils_tools.h40 void DumpBufferToFile(std::string fileName, uint8_t *buffer, size_t bufSize);
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/
H A Ddcamera_photo_surface_listener.cpp73 DumpBufferToFile(fileName, dataBuffer->Data(), dataBuffer->Size()); in OnBufferAvailable()
/foundation/multimedia/media_foundation/engine/foundation/utils/
H A Ddump_buffer.cpp49 void DumpBufferToFile(const std::string& fileName, const std::shared_ptr<Plugin::Buffer>& buffer) in DumpBufferToFile() function
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_utils.h54 void DumpBufferToFile(std::string fileName, uint8_t *buffer, int32_t bufSize);
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_stream_data_process_producer.cpp182 DumpBufferToFile(fileName, buffer->Data(), buffer->Size()); in LooperSnapShot()
278 DumpBufferToFile(DUMP_PATH + TO_DISPLAY, buffer->Data(), buffer->Size()); in OnSmoothFinished()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp167 DumpBufferToFile(DUMP_PATH + AFTER_ENCODE, videoResult->Data(), videoResult->Size()); in OnProcessedVideoBuffer()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp401 DumpBufferToFile(DUMP_PATH + BEFORE_DECODE, buffer, bufSize); in BeforeDecodeDump()
582 DumpBufferToFile(DUMP_PATH + fileName, bufferOutput->Data(), bufferOutput->Size()); in CopyDecodedImage()
H A Ddecode_data_process_common.cpp448 DumpBufferToFile(DUMP_PATH + BEFORE_DECODE, buffer, bufSize); in BeforeDecodeDump()
618 DumpBufferToFile(DUMP_PATH + fileName, bufferOutput->Data(), bufferOutput->Size()); in CopyDecodedImage()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_input/daudio_input_test/
H A Ddaudio_input_test.cpp386 DumpBufferToFile(fileName, buffer, bufSize); in HWTEST_F()
389 DumpBufferToFile(fileName, buffer, bufSize); in HWTEST_F()
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.h170 void DumpBufferToFile(uint32_t trackId, std::shared_ptr<AVBuffer> buffer);
H A Dmedia_demuxer.cpp1688 void MediaDemuxer::DumpBufferToFile(uint32_t trackId, std::shared_ptr<AVBuffer> buffer) in DumpBufferToFile() function in OHOS::Media::MediaDemuxer
2040 DumpBufferToFile(trackId, sample); in IsBufferDroppable()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp198 void DumpBufferToFile(const std::string fileName, uint8_t *buffer, size_t bufSize) in DumpBufferToFile() function
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/src/
H A Dav_trans_utils.cpp235 void DumpBufferToFile(const std::string fileName, uint8_t *buffer, int32_t bufSize) in DumpBufferToFile() function
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/dsoftbus_output/
H A Ddsoftbus_output_plugin.cpp264 DumpBufferToFile(SCREEN_FILE_NAME_AFTERCODING, in PushData()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_input/dsoftbus_input/
H A Ddsoftbus_input_plugin.cpp333 DumpBufferToFile(SCREEN_FILE_NAME_BEFOREENCODING, in DataEnqueue()
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/
H A Dmedia_demuxer_unit_test.cpp609 demuxer->DumpBufferToFile(aTrackId, demuxer->bufferMap_[aTrackId]); in HWTEST_F()
610 demuxer->DumpBufferToFile(invalidTrackId, demuxer->bufferMap_[aTrackId]); in HWTEST_F()
611 demuxer->DumpBufferToFile(vTrackId, demuxer->bufferMap_[vTrackId]); in HWTEST_F()
612 demuxer->DumpBufferToFile(invalidTrackId, demuxer->bufferMap_[vTrackId]); in HWTEST_F()

Completed in 18 milliseconds