/foundation/multimedia/media_foundation/engine/include/foundation/utils/ |
H A D | dump_buffer.h | 44 #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 D | dcamera_utils_tools_test.cpp | 193 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 D | dump_buffer.h | 44 #define DUMP_BUFFER2FILE(fileName, buffer) OHOS::Media::Pipeline::DumpBufferToFile(fileName, buffer)
|
/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_utils_tools.h | 40 void DumpBufferToFile(std::string fileName, uint8_t *buffer, size_t bufSize);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/listener/ |
H A D | dcamera_photo_surface_listener.cpp | 73 DumpBufferToFile(fileName, dataBuffer->Data(), dataBuffer->Size()); in OnBufferAvailable()
|
/foundation/multimedia/media_foundation/engine/foundation/utils/ |
H A D | dump_buffer.cpp | 49 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 D | av_trans_utils.h | 54 void DumpBufferToFile(std::string fileName, uint8_t *buffer, int32_t bufSize);
|
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_stream_data_process_producer.cpp | 182 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 D | dcamera_sink_data_process.cpp | 167 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 D | decode_data_process.cpp | 401 DumpBufferToFile(DUMP_PATH + BEFORE_DECODE, buffer, bufSize); in BeforeDecodeDump() 582 DumpBufferToFile(DUMP_PATH + fileName, bufferOutput->Data(), bufferOutput->Size()); in CopyDecodedImage()
|
H A D | decode_data_process_common.cpp | 448 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 D | daudio_input_test.cpp | 386 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 D | media_demuxer.h | 170 void DumpBufferToFile(uint32_t trackId, std::shared_ptr<AVBuffer> buffer);
|
H A D | media_demuxer.cpp | 1688 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 D | dcamera_utils_tools.cpp | 198 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 D | av_trans_utils.cpp | 235 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 D | dsoftbus_output_plugin.cpp | 264 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 D | dsoftbus_input_plugin.cpp | 333 DumpBufferToFile(SCREEN_FILE_NAME_BEFOREENCODING, in DataEnqueue()
|
/foundation/multimedia/av_codec/test/unittest/media_demuxer_test/ |
H A D | media_demuxer_unit_test.cpp | 609 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()
|