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

  /frameworks/av/media/libstagefright/codecs/amrwb/src/
mime_io.h 77 extern const int16 packed_size[16];
mime_io.cpp 170 const int16 packed_size[16] = {17, 23, 32, 36, 40, 46, 50, 58, variable
  /external/yaffs2/yaffs2/
yaffs_mtdif2.c 40 size_t packed_size = sizeof(yaffs_PackedTags2); local
42 size_t packed_size = sizeof(yaffs_PackedTags2TagsPart); local
50 memcpy(dev->spareBuffer,pt,packed_size);
56 //printk("nandmtd2_pt2buf: writing %d bytes of extra data into %d\n", packed_size, mtd->oobsize);
63 for (i = 0; i < packed_size; i++) {
86 size_t packed_size = dev->useNANDECC ? sizeof(yaffs_PackedTags2TagsPart) : sizeof(yaffs_PackedTags2); local
90 memcpy(pt,dev->spareBuffer,packed_size);
101 for (i = 0; i < packed_size; i++) {
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
bits.c 178 return (1 + packed_size[coding_mode]);
voAMRWBEnc.c 1562 Word16 packed_size = 0; local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 476 int packed_size = packed_message1.ByteSize(); local
477 packed_data.resize(packed_size);
480 EXPECT_EQ(packed_size, end - start);
    [all...]
  /external/libmtp/src/
ptp-pack.c 209 ptp_get_packed_stringcopy(PTPParams *params, char *string, uint32_t *packed_size)
225 *packed_size = 0;
229 *packed_size = plen;
    [all...]

Completed in 79 milliseconds