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

1 2 3

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 25 typedef uint32_t uint32; typedef
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
pixelutils.cpp 21 typedef uint32_t uint32; typedef
26 uint32* pInPix = static_cast<uint32*>(env->GetDirectBufferAddress(input));
27 uint32* pOutput = static_cast<uint32*>(env->GetDirectBufferAddress(output));
28 uint32* pOutRow = pOutput + offset;
30 uint32* pOutPix = pOutRow;
  /external/chromium/googleurl/base/
basictypes.h 8 typedef unsigned int uint32; typedef
11 const uint32 kuint32max = ((uint32) 0xFFFFFFFF);
  /external/chromium/third_party/libjingle/source/talk/base/
md5.h 25 typedef long unsigned int uint32; typedef
31 uint32 buf[4];
32 uint32 bits[2];
33 uint32 in[16];
39 void MD5Transform(uint32 buf[4], uint32 const in[16]);
basictypes.h 73 typedef unsigned int uint32; typedef
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 36 typedef uint32_t uint32; typedef
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 36 typedef uint32_t uint32; typedef
  /external/openfst/src/include/fst/
types.h 35 typedef uint32_t uint32; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 71 typedef uint32_t uint32; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 30 typedef unsigned int uint32; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 86 typedef UnsignedInteger<32>::type uint32; typedef in namespace:ceres::internal
  /external/chromium_org/third_party/smhasher/src/
City.h 52 typedef uint32_t uint32; typedef
Spooky.h 33 typedef unsigned __int32 uint32; typedef
40 typedef uint32_t uint32; typedef
74 static uint32 Hash32(
77 uint32 seed) // seed
81 return (uint32)hash1;
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 63 typedef uint32_t uint32; typedef in namespace:snappy
72 typedef unsigned int uint32;
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 63 typedef uint32_t uint32; typedef in namespace:snappy
72 typedef unsigned int uint32;
  /external/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 63 typedef uint32_t uint32;
72 typedef unsigned int uint32; typedef in namespace:snappy
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 55 typedef unsigned int uint32; typedef
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 55 typedef unsigned int uint32; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 46 typedef unsigned int uint32; typedef in namespace:le_fx
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 30 typedef uint32_t uint32; typedef
  /external/chromium/sdch/open-vcdiff/src/gflags/
gflags.h 94 typedef uint32_t uint32; typedef in namespace:google
99 typedef u_int32_t uint32;
104 typedef unsigned __int32 uint32;
191 extern uint32 GetArgvSum(); // simple checksum of argv
338 extern uint32 ParseCommandLineFlags(int *argc, char*** argv,
352 extern uint32 ParseCommandLineNonHelpFlags(int *argc, char*** argv,
371 extern uint32 ReparseCommandLineNonHelpFlags();
  /external/chromium_org/gpu/command_buffer/common/
types.h 52 typedef unsigned int uint32; typedef
174 typedef unsigned int Uint32;
179 typedef uint32_t Uint32;
  /external/chromium_org/third_party/libjingle/source/talk/base/
basictypes.h 90 typedef unsigned int uint32; typedef

Completed in 7525 milliseconds

1 2 3