Home
last modified time | relevance | path

Searched refs:CUR_FRAME_INIT_VALUE (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.h41 constexpr uint32_t CUR_FRAME_INIT_VALUE = 0; variable
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_render_interface_impl.cpp233 currentFrame_ = CUR_FRAME_INIT_VALUE; in Start()