Home
last modified time | relevance | path

Searched defs:byte (Results 1 – 25 of 46) sorted by relevance

12

/hardware/bsp/intel/peripheral/libupm/examples/python/
Dm24lr64e.py37 byte = nfcTag.readByte(addr) variable
42 byte = (~byte & 0xff) variable
47 byte = nfcTag.readByte(addr) variable
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
Dm24lr64e.js41 var byte = nfcTag.readByte(addr); variable
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUtil.cpp75 int AudioUtil::getSamplingFrequencyFromEDID(unsigned char byte) { in getSamplingFrequencyFromEDID()
103 int AudioUtil::getBitsPerSampleFromEDID(unsigned char byte, in getBitsPerSampleFromEDID()
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dm24lr64e.cxx47 uint8_t byte = nfcTag->readByte(addr); in main() local
Dnrf8001-helloworld.cxx131 uart_process_control_point_rx(uint8_t *byte, uint8_t length) { in uart_process_control_point_rx()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Dqtypes.h78 typedef unsigned char byte; /* Unsigned 8 bit value type. */ typedef
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
Dnunchuck.cxx68 bool NUNCHUCK::writeByte(uint8_t reg, uint8_t byte) in writeByte()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
Dviddec_pm_parser_ops.c64 int32_t viddec_pm_get_au_pos(void *parent, uint32_t *bit, uint32_t *byte, uint8_t *is_emul) in viddec_pm_get_au_pos()
132 uint32_t viddec_pm_get_cur_byte(void *parent, uint8_t *byte) in viddec_pm_get_cur_byte()
Dviddec_pm_utils_bstream.c7 uint8_t byte[8]; member
349 int32_t viddec_pm_utils_bstream_get_current_byte(viddec_pm_utils_bstream_cxt_t *cxt, uint8_t *byte) in viddec_pm_utils_bstream_get_current_byte()
Dviddec_pm_utils_list.c36 uint32_t viddec_pm_utils_list_getbyte_position(viddec_pm_utils_list_t *list, uint32_t byte, uint32_… in viddec_pm_utils_list_getbyte_position()
/hardware/bsp/intel/peripheral/libupm/src/lpd8806/
Dlpd8806.cxx94 uint16_t byte = (m_pixelsCount * 3) + ((m_pixelsCount + 31) / 32); in show() local
/hardware/google/apf/
Dapf_disassembler.c77 int byte; in main() local
/hardware/bsp/intel/peripheral/libupm/src/si114x/
Dsi114x.cxx78 bool SI114X::writeByte(uint8_t reg, uint8_t byte) in writeByte()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtemporal_filter.c100 int byte = 0; in vp8_temporal_filter_apply_c() local
230 int byte; in vp8_temporal_filter_iterate_c() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_temporal_filter.c93 int byte = 0; in vp9_temporal_filter_apply_c() local
195 int byte; in temporal_filter_iterate_c() local
/hardware/bsp/intel/peripheral/libupm/src/at42qt1070/
Dat42qt1070.cxx71 AT42QT1070::writeByte(uint8_t reg, uint8_t byte) in writeByte()
/hardware/bsp/intel/peripheral/libupm/src/adc121c021/
Dadc121c021.cxx65 mraa_result_t ADC121C021::writeByte(uint8_t reg, uint8_t byte) in writeByte()
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
Dviddec_pm_utils_bstream.h67 …am_get_au_offsets(viddec_pm_utils_bstream_cxt_t *cxt, uint32_t *bit, uint32_t *byte, uint8_t *is_e… in viddec_pm_utils_bstream_get_au_offsets()
/hardware/bsp/intel/peripheral/libupm/src/pca9685/
Dpca9685.cxx80 bool PCA9685::writeByte(uint8_t reg, uint8_t byte) in writeByte()
/hardware/bsp/intel/peripheral/libupm/src/mma7660/
Dmma7660.cxx67 bool MMA7660::writeByte(uint8_t reg, uint8_t byte) in writeByte()
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
Dmm_jpeg_mpo_composer.c163 int32_t byte; in mm_jpeg_mpo_get_app_marker() local
/hardware/libhardware/tests/vehicle/
Dvehicle-hal-tool.c265 char *byte = strtok(data, " "); in set_property() local
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
Dhal_aci_tl.cxx37 #define REVERSE_BITS(byte) (((reverse_lookup[(byte & 0x0F)]) << 4) + reverse_lookup[((byte & 0xF0) … argument

12