HomeSort by relevance Sort by last modified time
    Searched defs:uint16 (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 23 typedef uint16_t uint16; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 39 typedef uint16_t uint16; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 69 typedef uint16_t uint16; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 84 typedef UnsignedInteger<16>::type uint16; typedef in namespace:ceres::internal
  /external/dng_sdk/source/
dng_types.h 47 typedef uint16_t uint16; typedef
63 typedef unsigned short uint16; typedef
  /external/google-breakpad/src/common/dwarf/
types.h 44 typedef unsigned short uint16; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 57 typedef unsigned short uint16; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 45 typedef unsigned short uint16; typedef in namespace:le_fx
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 28 typedef uint16_t uint16; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 60 typedef unsigned short uint16; // NOLINT typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 60 typedef unsigned short uint16; // NOLINT typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 48 typedef std::uint16_t uint16; typedef in namespace:glm::detail
75 typedef unsigned short uint16;
95 typedef detail::uint16 uint16; typedef in namespace:glm
184 GLM_STATIC_ASSERT(sizeof(glm::uint16) == 2, "uint16 size isn't 2 bytes on this platform");
  /system/extras/perfprofd/quipper/base/
basictypes.h 26 typedef uint16_t uint16; typedef
46 const uint16 kuint16max = 0xFFFF;
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.h 32 typedef unsigned short uint16; typedef
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 56 typedef unsigned short uint16; typedef
65 typedef uint16 count_t;
  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 31 typedef unsigned short uint16; // NOLINT typedef in namespace:piex::binary_parse
461 uint16 Get16u(const RangeCheckedBytePtr &input, const bool big_endian,
  /external/regex-re2/util/
util.h 70 typedef uint16_t uint16; typedef in namespace:re2
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Device.h 36 typedef unsigned short uint16; typedef
  /external/dbus/tools/
dbus-send.c 61 dbus_uint16_t uint16; local
90 uint16 = strtoul (value, NULL, 0);
91 dbus_message_iter_append_basic (iter, DBUS_TYPE_UINT16, &uint16);
200 else if (!strcmp (arg, "uint16"))
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 197 typedef unsigned short uint16; typedef
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
port.h 108 typedef unsigned __int16 uint16; typedef in namespace:google::protobuf
118 typedef unsigned short uint16; typedef in namespace:google::protobuf
233 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
237 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
242 inline uint16 GOOGLE_UNALIGNED_LOAD16(const void *p) {
243 uint16 t;
260 inline void GOOGLE_UNALIGNED_STORE16(void *p, uint16 v) {
293 static inline uint16 bswap_16(uint16 x) {
294 return static_cast<uint16>(((x & 0xFF) << 8) | ((x & 0xFF00) >> 8))
    [all...]

Completed in 3220 milliseconds

1 2