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

  /external/opencore/codecs_v2/audio/aac/dec/src/
getics.cpp 222 nsect = CALL huffcb(
230 RETURNING(nsect)
232 IF (nsect == 0)
239 FOR (i = 0; i < nsect; i++)
274 nsect,
361 nsect,
442 Int nsect = 0; local
503 nsect =
512 if (nsect == 0)
516 }/* if (nsect) */
    [all...]
hufffac.cpp 66 nsect = number of sections to be decoded. type Int
163 FOR(sect_idx = nsect; sect_idx > 0; sect_idx--)
363 Int nsect,
390 if (nsect)
394 if (nsect == 1) /* long window */
416 for (sect_idx = nsect; sect_idx > 0; sect_idx--)
huffman.h 174 Int nsect,
183 Int nsect,
huffspec_fxp.cpp 99 nsect = number of sections in current Frame, at fs = 44.1 kHz,
301 Int nsect,
369 for (i = nsect; i > 0; i--)
555 } /* for (i=nsect) */
  /frameworks/base/media/libstagefright/codecs/aacdec/
getics.cpp 222 nsect = CALL huffcb(
230 RETURNING(nsect)
232 IF (nsect == 0)
239 FOR (i = 0; i < nsect; i++)
274 nsect,
361 nsect,
442 Int nsect = 0; local
503 nsect =
512 if (nsect == 0)
516 }/* if (nsect) */
    [all...]
hufffac.cpp 66 nsect = number of sections to be decoded. type Int
163 FOR(sect_idx = nsect; sect_idx > 0; sect_idx--)
363 Int nsect,
390 if (nsect)
394 if (nsect == 1) /* long window */
416 for (sect_idx = nsect; sect_idx > 0; sect_idx--)
huffman.h 174 Int nsect,
183 Int nsect,
huffspec_fxp.cpp 99 nsect = number of sections in current Frame, at fs = 44.1 kHz,
301 Int nsect,
369 for (i = nsect; i > 0; i--)
555 } /* for (i=nsect) */
  /bionic/libc/kernel/common/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /external/kernel-headers/original/linux/
ata.h 219 ATA_TFLAG_ISADDR = (1 << 1), /* enable r/w to nsect/lba regs */
264 u8 nsect; member in struct:ata_taskfile
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ata.h 231 u8 nsect; member in struct:ata_taskfile
  /external/e2fsprogs/misc/
mke2fs.c 585 static void zap_sector(ext2_filsys fs, int sect, int nsect)
591 buf = malloc(512*nsect);
594 sect, sect + nsect - 1);
613 memset(buf, 0, 512*nsect);
615 retval = io_channel_write_blk(fs->io, sect, -512*nsect, buf);
    [all...]

Completed in 277 milliseconds