Searched refs:numFrames (Results 1 – 2 of 2) sorted by relevance
96 uint32_t numFrames; in a2dp_vendor_opus_decoder_decode_packet() local115 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()
82 int32_t numFrames, in AAudioStream_read() argument119 int32_t numFrames, in AAudioStream_write() argument