/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
D | bcmendian.h | 125 #define htol16_ua_store(val, bytes) ({ \ argument 132 #define htol32_ua_store(val, bytes) ({ \ argument 141 #define hton16_ua_store(val, bytes) ({ \ argument 148 #define hton32_ua_store(val, bytes) ({ \ argument 157 #define ltoh16_ua(bytes) ({ \ argument 162 #define ltoh32_ua(bytes) ({ \ argument 167 #define ntoh16_ua(bytes) ({ \ argument 172 #define ntoh32_ua(bytes) ({ \ argument 216 htol16_ua_store(uint16 val, uint8 *bytes) in htol16_ua_store() 226 htol32_ua_store(uint32 val, uint8 *bytes) in htol32_ua_store() [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | md5_utils.h | 36 UWORD32 bytes[2]; member
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/ |
D | omx_qcelp13_aenc.cpp | 3210 OMX_IN OMX_U32 bytes) in allocate_input_buffer() 3268 OMX_IN OMX_U32 bytes) in allocate_output_buffer() 3338 OMX_IN OMX_U32 bytes) in allocate_buffer() 3449 OMX_IN OMX_U32 bytes, in use_buffer() 3548 OMX_IN OMX_U32 bytes, in use_input_buffer() 3633 OMX_IN OMX_U32 bytes, in use_output_buffer()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/ |
D | omx_amr_aenc.cpp | 3211 OMX_IN OMX_U32 bytes) in allocate_input_buffer() 3269 OMX_IN OMX_U32 bytes) in allocate_output_buffer() 3339 OMX_IN OMX_U32 bytes) in allocate_buffer() 3450 OMX_IN OMX_U32 bytes, in use_buffer() 3549 OMX_IN OMX_U32 bytes, in use_input_buffer() 3634 OMX_IN OMX_U32 bytes, in use_output_buffer()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/ |
D | omx_evrc_aenc.cpp | 3213 OMX_IN OMX_U32 bytes) in allocate_input_buffer() 3271 OMX_IN OMX_U32 bytes) in allocate_output_buffer() 3341 OMX_IN OMX_U32 bytes) in allocate_buffer() 3452 OMX_IN OMX_U32 bytes, in use_buffer() 3551 OMX_IN OMX_U32 bytes, in use_input_buffer() 3636 OMX_IN OMX_U32 bytes, in use_output_buffer()
|
/hardware/libhardware_legacy/audio/ |
D | AudioHardwareStub.cpp | 128 ssize_t AudioStreamOutStub::write(const void* buffer, size_t bytes) in write() 175 ssize_t AudioStreamInStub::read(void* buffer, ssize_t bytes) in read()
|
D | AudioHardwareGeneric.cpp | 233 ssize_t AudioStreamOutGeneric::write(const void* buffer, size_t bytes) in write() 343 ssize_t AudioStreamInGeneric::read(void* buffer, ssize_t bytes) in read()
|
D | AudioDumpInterface.cpp | 279 ssize_t AudioStreamOutDump::write(const void* buffer, size_t bytes) in write() 439 ssize_t AudioStreamInDump::read(void* buffer, ssize_t bytes) in read()
|
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/ |
D | omx_aac_aenc.cpp | 3310 OMX_IN OMX_U32 bytes) in allocate_input_buffer() 3368 OMX_IN OMX_U32 bytes) in allocate_output_buffer() 3439 OMX_IN OMX_U32 bytes) in allocate_buffer() 3550 OMX_IN OMX_U32 bytes, in use_buffer() 3649 OMX_IN OMX_U32 bytes, in use_input_buffer() 3734 OMX_IN OMX_U32 bytes, in use_output_buffer()
|
/hardware/ti/omap4xxx/camera/ |
D | MemoryManager.cpp | 46 void* MemoryManager::allocateBuffer(int width, int height, const char* format, int &bytes, int numB… in allocateBuffer()
|
/hardware/qcom/audio/msm8909/hal/audio_extn/ |
D | compress_capture.c | 116 void *buffer, size_t bytes) in audio_extn_compr_cap_read()
|
/hardware/akm/AK8975_FS/libsensors/ |
D | SensorBase.cpp | 71 const char *path, const char *value, int bytes) in write_sys_attribute()
|
D | AdxlSensor.cpp | 133 int bytes; in setDelay() local
|
D | AkmSensor.cpp | 140 int bytes; in setDelay() local
|
/hardware/bsp/intel/peripheral/libmraa/api/mraa/ |
D | iio.h | 39 unsigned int bytes; member
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_base.cpp | 2055 OMX_IN OMX_U32 bytes, in use_input_buffer() 2230 OMX_IN OMX_U32 bytes, in use_output_buffer() 2428 OMX_IN OMX_U32 bytes, in use_buffer() 2618 OMX_U32 bytes) in allocate_input_meta_buffer() 2682 OMX_IN OMX_U32 bytes) in allocate_input_buffer() 2830 OMX_IN OMX_U32 bytes) in allocate_output_buffer() 2995 OMX_IN OMX_U32 bytes) in allocate_buffer()
|
/hardware/bsp/intel/peripheral/libupm/src/lcd/ |
D | ssd1308.cxx | 61 SSD1308::draw(uint8_t* data, int bytes) in draw()
|
D | ssd1327.cxx | 150 SSD1327::draw(uint8_t* data, int bytes) in draw()
|
/hardware/ti/omap4xxx/libtiutils/ |
D | MessageQueue.cpp | 192 size_t bytes = 0; in put() local
|
/hardware/ti/omap4-aah/libtiutils/ |
D | MessageQueue.cpp | 193 size_t bytes = 0; in put() local
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | AudioStreamOutALSA.cpp | 110 ssize_t AudioStreamOutALSA::write(const void *buffer, size_t bytes) in write()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_base.cpp | 2163 OMX_IN OMX_U32 bytes, in use_input_buffer() 2332 OMX_IN OMX_U32 bytes, in use_output_buffer() 2529 OMX_IN OMX_U32 bytes, in use_buffer() 2706 OMX_U32 bytes) in allocate_input_meta_buffer() 2772 OMX_IN OMX_U32 bytes) in allocate_input_buffer() 2927 OMX_IN OMX_U32 bytes) in allocate_output_buffer() 3108 OMX_IN OMX_U32 bytes) in allocate_buffer()
|
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/ |
D | omx_core_cmp.cpp | 253 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer() 279 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
|
/hardware/qcom/media/msm8996/mm-core/src/common/ |
D | omx_core_cmp.cpp | 254 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer() 280 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
|
/hardware/qcom/media/msm8974/mm-core/src/common/ |
D | omx_core_cmp.cpp | 254 OMX_IN OMX_U32 bytes, in qc_omx_component_use_buffer() 280 OMX_IN OMX_U32 bytes) in qc_omx_component_allocate_buffer()
|