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

  /packages/apps/IM/libwbxml/src/gperf/
csp13inttags.gperf 33 ContentSize
csp13tags.gperf 40 ContentSize, 0x000f
  /external/opencore/fileformats/mp4/composer/src/
atomutils.cpp 256 PVA_FF_AtomUtils::getNumberOfBytesUsedToStoreSizeOfClass(uint32 contentSize)
260 // contentSize represents the number of bytes needed to store ONLY the members
262 if (contentSize <= 0x7e) return 1; // _sizeOfClass field can be rendered in 1 byte (7 LS bits)
263 else if (contentSize <= 0x3ffd) return 2; // _sizeOfClass field can be rendered in 2 bytes (7 LS bits each)
264 else if (contentSize <= 0x1ffffc) return 3; // _sizeOfClass field can be rendered in 3 bytes (7 LS bits each)
265 else if (contentSize <= 0xfffffffb) return 4; // _sizeOfClass field can be rendered in 4 bytes (7 LS bits each)
  /external/opencore/fileformats/mp4/composer/include/
atomutils.h 111 // overall size of the class - the value contentSize is the size of the class
115 static uint32 getNumberOfBytesUsedToStoreSizeOfClass(uint32 contentSize);
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
atomutils.h 168 // overall size of the class - the value contentSize is the size of the class
172 OSCL_IMPORT_REF static uint32 getNumberOfBytesUsedToStoreSizeOfClass(uint32 contentSize);
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/src/
atomutils.cpp 506 AtomUtils::getNumberOfBytesUsedToStoreSizeOfClass(uint32 contentSize)
510 // contentSize represents the number of bytes needed to store ONLY the members
512 if (contentSize <= 0x7e) return 1; // _sizeOfClass field can be rendered in 1 byte (7 LS bits)
513 else if (contentSize <= 0x3ffd) return 2; // _sizeOfClass field can be rendered in 2 bytes (7 LS bits each)
514 else if (contentSize <= 0x1ffffc) return 3; // _sizeOfClass field can be rendered in 3 bytes (7 LS bits each)
515 else if (contentSize <= 0xfffffffb) return 4; // _sizeOfClass field can be rendered in 4 bytes (7 LS bits each)
  /packages/apps/IM/libwbxml/test/
imps_encoder_test.cpp 100 " <ContentSize>4294967295</ContentSize>"
321 <ContentSize>5</ContentSize>
imps_parser_test.cpp 250 <ContentSize>5</ContentSize>
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.cpp     [all...]
test_pv_player_engine_testset10.cpp     [all...]
test_pv_player_engine_testset11.cpp     [all...]
test_pv_player_engine_testset13.cpp     [all...]
test_pv_player_engine_testset9.cpp     [all...]
test_pv_player_engine_testset_cpmdlapassthru.cpp     [all...]
test_pv_player_engine_testset12.cpp     [all...]
  /packages/apps/IM/src/com/android/im/imps/
ImpsTags.java 202 public static final String ContentSize = "ContentSize";
ImpsChatSessionManager.java 198 msgInfo.addChild(ImpsTags.ContentSize, Integer.toString(msgBody.length()));
  /packages/apps/IM/libwbxml/src/
csp13inttags_hash.c 139 "ContentSize",
csp13tags_hash.c 539 {"ContentSize", 0x000f},
    [all...]
  /external/webkit/WebCore/rendering/
RenderImage.cpp 437 IntSize contentSize(cWidth, cHeight);
438 IntRect rect(IntPoint(tx + leftBorder + leftPad, ty + topBorder + topPad), contentSize);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 319 QSize contentSize = fm.size(Qt::TextShowMnemonic, QString::fromLatin1("X"));
321 &styleOption, contentSize, 0);
  /packages/apps/IM/libwbxml/include/
csp13_data.h 54 { 0x0F, "ContentSize" },
  /external/elfutils/src/
ldgeneric.c 1573 size_t contentsize; local
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 

Completed in 467 milliseconds