Searched defs:buf (Results 1 - 25 of 378) sorted by relevance

1234567891011>>

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatqueue.h19 MixBuffer *buf; member in struct:_MixInputBufferEntry
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_xdr.c11 register int32_t *buf; local
27 register int32_t *buf; local
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_cb_xdr.c11 register int32_t *buf; local
27 register int32_t *buf; local
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_xdr.c11 register int32_t *buf; local
27 register int32_t *buf; local
/hardware/qcom/gps/msm8084/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_cb_xdr.c11 register int32_t *buf; local
27 register int32_t *buf; local
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-1240/
H A Dloc_api_cb_xdr.c11 register int32_t *buf; local
27 register int32_t *buf; local
/hardware/qcom/gps/msm8994/loc_api/libloc_api-rpc/gen-3200/
H A Dloc_api_cb_xdr.c11 register int32_t *buf; local
27 register int32_t *buf; local
/hardware/akm/AK8975_FS/akmdfs/
H A DAKFS_Disp.c43 void Disp_Result(int buf[YPR_DATA_SIZE]) argument
46 "Flag=%d\n", buf[0]);
49 buf[4], REVERT_ACC(buf[1]), REVERT_ACC(buf[2]), REVERT_ACC(buf[3]));
52 buf[8], REVERT_MAG(buf[5]), REVERT_MAG(buf[6]), REVERT_MAG(buf[
[all...]
H A DAKFS_FileIO.c46 char buf[LOAD_BUF_SIZE]; local
58 if (fscanf(fp, AKFS_SCANF_FORMAT, buf, &prms->mfv_ho.u.x) != 2) {
61 if (strncmp(buf, "HO.x", sizeof(buf)) != 0) {
65 if (fscanf(fp, AKFS_SCANF_FORMAT, buf, &prms->mfv_ho.u.y) != 2) {
68 if (strncmp(buf, "HO.y", sizeof(buf)) != 0) {
72 if (fscanf(fp, AKFS_SCANF_FORMAT, buf, &prms->mfv_ho.u.z) != 2) {
75 if (strncmp(buf, "HO.z", sizeof(buf)) !
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dmd5_utils.h35 UWORD32 buf[4]; member in struct:MD5Context
41 void MD5Update(struct MD5Context *context, md5byte const *buf, unsigned len);
43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
H A Dvpxstats.h26 vpx_fixed_buf_t buf; member in struct:__anon1205
H A Dy4menc.c13 int y4m_write_file_header(char *buf, size_t len, int width, int height, argument
21 return snprintf(buf, len, "YUV4MPEG2 W%u H%u F%u:%u I%c %s", width, height,
25 int y4m_write_frame_header(char *buf, size_t len) { argument
26 return snprintf(buf, len, "FRAME\n");
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libmkv/
H A DEbmlBufferWriter.h9 unsigned char *buf; member in struct:__anon1026
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_pm_parse.h10 uint32_t size; /* size pointed to by buf */
11 uint8_t *buf; /* ptr to data */ member in struct:__anon665
/hardware/intel/img/hwcomposer/merrifield/common/utils/
H A DDump.cpp24 Dump::Dump(char *buf, int len) argument
25 : mBuf(buf),
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/
H A DDump.cpp24 Dump::Dump(char *buf, int len) argument
25 : mBuf(buf),
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_cons.h30 uint32 buf; /* Can't be pointer on (64-bit) hosts */ member in struct:__anon66
/hardware/bsp/intel/peripheral/libupm/src/max31855/
H A Dmax31855.cxx78 uint8_t buf[4]; local
81 memset(buf, 0, sizeof(uint8_t)*4);
84 uint8_t* x = mraa_spi_write_buf(m_sensor, buf, 4);
/hardware/bsp/intel/peripheral/libupm/src/nunchuck/
H A Dnunchuck.cxx110 uint8_t buf[bufsize]; local
113 rv = readBytes(0x00, buf, bufsize);
123 stickX = buf[0];
126 stickY = buf[1];
129 accelX = ( (buf[2] << 2) | ((buf[5] & 0x0c) >> 2) );
132 accelY = ( (buf[3] << 2) | ((buf[5] & 0x30) >> 4) );
135 accelZ = ( (buf[4] << 2) | ((buf[
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dmd5_helper.h26 const uint8_t *buf = img->planes[plane]; local
37 MD5Update(&md5_, buf, w);
38 buf += img->stride[plane];
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwPrimaryPlane.cpp37 void PnwPrimaryPlane::setFramebufferTarget(DataBuffer& buf) argument
/hardware/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c62 char buf[MAX_BUF_SIZE]; local
69 sprintf(buf, "%x %s\n", addr, name);
70 write(fd, buf, strlen(buf));
77 char buf[MAX_BUF_SIZE]; local
82 sprintf(buf, "%x\n", addr);
83 write(fd, buf, strlen(buf));
/hardware/qcom/display/msm8084/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 memcpy(buf, msg, len);
/hardware/qcom/display/msm8996/libqservice/
H A DIQHDMIClient.cpp62 void *buf = data.writeInplace(len); local
63 if (buf != NULL)
64 memcpy(buf, msg, len);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_dmn_conn_glue_msg.c215 char buf[128]; local
218 length = loc_eng_dmn_conn_glue_piperead(msgqid, buf, 128);
219 LOC_LOGD("%s:%d] %s\n", __func__, __LINE__, buf);

Completed in 6015 milliseconds

1234567891011>>