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

1 2 3 4

  /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/libvpx/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 36 typedef uint32_t uint32; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 71 typedef uint32_t uint32; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
  /external/ceres-solver/internal/ceres/
integral_types.h 85 typedef UnsignedInteger<32>::type uint32; typedef in namespace:ceres::internal
  /external/dng_sdk/source/
dng_types.h 48 typedef uint32_t uint32; typedef
64 /*Some Mac OS X 10.5 SDK headers already define uint32.*/
67 typedef unsigned int uint32; typedef
69 typedef unsigned long uint32; typedef
88 #define DNG_CHAR4(a,b,c,d) ((((uint32) a) << 24) |\
89 (((uint32) b) << 16) |\
90 (((uint32) c) << 8) |\
91 (((uint32) d) ))
  /external/google-breakpad/src/common/dwarf/
types.h 45 typedef unsigned int uint32; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 55 typedef unsigned int uint32; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 67 typedef unsigned int uint32; /* Unsigned 32 bit value */ typedef
  /prebuilts/go/darwin-x86/src/runtime/cgo/
libcgo.h 12 typedef uint32_t uint32; typedef
  /prebuilts/go/linux-x86/src/runtime/cgo/
libcgo.h 12 typedef uint32_t uint32; typedef
  /external/libyuv/files/third_party/gflags/gen/posix/include/gflags/
gflags_declare.h 81 typedef uint32_t uint32; typedef in namespace:GFLAGS_NAMESPACE
86 typedef u_int32_t uint32;
91 typedef unsigned __int32 uint32;
  /external/libyuv/files/third_party/gflags/gen/win/include/gflags/
gflags_declare.h 81 typedef uint32_t uint32;
86 typedef u_int32_t uint32; typedef in namespace:GFLAGS_NAMESPACE
91 typedef unsigned __int32 uint32; typedef in namespace:GFLAGS_NAMESPACE
  /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/autotest/client/cros/
power_rapl.py 24 from numpy import uint32 namespace
165 return uint32(self._rdmsr(msr))
181 laptop class devices. Using numpy's uint32 correctly calculates single
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 58 typedef unsigned int uint32; typedef
  /external/libyuv/files/include/libyuv/
basic_types.h 58 typedef unsigned int uint32; typedef
  /external/libyuv/files/util/
psnr.cc 24 typedef unsigned int uint32; // NOLINT typedef
41 static uint32 SumSquareError_NEON(const uint8* src_a,
43 volatile uint32 sse;
78 static uint32 SumSquareError_NEON(const uint8* src_a,
80 volatile uint32 sse;
115 static uint32 SumSquareError_SSE2(const uint8* /*src_a*/,
153 static uint32 SumSquareError_SSE2(const uint8* src_a,
155 uint32 sse;
231 static uint32 SumSquareError_C(const uint8* src_a,
233 uint32 sse = 0u
    [all...]
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 54 typedef unsigned int uint32; typedef
66 uint32 h[8];

Completed in 1622 milliseconds

1 2 3 4