/external/mesa3d/src/gallium/state_trackers/egl/x11/ |
D | x11_screen.h | 113 int src_buf, int dst_buf); 121 int src_buf, int dst_buf) in x11_drawable_copy_buffers() argument 124 x11_drawable_copy_buffers_region(xscr, drawable, 1, rect, src_buf, dst_buf); in x11_drawable_copy_buffers()
|
D | x11_screen.c | 354 int src_buf, int dst_buf) in x11_drawable_copy_buffers_region() argument 367 DRI2CopyRegion(xscr->dpy, drawable, region, dst_buf, src_buf); in x11_drawable_copy_buffers_region()
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_encoder.c | 276 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; in vpx_codec_get_cx_data() local 278 if (dst_buf && in vpx_codec_get_cx_data() 279 pkt->data.raw.buf != dst_buf && in vpx_codec_get_cx_data() 284 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf, in vpx_codec_get_cx_data() 287 modified_pkt->data.raw.buf = dst_buf; in vpx_codec_get_cx_data() 293 if (dst_buf == pkt->data.raw.buf) { in vpx_codec_get_cx_data() 294 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz; in vpx_codec_get_cx_data()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 190 struct buf_2d *const dst_buf = &pd->dst; in build_inter_predictors() local 191 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x; in build_inter_predictors() 225 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, in build_inter_predictors() 288 struct buf_2d *const dst_buf = &pd->dst; in dec_build_inter_predictors() local 289 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x; in dec_build_inter_predictors() 404 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors()
|
/external/strace/ |
D | socketutils.c | 94 char dst_buf[text_size]; in inet_parse_response() local 97 dst_buf, text_size)) in inet_parse_response() 103 dst_buf, ntohs(diag_msg->id.idiag_dport)); in inet_parse_response()
|
/external/pdfium/core/src/fpdfapi/fpdf_edit/ |
D | fpdf_edit_image.cpp | 273 FX_LPBYTE dst_buf = pNewBitmap->GetBuffer(); in SetImage() local 279 dst_buf[src_offset] = (FX_BYTE)(src_buf[src_offset] * alpha); in SetImage() 280 dst_buf[src_offset + 1] = (FX_BYTE)(src_buf[src_offset + 1] * alpha); in SetImage() 281 dst_buf[src_offset + 2] = (FX_BYTE)(src_buf[src_offset + 2] * alpha); in SetImage() 282 dst_buf[src_offset + 3] = (FX_BYTE)(src_buf[src_offset + 3]); in SetImage()
|
/external/libvpx/libvpx/ |
D | y4minput.c | 978 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz); in y4m_input_open() 980 _y4m->dst_buf = (unsigned char *)malloc(2 * _y4m->dst_buf_sz); in y4m_input_open() 986 free(_y4m->dst_buf); in y4m_input_close() 1013 if (!file_read(_y4m->dst_buf, _y4m->dst_buf_read_sz, _fin)) { in y4m_input_fetch_frame() 1023 (*_y4m->convert)(_y4m, _y4m->dst_buf, _y4m->aux_buf); in y4m_input_fetch_frame() 1045 _img->planes[PLANE_Y] = _y4m->dst_buf; in y4m_input_fetch_frame() 1046 _img->planes[PLANE_U] = _y4m->dst_buf + pic_sz; in y4m_input_fetch_frame() 1047 _img->planes[PLANE_V] = _y4m->dst_buf + pic_sz + c_sz; in y4m_input_fetch_frame() 1048 _img->planes[PLANE_ALPHA] = _y4m->dst_buf + pic_sz + 2 * c_sz; in y4m_input_fetch_frame()
|
D | y4minput.h | 58 unsigned char *dst_buf; member
|
/external/lldb/source/Target/ |
D | Memory.cpp | 125 uint8_t *dst_buf = (uint8_t *)dst; in Read() local 147 … memcpy (dst_buf + dst_len - bytes_left, pos->second->GetBytes() + cache_offset, curr_read_size); in Read() 167 … memcpy (dst_buf + dst_len - bytes_left, pos->second->GetBytes(), curr_read_size); in Read()
|
/external/libmpeg2/common/ |
D | impeg2_inter_pred.h | 62 yuv_buf_t *dst_buf,
|
/external/libmpeg2/common/x86/ |
D | impeg2_inter_pred_sse42_intr.c | 70 yuv_buf_t *dst_buf, in impeg2_copy_mb_sse42() argument 82 dst = dst_buf->pu1_y; in impeg2_copy_mb_sse42() 140 dst = dst_buf->pu1_u; in impeg2_copy_mb_sse42() 171 dst = dst_buf->pu1_v; in impeg2_copy_mb_sse42()
|
/external/openssh/ |
D | umac.c | 194 UINT8 *dst_buf = (UINT8 *)bufp; in kdf() local 203 memcpy(dst_buf,out_buf,AES_BLOCK_LEN); in kdf() 206 dst_buf += AES_BLOCK_LEN; in kdf() 210 memcpy(dst_buf,out_buf,nbytes); in kdf()
|
/external/opencv/cv/src/ |
D | cvfilter.cpp | 2383 CvMat* dst_buf = 0; in icvIPPSepFilter() local 2466 CV_CALL( dst_buf = cvCreateMat( max_dy + ksize.height, in icvIPPSepFilter() 2529 dst_buf->data.ptr + i*dst_buf->step, size.width*pix_size ); in icvIPPSepFilter() 2532 hout = dst_buf; in icvIPPSepFilter() 2559 cvReleaseMat( &dst_buf ); in icvIPPSepFilter()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 4961 u8 dst_buf[ETH_ALEN], *dst; in p2p_ctrl_serv_disc_req() local 4966 if (hwaddr_aton(cmd, dst_buf)) in p2p_ctrl_serv_disc_req() 4968 dst = dst_buf; in p2p_ctrl_serv_disc_req()
|