Searched refs:dst_buffer (Results 1 – 14 of 14) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | threading.c | 314 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()
|
D | decodeframe.c | 519 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/ |
D | vsp_cmdbuf.c | 211 uint32_t dst_buffer, in vsp_cmdbuf_add_relocation() argument 241 reloc->dst_buffer = dst_buffer; in vsp_cmdbuf_add_relocation()
|
D | pnw_cmdbuf.c | 269 uint32_t dst_buffer, in pnw_cmdbuf_add_relocation() argument 299 reloc->dst_buffer = dst_buffer; in pnw_cmdbuf_add_relocation()
|
D | pnw_cmdbuf.h | 166 … uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
D | vsp_cmdbuf.h | 187 uint32_t dst_buffer,
|
D | tng_cmdbuf.h | 193 … IMG_UINT32 dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|
D | tng_cmdbuf.c | 332 IMG_UINT32 dst_buffer, in tng_cmdbuf_add_relocation() argument 362 reloc->dst_buffer = dst_buffer; in tng_cmdbuf_add_relocation()
|
D | psb_cmdbuf.h | 155 uint32_t dst_buffer);
|
D | psb_cmdbuf.c | 327 … 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/ |
D | Encoder_libjpeg.cpp | 176 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/ |
D | Encoder_libjpeg.cpp | 231 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/ |
D | lnc_cmdbuf.c | 260 uint32_t dst_buffer, in lnc_cmdbuf_add_relocation() argument 290 reloc->dst_buffer = dst_buffer; in lnc_cmdbuf_add_relocation()
|
D | lnc_cmdbuf.h | 145 … uint32_t dst_buffer, /*Index of the list refered by cmdbuf->buffer_refs */
|