Home
last modified time | relevance | path

Searched refs:HDF_RENDER_FILENAME (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/include/
H A Daudio_render_interface_impl.h105 const std::string HDF_RENDER_FILENAME = "/data/data/daudio/hdf_render_to_sa.pcm"; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp114 SaveFile(HDF_RENDER_FILENAME, reinterpret_cast<uint8_t*>(data.data.data()), frame.size()); in RenderFrame()