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

  /libcore/luni/src/test/native/
libcore_io_Memory_test.cpp 38 T dst_buf[NUM_ELEMENTS]; local
40 init_func(&src_buf[i], &dst_buf[i], i);
51 ASSERT_EQ(0, memcmp(dst_buf, dst_aligned, sizeof(T) * NUM_ELEMENTS))
  /external/libvpx/libvpx/vpx/src/
vpx_encoder.c 274 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
276 if (dst_buf &&
277 pkt->data.raw.buf != dst_buf &&
282 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
285 modified_pkt->data.raw.buf = dst_buf;
291 if (dst_buf == pkt->data.raw.buf) {
292 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /external/libvpx/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 278 char *const dst_buf = (char *)priv->enc.cx_data_dst_buf.buf; local
280 if (dst_buf &&
281 pkt->data.raw.buf != dst_buf &&
286 memcpy(dst_buf + priv->enc.cx_data_pad_before, pkt->data.raw.buf,
289 modified_pkt->data.raw.buf = dst_buf;
295 if (dst_buf == pkt->data.raw.buf) {
296 priv->enc.cx_data_dst_buf.buf = dst_buf + pkt->data.raw.sz;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.h 58 unsigned char *dst_buf; member in struct:y4m_input
  /external/strace/
socketutils.c 122 char dst_buf[text_size]; local
125 dst_buf, text_size))
131 dst_buf, ntohs(diag_msg->id.idiag_dport));
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 169 struct buf_2d *const dst_buf = &pd->dst; local
170 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
219 high_inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
223 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
227 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 291 uint8_t* dst_buf = pNewBitmap->GetBuffer(); local
297 dst_buf[src_offset] = (uint8_t)(src_buf[src_offset] * alpha);
298 dst_buf[src_offset + 1] =
300 dst_buf[src_offset + 2] =
302 dst_buf[src_offset + 3] = (uint8_t)(src_buf[src_offset + 3]);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 155 struct buf_2d *const dst_buf = &pd->dst; local
156 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
196 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
259 struct buf_2d *const dst_buf = &pd->dst; local
260 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
380 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 561 struct buf_2d *dst_buf, const MV* mv,
565 uint8_t *const dst = dst_buf->buf + dst_buf->stride * y + x;
675 dst, dst_buf->stride,
695 high_inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
698 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
702 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x,
720 struct buf_2d *const dst_buf = &pd->dst; local
743 sf, pre_buf, dst_buf, &mv,
751 sf, pre_buf, dst_buf, &mv, ref_frame_buf
    [all...]
  /external/opencv3/modules/imgproc/test/
test_color.cpp 215 float* dst_buf = &_dst_buf[0]; local
236 convert_row_bgr2abc_32f_c3( src_buf, dst_buf, cols );
240 int t = cvRound( dst_buf[j] );
257 convert_row_bgr2abc_32f_c3( src_buf, dst_buf, cols );
261 int t = cvRound( dst_buf[j] );
310 float* dst_buf = &_dst_buf[0]; local
327 convert_row_abc2bgr_32f_c3( src_buf, dst_buf, dst_cols );
331 int b = cvRound( dst_buf[j*3]*255. );
332 int g = cvRound( dst_buf[j*3+1]*255. );
333 int r = cvRound( dst_buf[j*3+2]*255. )
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 2625 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 3286 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 3672 OMX_U8* src_buf = buffer->pBuffer, *dst_buf = buffer->pBuffer; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c 5172 u8 dst_buf[ETH_ALEN], *dst; local
    [all...]

Completed in 2013 milliseconds