Lines Matching refs:src_thumb_buf
311 encode_parm.src_thumb_buf[i].index = i;
312 encode_parm.src_thumb_buf[i].buf_size = pStreamMem->getSize(i);
313 encode_parm.src_thumb_buf[i].buf_vaddr = (uint8_t *)pStreamMem->getPtr(i);
314 encode_parm.src_thumb_buf[i].fd = pStreamMem->getFd(i);
315 encode_parm.src_thumb_buf[i].format = MM_JPEG_FMT_YUV;
316 encode_parm.src_thumb_buf[i].offset = thumb_offset;