Home
last modified time | relevance | path

Searched defs:uint16 (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/build/soong/third_party/zip/
H A Dregister.go121 func RegisterDecompressor(method uint16, dcomp Decompressor) {
133 func RegisterCompressor(method uint16, comp Compressor) {
143 func compressor(method uint16) Compressor {
149 func decompressor(method uint16) Decompressor {
H A Dwriter.go330 func (w *Writer) RegisterCompressor(method uint16, comp Compressor) {
337 func (w *Writer) compressor(method uint16) Compressor {
439 func (b *writeBuf) uint16(v uint16) { argument
H A Dreader.go121 func (z *Reader) RegisterDecompressor(method uint16, dcomp Decompressor) {
128 func (z *Reader) decompressor(method uint16) Decompressor {
511 func (b *readBuf) uint16() uint16 { func
H A Dstruct.go150 func msDosTimeToTime(dosDate, dosTime uint16) time.Time {
/aosp12/frameworks/av/media/codecs/mp3dec/include/
H A Dpvmp3_audio_type_defs.h69 typedef uint16_t uint16; typedef
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dqtypes.h68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
H A Dmp4_utils.h34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
H A Dmp4_utils.h34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
H A Dmp4_utils.h34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
H A Dmp4_utils.h34 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
/aosp12/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
H A Dqtypes.h68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
H A Dqtypes.h68 typedef unsigned short uint16; /* Unsigned 16 bit value */ typedef
/aosp12/frameworks/av/media/codecs/m4v_h263/dec/include/
H A Dm4vh263_decoder_pv_types.h28 typedef uint16_t uint16; typedef
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBitUtils.java91 public static int uint16(short s) { in uint16() method in BitUtils
95 public static int uint16(byte hi, byte lo) { in uint16() method in BitUtils
/aosp12/build/soong/zip/
H A Dzip_test.go59 func fh(name string, contents []byte, method uint16) zip.FileHeader {
H A Dzip.go580 func (z *ZipWriter) addFile(dest, src string, method uint16, emulateJar, srcJar bool) error {
676 func (z *ZipWriter) addManifest(dest string, src string, _ uint16) error {
/aosp12/packages/services/BuiltInPrintService/jni/include/
H A Dwtypes.h60 typedef unsigned short uint16; typedef
/aosp12/frameworks/av/media/libeffects/loudness/common/core/
H A Dbasic_types.h45 typedef unsigned short uint16; typedef
/aosp12/packages/modules/Connectivity/Tethering/src/android/net/util/
H A DTetheringUtils.java151 public static int uint16(short s) { in uint16() method in TetheringUtils
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dtypedefs.h197 typedef unsigned short uint16; typedef
/aosp12/packages/modules/NeuralNetworks/common/random/
H A Dphilox_random.h43 typedef uint16_t uint16; typedef
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/
H A Dmp4def.h27 typedef uint16_t uint16; typedef

12