Home
last modified time | relevance | path

Searched defs:word (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dqtypes.h79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
Dqtypes.h79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h79 typedef unsigned short word; /* Unsinged 16 bit value type. */ typedef
/hardware/interfaces/rebootescrow/aidl/default/
DHadamardUtils.cpp60 uint16_t word = 0; in EncodeKey() local
120 static uint16_t DecodeWord(size_t word, const std::vector<uint8_t>& encoded) { in DecodeWord()