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

1 2

  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avc_types.h 22 typedef uint8_t uint8; typedef
  /external/chromium/googleurl/base/
basictypes.h 6 typedef unsigned char uint8; typedef
10 const uint8 kuint8max = (( uint8) 0xFF);
  /external/openfst/src/include/fst/
types.h 33 typedef uint8_t uint8; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 67 typedef uint8_t uint8; typedef
  /frameworks/ex/variablespeed/jni/
integral_types.h 28 typedef unsigned char uint8; typedef
  /external/ceres-solver/internal/ceres/
integral_types.h 84 typedef UnsignedInteger< 8>::type uint8; typedef in namespace:ceres::internal
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 59 typedef unsigned char uint8; typedef
70 ((uint8*)((((uintptr_t)(p) + \
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
mp4_utils.h 35 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
155 uint8 *bytePtr;
156 uint8 bitPos;
  /external/libyuv/files/include/libyuv/
basic_types.h 59 typedef unsigned char uint8; typedef
75 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 27 typedef uint8_t uint8; typedef
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 171 typedef uint8_t uint8; typedef
  /external/chromium/third_party/libjingle/source/talk/base/
basictypes.h 75 typedef unsigned char uint8; typedef
104 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
  /external/neven/Embedded/common/src/b_BasicEm/
Basic.h 55 typedef unsigned char uint8; typedef
  /external/regex-re2/util/
util.h 68 typedef uint8_t uint8; typedef in namespace:re2
  /external/skia/legacy/src/images/
bmpdecoderhelper.h 21 typedef uint8_t uint8; typedef
64 virtual uint8* SetSize(int width, int height) = 0;
84 void PutPixel(int x, int y, uint8 col);
88 uint8 GetByte();
92 const uint8* data_;
100 scoped_array<uint8> colTab_;
110 uint8* output_;
  /external/skia/src/images/
bmpdecoderhelper.h 21 typedef uint8_t uint8; typedef
64 virtual uint8* SetSize(int width, int height) = 0;
84 void PutPixel(int x, int y, uint8 col);
88 uint8 GetByte();
92 const uint8* data_;
100 scoped_array<uint8> colTab_;
110 uint8* output_;
  /external/clang/test/SemaCXX/
conversion-function.cpp 253 typedef unsigned char uint8; typedef in namespace:PR7934
262 operator uint8*() { return reinterpret_cast<uint8*>(ptr); }
  /external/chromium/base/
basictypes.h 47 typedef unsigned char uint8; typedef
69 const uint8 kuint8max = (( uint8) 0xFF);
  /external/stressapptest/src/
sattypes.h 45 typedef unsigned char uint8; typedef
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
typedefs.h 193 typedef unsigned char uint8; typedef
  /packages/inputmethods/PinyinIME/jni/include/
dictdef.h 28 typedef unsigned char uint8; typedef in namespace:ime_pinyin
  /external/wpa_supplicant_8/src/crypto/
tls_gnutls.c 42 typedef u8 uint8; typedef
45 uint8 suite[2];
  /external/protobuf/src/google/protobuf/stubs/
common.h 135 typedef unsigned __int8 uint8; typedef in namespace:google::protobuf
145 typedef uint8_t uint8; typedef in namespace:google::protobuf
    [all...]
  /external/qemu/fpu/
softfloat.h 50 | integers of at least as many bits as specified. For example, `uint8' should
53 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
57 typedef uint8_t uint8; typedef

Completed in 733 milliseconds

1 2