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

1 2 3 4

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 26 typedef int32_t int32; typedef
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 23 typedef int int32; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 35 typedef int32_t int32; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 70 typedef int32_t int32; typedef
75 typedef int32_t Int32;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 23 typedef int int32; typedef in namespace:mkvmuxer
  /external/ceres-solver/internal/ceres/
integral_types.h 80 typedef Integer<32>::type int32; typedef in namespace:ceres::internal
  /external/dng_sdk/source/
dng_types.h 43 typedef int32_t int32; typedef
56 typedef signed int int32; typedef
58 typedef signed long int32; typedef
  /external/google-breakpad/src/common/dwarf/
types.h 40 typedef int int32; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 56 typedef int int32; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 71 typedef int int32; /* Signed 32 bit value */ typedef
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 80 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
85 typedef int32_t int32;
90 typedef __int32 int32;
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 80 typedef int32_t int32;
85 typedef int32_t int32; typedef in namespace:GFLAGS_NAMESPACE
90 typedef __int32 int32; typedef in namespace:GFLAGS_NAMESPACE
121 DECLARE_VARIABLE(::GFLAGS_NAMESPACE::int32, I, name)
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 41 typedef int int32; typedef in namespace:le_fx
77 int32 *data;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 31 typedef int32_t int32; typedef
44 const int32 OSCL_REQUEST_ERR_NONE = 0;
45 const int32 OSCL_REQUEST_PENDING = (-0x7fffffff);
46 const int32 OSCL_REQUEST_ERR_CANCEL = (-1);
47 const int32 OSCL_REQUEST_ERR_GENERAL = (-2);
54 OsclAOStatus(int32 aStatus);
55 int32 operator=(int32 aStatus);
56 int32 operator==(int32 aStatus) const
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef int int32; typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 59 typedef int int32; typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 44 typedef std::int32_t int32; typedef in namespace:glm::detail
71 typedef signed int int32;
91 typedef detail::int32 int32; typedef in namespace:glm
180 GLM_STATIC_ASSERT(sizeof(glm::int32) == 4, "int32 size isn't 4 bytes on this platform");
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 169 typedef int32_t int32; typedef
  /system/extras/perfprofd/quipper/base/
basictypes.h 25 typedef int32_t int32; typedef
53 const int32 kint32min = -0x7FFFFFFF - 1;
54 const int32 kint32max = 0x7FFFFFFF;
  /external/google-breakpad/src/third_party/linux/include/gflags/
gflags.h 97 typedef int32_t int32; typedef in namespace:google
102 typedef int32_t int32;
107 typedef __int32 int32;
131 // static bool ValidatePort(const char* flagname, int32 value) {
145 bool RegisterFlagValidator(const int32* flag,
146 bool (*validate_fn)(const char*, int32));
170 std::string type; // the type of the flag: int32, etc
309 // (e.g., not a number for an int32 flag), abort with an error.
314 extern int32 Int32FromEnv(const char *varname, int32 defval)
    [all...]
  /external/libdrm/radeon/
bof.c 196 * int32
200 bof_t *int32 = bof_object(); local
202 if (int32 == NULL)
204 int32->type = BOF_TYPE_INT32;
205 int32->size = 4;
206 int32->value = calloc(1, int32->size);
207 if (int32->value == NULL) {
208 bof_decref(int32);
211 memcpy(int32->value, &value, 4)
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Settings.h 30 typedef signed int int32; typedef
131 void* b2Alloc(int32 size);
143 int32 major; ///< significant changes
144 int32 minor; ///< incremental changes
145 int32 revision; ///< bug fixes

Completed in 989 milliseconds

1 2 3 4