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

  /bootable/recovery/
fuse_sideload.c 87 uint32_t curr_block; // cache the block most recently read from the host member in struct:fuse_data
239 // Fetch a block from the host into fd->curr_block and fd->block_data.
242 if (block == fd->curr_block) {
248 fd->curr_block = block;
264 fd->curr_block = block;
285 fd->curr_block = -1;
410 fd.curr_block = -1;
  /external/libopus/silk/
enc_API.c 157 opus_int transition, curr_block, tot_blocks; local
200 curr_block = 0;
446 if( tot_blocks == 2 && curr_block == 0 ) {
449 if( curr_block == 0 ) {
451 } else if( curr_block == 1 ) {
455 useCBR = encControl->useCBR && curr_block == tot_blocks - 1;
535 curr_block++;

Completed in 1373 milliseconds