Searched defs:uint8 (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h67 typedef uint8_t uint8; typedef
/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h44 typedef unsigned char uint8; typedef in namespace:le_fx
87 uint8 *data;
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dm4vh263_decoder_pv_types.h27 typedef uint8_t uint8; typedef
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Dpv_amr_wb_type_defs.h171 typedef uint8_t uint8; typedef
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dcolorspace.cpp22 typedef uint8_t uint8; typedef
30 uint8 channel[4];
34 static const uint8 kRed = 0;
35 static const uint8 kGreen = 1;
36 static const uint8 kBlue = 2;
37 static const uint8 kAlpha = 3;
58 uint8* const pInput = static_cast<uint8*>(env->GetDirectBufferAddress(input));
63 uint8* pInY = pInput;
64 uint8* pIn
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4def.h26 typedef uint8_t uint8; typedef
/frameworks/base/services/net/java/android/net/apf/
H A DApfFilter.java1188 private static int uint8(byte b) { method in class:ApfFilter
1201 return uint8(buffer.get(position));
1220 return (uint8(addrBytes[0]) << 24)
1221 + (uint8(addrBytes[1]) << 16)
1222 + (uint8(addrBytes[2]) << 8)
1223 + (uint8(addrBytes[3]));

Completed in 182 milliseconds