HomeSort by relevance Sort by last modified time
    Searched full:nbit (Results 1 - 10 of 10) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
BitstreamReader.java 37 int nBit;
54 if (nBit == 8) {
60 int res = (curByte >> (7 - nBit)) & 1;
61 nBit++;
91 nBit = 0;
100 if (nBit > 0) {
117 if (nBit == 8) {
120 int tail = 1 << (8 - nBit - 1);
128 return (bitsRead * 8 + (nBit % 8));
137 return readNBit(8 - nBit);
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 371 IN UINT16 nbit,
384 nbit - Number of bits needed to represent nn
399 Number = (UINT16) GetBits (Sd, nbit);
402 CharC = (UINT16) GetBits (Sd, nbit);
eficompress.c 153 IN INT32 nbit,
995 IN INT32 nbit,
1007 nbit - the number of bits needed to represent 'n'
1019 PutBits(nbit, n);
  /packages/apps/PackageInstaller/res/values-hr/
strings.xml 59 <string name="dlg_app_replacement_statement" msgid="2992911899989907492">"Aplikacija koju instalirate zamijenit ?e drugu aplikaciju.\n\nBit ?e spremljeni svi va?i prethodni korisni?ki podaci."</string>
60 <string name="dlg_sys_app_replacement_statement" msgid="1900046590819605929">"To je aplikacija sustava.\n\nBit ?e spremljeni svi va?i prethodni korisni?ki podaci."</string>
  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 121 {XA_VIDEOPROFILE_MPEG4_NBIT, "nbit"},
  /external/e2fsprogs/e2fsck/
crc32.c 513 printf("\nBit reversal fail: 0x%08x -> 0x%08x -> 0x%08x\n",
  /frameworks/native/include/media/openmax/
OMX_AsString.h     [all...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_trees.c 530 Trace((stderr,"\nbit length overflow\n"));
    [all...]
  /external/zlib/src/
trees.c 530 Trace((stderr,"\nbit length overflow\n"));
    [all...]
  /external/toybox/generated/
help.h 25 #define help_toybox_suid "Support for the Set User ID bit, to install toybox suid root and drop\npermissions for commands which do not require root access. To use\nthis change ownership of the file to the root user and set the suid\nbit in the file permissions:\n\nchown root:root toybox; chmod +s toybox\n\nprompt \"Security Blanket\"\ndefault TOYBOX_LSM_NONE\nhelp\nSelect a Linux Security Module to complicate your system\nuntil you can't find holes in it.\n\n"
    [all...]

Completed in 733 milliseconds