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

  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
mp4def.h 59 typedef unsigned short UShort;
fastquant.cpp 62 const static UShort ZZTab[64] =
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 29 typedef unsigned short UShort;
  /external/freetype/src/raster/
ftraster.c 303 typedef unsigned short UShort, *PUShort;
470 UShort bWidth; /* target bitmap width */
477 UShort num_Profs; /* current number of profiles */
    [all...]
  /external/webkit/WebCore/bridge/qt/
qt_runtime.cpp 245 case QMetaType::UShort:
271 case QMetaType::UShort:
286 ret = QVariant(QChar((ushort)value.toNumber(exec)));
293 ret = QVariant(QChar(str.size() ? *(const ushort*)str.rep()->data() : 0));
788 type == QMetaType::UShort ||
    [all...]

Completed in 51 milliseconds