HomeSort by relevance Sort by last modified time
    Searched refs:qbuf (Results 1 - 15 of 15) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
base64.cc 124 unsigned char qbuf[4], bool* padded)
128 qbuf[byte_len] = DecodeTable[static_cast<unsigned char>(data[*dpos])];
129 if ((il == qbuf[byte_len]) || (illegal_pads && (pd == qbuf[byte_len]))) {
133 } else if (sp == qbuf[byte_len]) {
137 } else if (pd == qbuf[byte_len]) {
162 qbuf[i] = 0;
207 unsigned char c, qbuf[4]; local
210 data, len, &dpos, qbuf, &padded);
211 c = (qbuf[0] << 2) | ((qbuf[1] >> 4) & 0x3)
    [all...]
base64.h 87 unsigned char qbuf[4], bool* padded);
  /external/valgrind/main/coregrind/m_debuginfo/
readstabs.c 161 Char* qbuf = NULL; local
199 VG_(memcpy)(n, qbuf, qidx);
201 if (qbuf != NULL)
202 ML_(dinfo_free)(qbuf);
203 qbuf = n;
206 VG_(memcpy)(&qbuf[qidx], string, qlen);
209 qbuf[qidx] = '\0';
210 VG_(printf)("working buf=\"%s\"\n", qbuf);
226 if (qbuf != NULL) {
228 string = ML_(addStr)(di, qbuf, qidx)
    [all...]
  /bionic/libc/netbsd/
gethnamaddr.c 1310 char qbuf[MAXDNAME + 1], *qp, *ep; local
1329 (void)snprintf(qbuf, sizeof(qbuf), "%u.%u.%u.%u.in-addr.arpa",
1335 qp = qbuf;
1336 ep = qbuf + sizeof(qbuf) - 1;
1348 if (strlcat(qbuf, "ip6.arpa", sizeof(qbuf)) >= sizeof(qbuf)) {
1368 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf))
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 471 stream->frame.qbuf = 1;
536 vbuf->buf.mp[i].idx = i; /* remember the index to stream frame if first time qbuf */
561 stream->frame.qbuf = 1;
582 stream->frame.qbuf = 0;
798 if(stream->frame.qbuf == 0) {
809 stream->frame.qbuf = 1;
860 stream->frame.qbuf = 0;
mm_camera.h 122 int qbuf; member in struct:__anon1884
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 228 int32_t (*qbuf) (uint32_t camera_handle, uint32_t ch_id, member in struct:__anon1660
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_rdi.c 111 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,frame)) {
112 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
mm_qcamera_preview.c 581 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,frame)) {
582 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
627 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,main_frame)) {
628 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
632 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,preview_frame)) {
633 CDBG_ERROR("%s: Failed in Preview Qbuf\n", __func__);
    [all...]
mm_qcamera_snapshot.c 322 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,main_frame)) {
323 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
325 if (MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,thumb_frame)) {
326 CDBG_ERROR("%s: Failed in thumbnail Qbuf\n", __func__);
    [all...]
mm_qcamera_video.c 203 if(MM_CAMERA_OK != pme->cam->ops->qbuf(pme->cam->camera_handle,pme->ch_id,frame))
205 CDBG_ERROR("%s: Failed in Snapshot Qbuf\n", __func__);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
i2o-dev.h 90 void *qbuf; /* Pointer to HTTP query string */ member in struct:i2o_html
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 90 void *qbuf; /* Pointer to HTTP query string */ member in struct:i2o_html
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
i2o-dev.h 90 void *qbuf; /* Pointer to HTTP query string */ member in struct:i2o_html
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_interface.c 869 .qbuf = mm_camera_intf_qbuf,

Completed in 726 milliseconds