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

1 2 3

  /external/chromium_org/third_party/brotli/src/woff2/
port.h 22 typedef unsigned int uint32; typedef in namespace:woff2
24 inline int Log2Floor(uint32 n) {
31 uint32 value = n;
34 uint32 x = value >> shift;
  /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_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxertypes.hpp 24 typedef unsigned int uint32; typedef in namespace:mkvmuxer
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_types.h 36 typedef uint32_t uint32; typedef
  /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
  /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
  /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/chromium_org/third_party/smhasher/src/
City.h 59 typedef uint32_t uint32; typedef
  /external/chromium_org/third_party/snappy/linux/
snappy-stubs-public.h 67 typedef uint32_t uint32; typedef in namespace:snappy
76 typedef unsigned int uint32;
  /external/chromium_org/third_party/snappy/mac/
snappy-stubs-public.h 67 typedef uint32_t uint32; typedef in namespace:snappy
76 typedef unsigned int uint32;
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 55 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/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/chromium_org/third_party/snappy/win32/
snappy-stubs-public.h 67 typedef uint32_t uint32;
76 typedef unsigned int uint32; typedef in namespace:snappy
  /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_org/base/
basictypes.h 27 typedef uint32_t uint32; typedef
47 const uint32 kuint32max = 0xFFFFFFFF;
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 58 typedef unsigned int uint32; typedef

Completed in 524 milliseconds

1 2 3