Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpa_adapter_manager.cpp659 uint32_t tlength = 4; // 4 is tlength of playback in ConnectRendererStreamToPA() local
667 …Create ipc playback stream tlength: %{public}u, maxlength: %{public}u prebuf: %{public}u", tlength, in ConnectRendererStreamToPA()
673 …bufferAttr.tlength = pa_usec_to_bytes(BUF_LENGTH_IN_MSEC * PA_USEC_PER_MSEC * tlength, &sampleSpec… in ConnectRendererStreamToPA()
H A Dpa_renderer_stream_impl.cpp1199 uint32_t tlength = 4; // 4 is tlength of dup playback in UpdateMaxLength() local
1202 …O_LOG("dup playback stream tlength: %{public}u, maxlength: %{public}u prebuf: %{public}u", tlength, in UpdateMaxLength()
1211 …bufferAttr.tlength = pa_usec_to_bytes(20 * PA_USEC_PER_MSEC * tlength, sampleSpec); // 20 buf len … in UpdateMaxLength()