Searched refs:address (Results 1 - 25 of 70) sorted by relevance

123

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_textblit.h18 void vp9_blit_text(const char *msg, unsigned char *address, int pitch);
H A Dvp9_textblit.c31 void vp9_blit_text(const char *msg, unsigned char *address, const int pitch) { argument
33 unsigned char *output_pos = address;
/hardware/akm/AK8975_FS/akmdfs/
H A DAK8975Driver.h77 const BYTE address,
82 const BYTE address,
H A DAK8975Driver.c63 specified, the data is written in contiguous locations starting at an address
64 specified in \a address.
67 @param[in] address Specify the address of a register in which data is to be
71 address of the array.
77 const BYTE address,
94 buf[1] = address;
105 AKMDATA(AKMDATA_DRV, "addr(HEX)=%02x data(HEX)=", address);
119 @param[in] address Specify the address o
76 AKD_TxData( const BYTE address, const BYTE * data, const uint16_t numberOfBytesToWrite) argument
127 AKD_RxData( const BYTE address, BYTE * data, const uint16_t numberOfBytesToRead) argument
[all...]
/hardware/intel/img/libdrm/tests/
H A Ddrmstat.c98 void *address; local
234 bufs->list[i].address);
288 address = NULL;
289 if ((r = drmMap(fd, offset, size, &address))) {
294 offset, size, address, getpid());
307 address = NULL;
308 if ((r = drmMap(fd, offset, size, &address))) {
313 offset, size, address, getpid());
325 printf("%02x ", (unsigned int)((unsigned char *)address)[i]);
330 ((char *)address)[
[all...]
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c290 msg.address = 0; /* not used */
327 msg.address = registerAddr;
362 msg.address = memAddr;
398 msg.address = memAddr;
434 msg.address = 0; /* Not used */
470 msg.address = MPUREG_FIFO_R_W; /* Not used */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dtextblit.c14 void vp8_blit_text(const char *msg, unsigned char *address, const int pitch) argument
17 unsigned char *output_pos = address;
/hardware/intel/img/hwcomposer/ips/common/
H A DWsbmWrapper.c352 void * address = wsbmBOMap((struct _WsbmBufferObject *)buf, local
354 if(!address) {
360 address, wsbmBOSize((struct _WsbmBufferObject *)buf));
362 return address;
/hardware/invensense/60xx/mlsdk/mllite/
H A Dpressure.c97 * @brief Query the pressure slave address.
98 * @return The 7-bit pressure slave address.
105 return mldl_cfg->pdata->pressure.address;
H A Daccel.c96 * @brief Query the accel slave address.
97 * @return The 7-bit accel slave address.
104 return mldl_cfg->pdata->accel.address;
H A Dmldl_cfg_mpu.c137 MPL_LOGD("accel->address = %02x\n", accel->address);
148 MPL_LOGD("compass->address = %02x\n", compass->address);
159 MPL_LOGD("pressure->address = %02x\n", pressure->address);
/hardware/invensense/60xx/mlsdk/platform/include/linux/
H A Dmpu.h35 /* Memory address or register address depending on ioctl */
36 unsigned short address; member in struct:mpu_read_write
180 * @address: the I2C slave address of the slave device.
196 unsigned char address; member in struct:ext_slave_platform_data
231 * @reg: starting register address to retrieve data.
/hardware/intel/img/psb_video/src/
H A Dpsb_buffer.h145 int psb_buffer_map(psb_buffer_p buf, unsigned char **address /* out */);
174 * user_ptr :virtual address of user buffer start.
H A Dtng_VP8.c777 /* Set Reference pictures address */
787 /* write last refernce picture address */
791 /* write Golden refernce picture address */
795 /* write Alternate refernce picture address */
1258 uint32_t i, j, address; local
1261 address = 0;
1267 *(ui32_probs_buffer+ address + j++ ) =
1273 /* increment the address by the stride */
1274 address += (CABAC_LSR_KeyFrame_BModeProb_Stride >> 2);
1305 uint32_t i, j, address; local
1331 uint32_t i, j, address; local
[all...]
H A Dpsb_buffer.c405 int psb_buffer_map(psb_buffer_p buf, unsigned char **address /* out */)
433 *address = buf->user_ptr;
435 *address = wsbmBOMap(buf->drm_buf, buf->wsbm_synccpu_flag);
437 if (*address == NULL) {
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
H A Dsad_ssse3.asm194 pop rcx ; get the address of do_jump
196 add rax, rcx ; get the absolute address of vp8_sad16x16x3_ssse3_jumptable
307 pop rcx ; get the address of do_jump
309 add rax, rcx ; get the absolute address of vp8_sad16x8x3_ssse3_jumptable
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
H A Dvp9_sad_ssse3.asm194 pop rcx ; get the address of do_jump
196 add rax, rcx ; get the absolute address of vp9_sad16x16x3_ssse3_jumptable
307 pop rcx ; get the address of do_jump
309 add rax, rcx ; get the absolute address of vp9_sad16x8x3_ssse3_jumptable
/hardware/libhardware/include/hardware/
H A Daudio.h103 /* A2DP sink address set by framework */
106 /* A2DP source address set by framework */
569 * The "address" parameter qualifies the "devices" audio device type if needed.
571 * - Bluetooth devices use the MAC address of the device in the form "00:11:22:AA:BB:CC"
582 const char *address);
594 const char *address,
637 * As input, "port" contains the information (type, role, address etc...)
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp230 // use any address by default
435 status_t A2dpAudioInterface::A2dpAudioStreamOut::setAddress(const char* address) argument
439 if (strlen(address) != strlen("00:00:00:00:00:00"))
442 strcpy(mA2dpAddress, address);
H A DA2dpAudioInterface.h104 status_t setAddress(const char* address);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm32 ;# when we think of them as permutations of address bits: Concatenate a
34 ;# memory beginning at address zero. The low four bits 0...3 of the
35 ;# address then correspond to position within a register, the higher-order
36 ;# address bits select the register.
41 ;# conceptual address bits. We do this whenever reasonable.
44 ;# a 256-element block of memory. It takes 8 bits 0...7 to address this
45 ;# memory and the effect of a transpose is to interchange address bit
51 ;# Writing V(x) for vector register #x, paired merges permute address
84 ;# number (= high-order part of address) bits are at the disposal of
90 ;# the above language, amounts to the following permutation of address
[all...]
/hardware/intel/img/libdrm/libdrm/
H A Dxf86drm.h212 drmAddress address; /**< Address */ member in struct:_drmBuf
587 drmAddressPtr address);
588 extern int drmUnmap(drmAddress address, drmSize size);
607 unsigned long type, unsigned long *address,
H A Dxf86drm.c908 * \param offset usually the physical address. The actual meaning depends of
920 * - \p offset will be the physical address of the start of the frame buffer,
930 * - \p offset will be the physical address of the start of the register area,
1109 * \param address will contain the user-space virtual address where the mapping
1117 int drmMap(int fd, drm_handle_t handle, drmSize size, drmAddressPtr address) argument
1129 *address = mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, handle);
1130 if (*address == MAP_FAILED)
1139 * \param address address a
1147 drmUnmap(drmAddress address, drmSize size) argument
1615 drmAgpAlloc(int fd, unsigned long size, unsigned long type, unsigned long *address, drm_handle_t *handle) argument
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c222 const char *address __unused)
333 const char *address __unused,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_mbrow_armv5.asm48 ; Compute address of cpi->common.mb_rows
74 str r7, [sp, #16] ; tokenlist address for next time
332 ldr r7, [sp, #16] ; tokenlist address

Completed in 468 milliseconds

123