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

  /external/blktrace/btt/
bno_plot.py 88 for bno in bnos: print bno,
  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderconfig.cpp 26 pVars->bno
229 pVars->bno++;
s_tdec_int_file.h 141 * bno - block number
146 UInt32 bno; member in struct:__anon9272
pvmp4audiodecoderframe.cpp 581 else if (pVars->bno == 0)
604 else if ((pVars->bno == 1) && (pVars->prog_config.file_is_adts == FALSE))
624 pVars->bno++;
739 if (pVars->bno <= 1)
776 * After parsing the first frame ( bno=0 (adif), bno=1 (raw))
782 if (pVars->bno <= 1)
806 pVars->bno++;
    [all...]
pvmp4setaudioconfig.cpp 346 pVars->bno++;
pvmp4audiodecoderresetbuffer.cpp 25 Description: (1) add more comments (2) set pVars->bno = 1
56 pMem->bno = 1
71 the audio. The frame number counter, pVars->bno, is set to 1 because the
72 audioSpecificInfo is decoded on pVars->bno==0
349 pVars->bno = 1;
  /external/grub/stage2/
fs.h 389 #define cbtocylno(fs, bno) \
390 ((bno) * NSPF(fs) / (fs)->fs_spc)
391 #define cbtorpos(fs, bno) \
392 (((bno) * NSPF(fs) % (fs)->fs_spc / (fs)->fs_nsect * (fs)->fs_trackskew + \
393 (bno) * NSPF(fs) % (fs)->fs_spc % (fs)->fs_nsect * (fs)->fs_interleave) % \
  /external/blktrace/btt/doc/
btt.tex     [all...]

Completed in 55 milliseconds