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

1 2 3 4

  /external/libyuv/files/util/
psnr.h 23 typedef unsigned char uint8; typedef
34 double ComputeSumSquareError(const uint8* org, const uint8* rec, int size);
ssim.h 23 typedef unsigned char uint8; typedef
27 double CalcSSIM(const uint8* org,
28 const uint8* rec,
  /external/libtextclassifier/util/base/
integral_types.h 31 typedef unsigned char uint8; // NOLINT typedef in namespace:libtextclassifier
53 static_assert(sizeof(uint8) == 1, "wrong size");
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxertypes.h 13 typedef unsigned char uint8; typedef in namespace:mkvmuxer
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_types.h 42 typedef uint8_t uint8; typedef
  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3_audio_type_defs.h 67 typedef uint8_t uint8; typedef
  /external/dng_sdk/source/
dng_types.h 46 typedef uint8_t uint8; typedef
62 typedef unsigned char uint8; typedef
  /external/flatbuffers/python/flatbuffers/
packer.py 27 uint8 = struct.Struct("<B") variable
  /external/google-breakpad/src/common/dwarf/
types.h 43 typedef unsigned char uint8; typedef
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
qtypes.h 69 typedef unsigned char uint8; /* Unsigned 8 bit value */ typedef
  /external/syslinux/gpxe/src/include/
stdint.h 28 typedef uint8_t uint8; typedef
  /frameworks/av/media/libeffects/loudness/common/core/
basic_types.h 44 typedef unsigned char uint8; typedef in namespace:le_fx
87 uint8 *data;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h 27 typedef uint8_t uint8; typedef
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 59 typedef unsigned char uint8; typedef
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/
arm-gcc.h 39 integers of at least as many bits as specified. For example, `uint8' should
42 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
47 typedef int uint8; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Aarch64/
arm-gcc.h 35 integers of at least as many bits as specified. For example, `uint8' should
38 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
43 typedef int uint8; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/Arm/
arm-gcc.h 39 integers of at least as many bits as specified. For example, `uint8' should
42 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed
47 typedef int uint8; typedef
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
basic_types.h 62 typedef unsigned char uint8; typedef
80 (reinterpret_cast<uint8*>(((reinterpret_cast<uintptr_t>(p) + \
84 ((uint8*)((((uintptr_t)(p) + ((t) - 1)) & ~((t) - 1)))) /* NOLINT */
  /external/libyuv/files/include/libyuv/
basic_types.h 62 typedef unsigned char uint8; typedef
80 reinterpret_cast<uint8*>( \
84 (uint8*)((((uintptr_t)(p) + ((t)-1)) & ~((t)-1))) /* NOLINT */
  /external/mmc-utils/3rdparty/hmac_sha/
sha2.h 53 typedef unsigned char uint8; typedef
  /external/vulkan-validation-layers/libs/glm/detail/
type_int.hpp 47 typedef std::uint8_t uint8; typedef in namespace:glm::detail
74 typedef unsigned char uint8;
94 typedef detail::uint8 uint8; typedef in namespace:glm
183 GLM_STATIC_ASSERT(sizeof(glm::uint8) == 1, "uint8 size isn't 1 byte on this platform");
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h 171 typedef uint8_t uint8; typedef

Completed in 3861 milliseconds

1 2 3 4