HomeSort by relevance Sort by last modified time
    Searched refs:bufferedBlocks (Results 1 - 2 of 2) sorted by null

  /system/bt/embdrv/sbc/decoder/srce/
decoder-sbc.c 122 if (context->bufferedBlocks == 0) {
136 context->bufferedBlocks = context->common.frameInfo.nrof_blocks;
142 if (decode_block_count > context->bufferedBlocks) {
143 decode_block_count = context->bufferedBlocks;
152 OI_UINT start_block = context->common.frameInfo.nrof_blocks - context->bufferedBlocks;
156 OI_ASSERT(context->bufferedBlocks >= decode_block_count);
157 context->bufferedBlocks -= decode_block_count;
175 if (context->bufferedBlocks > 0) {
194 if (context->bufferedBlocks == 0) {
359 context->bufferedBlocks = 0
    [all...]
  /system/bt/embdrv/sbc/decoder/include/
oi_codec_sbc.h 201 OI_UINT8 bufferedBlocks;

Completed in 41 milliseconds