Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/a2dp/
Da2dp_vendor_opus_decoder.cc96 uint32_t numFrames; in a2dp_vendor_opus_decoder_decode_packet() local
115 numFrames = opus_packet_get_nb_frames(pBuffer, bufferSize); in a2dp_vendor_opus_decoder_decode_packet()
124 log::error("numChannels {} numFrames {} offset {}", numChannels, numFrames, in a2dp_vendor_opus_decoder_decode_packet()
127 for (uint32_t frame = 0; frame < numFrames; ++frame) { in a2dp_vendor_opus_decoder_decode_packet()
/packages/modules/Bluetooth/system/test/mock/
Dmock_frameworks_libaudio.cc82 int32_t numFrames, in AAudioStream_read() argument
119 int32_t numFrames, in AAudioStream_write() argument