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

1 2 3

  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 14 typedef short int16; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 38 typedef int16_t int16; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 68 typedef int16_t int16; typedef
  /external/dng_sdk/source/
dng_types.h 42 typedef int16_t int16; typedef
54 typedef signed short int16; typedef
  /external/flatbuffers/python/flatbuffers/
packer.py 33 int16 = struct.Struct("<h") variable
  /external/google-breakpad/src/common/dwarf/
types.h 39 typedef short int16; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 72 typedef signed short int16; /* Signed 16 bit value */ typedef
  /external/syslinux/gpxe/src/include/
stdint.h 29 typedef int16_t int16; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 40 typedef short int16; typedef in namespace:le_fx
67 int16 *data;
98 class WaveData : public vector<int16> {
103 void Set(int number_samples, int sampling_rate, int16 *data);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 29 typedef int16_t int16; typedef
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 50 typedef int int16; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 46 typedef int int16; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 50 typedef int int16; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 61 typedef short int16; // NOLINT typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 61 typedef short int16; // NOLINT typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 43 typedef std::int16_t int16; typedef in namespace:glm::detail
70 typedef signed short int16;
90 typedef detail::int16 int16; typedef in namespace:glm
179 GLM_STATIC_ASSERT(sizeof(glm::int16) == 2, "int16 size isn't 2 bytes on this platform");
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 168 typedef int16_t int16; typedef
  /system/extras/perfprofd/quipper/base/
basictypes.h 24 typedef int16_t int16; typedef
51 const int16 kint16min = -0x7FFF - 1;
52 const int16 kint16max = 0x7FFF;
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 54 typedef signed short int16; typedef
95 int16 valE;
96 int16 bbpE;
  /external/piex/src/binary_parse/
range_checked_byte_ptr.h 32 typedef short int16; // NOLINT typedef in namespace:piex::binary_parse
453 // int16 val1 = Get16s(input, false, &status);
459 int16 Get16s(const RangeCheckedBytePtr &input, const bool big_endian,
  /external/regex-re2/util/
util.h 69 typedef int16_t int16; typedef in namespace:re2
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_Device.h 34 typedef signed short int16; typedef
90 int16 AKFS_InitBuffer(
91 const int16 ndata, /*!< Size of raw vector buffer */
95 int16 AKFS_BufShift(
96 const int16 len,
97 const int16 shift,
101 int16 AKFS_Rotate(

Completed in 825 milliseconds

1 2 3