Home
last modified time | relevance | path

Searched refs:dst_buffer (Results 1 – 14 of 14) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dthreading.c314 unsigned char *dst_buffer[3]; in mt_decode_mb_rows() local
331 dst_buffer[0] = yv12_fb_new->y_buffer; in mt_decode_mb_rows()
332 dst_buffer[1] = yv12_fb_new->u_buffer; in mt_decode_mb_rows()
333 dst_buffer[2] = yv12_fb_new->v_buffer; in mt_decode_mb_rows()
384 xd->recon_above[0] = dst_buffer[0] + recon_yoffset; in mt_decode_mb_rows()
385 xd->recon_above[1] = dst_buffer[1] + recon_uvoffset; in mt_decode_mb_rows()
386 xd->recon_above[2] = dst_buffer[2] + recon_uvoffset; in mt_decode_mb_rows()
456 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset; in mt_decode_mb_rows()
457 xd->dst.u_buffer = dst_buffer[1] + recon_uvoffset; in mt_decode_mb_rows()
458 xd->dst.v_buffer = dst_buffer[2] + recon_uvoffset; in mt_decode_mb_rows()
Ddecodeframe.c519 unsigned char *dst_buffer[3]; in decode_mb_rows() local
539 eb_dst[0] = lf_dst[0] = dst_buffer[0] = yv12_fb_new->y_buffer; in decode_mb_rows()
540 eb_dst[1] = lf_dst[1] = dst_buffer[1] = yv12_fb_new->u_buffer; in decode_mb_rows()
541 eb_dst[2] = lf_dst[2] = dst_buffer[2] = yv12_fb_new->v_buffer; in decode_mb_rows()
575 xd->recon_above[0] = dst_buffer[0] + recon_yoffset; in decode_mb_rows()
576 xd->recon_above[1] = dst_buffer[1] + recon_uvoffset; in decode_mb_rows()
577 xd->recon_above[2] = dst_buffer[2] + recon_uvoffset; in decode_mb_rows()
630 xd->dst.y_buffer = dst_buffer[0] + recon_yoffset; in decode_mb_rows()
631 xd->dst.u_buffer = dst_buffer[1] + recon_uvoffset; in decode_mb_rows()
632 xd->dst.v_buffer = dst_buffer[2] + recon_uvoffset; in decode_mb_rows()
/hardware/intel/img/psb_video/src/
Dvsp_cmdbuf.c211 uint32_t dst_buffer, in vsp_cmdbuf_add_relocation() argument
241 reloc->dst_buffer = dst_buffer; in vsp_cmdbuf_add_relocation()
Dpnw_cmdbuf.c269 uint32_t dst_buffer, in pnw_cmdbuf_add_relocation() argument
299 reloc->dst_buffer = dst_buffer; in pnw_cmdbuf_add_relocation()
Dpnw_cmdbuf.h166 … uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
Dvsp_cmdbuf.h187 uint32_t dst_buffer,
Dtng_cmdbuf.h193 … IMG_UINT32 dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
Dtng_cmdbuf.c332 IMG_UINT32 dst_buffer, in tng_cmdbuf_add_relocation() argument
362 reloc->dst_buffer = dst_buffer; in tng_cmdbuf_add_relocation()
Dpsb_cmdbuf.h155 uint32_t dst_buffer);
Dpsb_cmdbuf.c327 … uint32_t dst_buffer) /* 0 = reloc buf, 1 = cmdbuf, 2 = for host reloc */ in psb_cmdbuf_add_relocation() argument
333 if (dst_buffer) { in psb_cmdbuf_add_relocation()
364 reloc->dst_buffer = dst_buffer; in psb_cmdbuf_add_relocation()
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp176 static void resize_nv12(Encoder_libjpeg::params* params, uint8_t* dst_buffer) { in resize_nv12() argument
179 if (!params || !dst_buffer) { in resize_nv12()
196 o_img_ptr.imgPtr = dst_buffer; in resize_nv12()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp231 static void resize_nv12(Encoder_libjpeg::params* params, uint8_t* dst_buffer) { in resize_nv12() argument
234 if (!params || !dst_buffer) { in resize_nv12()
252 o_img_ptr.imgPtr = dst_buffer; in resize_nv12()
/hardware/intel/img/psb_video/src/mrst/
Dlnc_cmdbuf.c260 uint32_t dst_buffer, in lnc_cmdbuf_add_relocation() argument
290 reloc->dst_buffer = dst_buffer; in lnc_cmdbuf_add_relocation()
Dlnc_cmdbuf.h145 … uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */