HomeSort by relevance Sort by last modified time
    Searched full:padded (Results 51 - 75 of 206) sorted by null

1 23 4 5 6 7 8 9

  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 163 * this is included in the returned byte array and padded to a septet
175 * the encoded data, padded to septet boundary.
353 * Field may be padded with trailing 0xff's. The decode stops
417 * Field is padded with 0xff's, string is truncated if necessary
  /external/jpeg/
jccoefct.c 230 * in the virtual arrays, which have been padded appropriately.) This makes
419 /* padded to a multiple of samp_factor DCT blocks in each direction. */
transupp.c 58 * padded out to a full iMCU boundary. This is true, although for the
593 * Note that we allocate arrays padded out to the next iMCU boundary,
615 * Note that we allocate arrays padded out to the next iMCU boundary,
  /external/kernel-headers/original/linux/
msdos_fs.h 57 #define MSDOS_DOT ". " /* ".", padded to MSDOS_NAME chars */
58 #define MSDOS_DOTDOT ".. " /* "..", padded to MSDOS_NAME chars */
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h 55 Int padded; /* flag whether this frame has been padded */ member in struct:tagVOP
mp4enc_api.cpp     [all...]
fastcodemb.cpp 132 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
359 if (lx != width) input -= (ind_y << 9); /* non-padded offset */
  /external/opencore/oscl/oscl/osclbase/src/
oscl_stdstring.h 74 * of src, the destination string is padded with null characters
93 * of src, the destination string is padded with null characters
  /external/openssl/crypto/rsa/
rsa.h 332 * inside PKCS#1 padded RSA encryption */
339 * object inside PKCS#1 padded RSA encryption */
  /external/openssl/include/openssl/
rsa.h 332 * inside PKCS#1 padded RSA encryption */
339 * object inside PKCS#1 padded RSA encryption */
  /external/freetype/src/sfnt/
ttsbit.c 59 /* x and y offsets as well as byte padded lines. */
68 /* byte_padded :: A flag which is true if lines are byte-padded. */
195 loaded = 0; /* clear accumulator on byte-padded lines */
    [all...]
  /external/v8/src/
dateparser.h 148 // 'pre' contains a prefix of the word, zero-padded to size kPrefixLength
  /external/webkit/WebCore/wml/
WMLTableElement.cpp 211 // attribute, the row must be padded with empty columns effectively as if the user agent
  /external/webkit/autotools/
acinclude.m4 95 # 0001001200050617. In other words, each number is zero padded to four
  /packages/apps/Gallery3D/src/com/cooliris/media/
RenderView.java 235 // Create a padded bitmap if the natural size is not a power of
245 Bitmap padded = Bitmap.createBitmap(paddedWidth, paddedHeight, config); local
246 Canvas canvas = new Canvas(padded);
249 bitmap = padded;
    [all...]
  /external/opencore/codecs_v2/video/avc_h264/common/src/
dpb.cpp 100 dpb->fs[num_fs]->frame.padded = 0;
292 video->currPic->padded = 0; // reset this flag to not-padded
  /frameworks/base/media/libstagefright/codecs/avc/common/src/
dpb.cpp 100 dpb->fs[num_fs]->frame.padded = 0;
292 video->currPic->padded = 0; // reset this flag to not-padded
  /external/icu4c/tools/gennames/
gennames.c 41 * char tokenStrings[]; -- padded to even count
66 * char groupStrings[]; -- padded to 4-count
93 * uint8_t algRangeData[]; -- padded to 4-count except in last range
996 * - the token strings, each zero-terminated (tokenSize=(lineTop-groupTop)), 2-padded
1001 * - the group strings (groupTop-groupBottom), 2-padded
    [all...]
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 624 // |code| pixels specified as in BI_RGB, zero-padded at the end
695 // RLE runs are zero-padded at the end to a multiple of 16 bits. Non-RLE
696 // data is in rows and is zero-padded to a multiple of 32 bits.
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
FrameBufferObjectActivity.java 239 // The extensions string is padded with spaces between extensions, but not
  /device/htc/common/updater/
bootloader.c 236 LOGE("block padded\n");
  /external/icu4c/common/
uresdata.h 89 * padded to multiple of 4 bytes for 4-alignment of the following data
  /sdk/emulator/mksdcard/
mksdcard.c 148 memcpy( boot + 0x52, "FAT32 ", 8 ); /* FAT system type, padded with 0x20 */
  /dalvik/vm/arch/arm/
CallEABI.S 78 padded, and fix them up appropriately.
316 @ We have the padded-out word count in r2. We subtract 2 from it
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/
ets_to_wmf.cpp 123 upper four bits as padded zeroes. The following bytes contain the rest of the
124 encoded speech bits. The final byte has padded zeros to make the frame byte

Completed in 152 milliseconds

1 23 4 5 6 7 8 9