Searched refs:ipbuffer (Results 1 - 3 of 3) sorted by relevance

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_mpeg4.cpp1793 SWVENC_IPBUFFER ipbuffer; local
1815 ipbuffer.p_buffer= bufhdr->pBuffer;
1816 ipbuffer.size = bufhdr->nAllocLen;
1817 ipbuffer.filled_length = bufhdr->nFilledLen;
1835 ipbuffer.p_buffer = (unsigned char *)mmap(NULL, size, PROT_READ|PROT_WRITE,MAP_SHARED, fd, offset);
1836 if (ipbuffer.p_buffer == MAP_FAILED)
1841 ipbuffer.size = size;
1842 ipbuffer.filled_length = size;
1867 ipbuffer.p_buffer = (unsigned char *)mmap(NULL, size, PROT_READ|PROT_WRITE,MAP_SHARED, fd, offset);
1868 if (ipbuffer
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp1196 SWVENC_IPBUFFER ipbuffer; local
1218 ipbuffer.pBuffer = (unsigned char *)mmap(NULL, size, PROT_READ|PROT_WRITE,MAP_SHARED, fd, offset);
1219 ipbuffer.nFilledLen = size;
1220 DEBUG_PRINT_LOW("mapped meta buf fd %d size %d %p", fd, size, ipbuffer.pBuffer);
1224 ipbuffer.pBuffer = bufHdr->pBuffer;
1225 ipbuffer.nFilledLen = bufHdr->nFilledLen;
1228 ipbuffer.nFlags = bufHdr->nFlags;
1229 ipbuffer.nIpTimestamp = bufHdr->nTimeStamp;
1230 ipbuffer.pClientBufferData = (unsigned char *)bufHdr;
1232 DEBUG_PRINT_LOW("SwVenc_EmptyThisBuffer index %d pBuffer %p", index, ipbuffer
[all...]
H A Domx_swvenc_mpeg4.cpp1799 SWVENC_IPBUFFER ipbuffer; local
1833 ipbuffer.p_buffer = (unsigned char *)mmap(NULL, size, PROT_READ|PROT_WRITE,MAP_SHARED, fd, offset);
1834 ipbuffer.size = size;
1835 ipbuffer.filled_length = size;
1839 ipbuffer.p_buffer = bufhdr->pBuffer;
1840 ipbuffer.size = bufhdr->nAllocLen;
1841 ipbuffer.filled_length = bufhdr->nFilledLen;
1843 ipbuffer.flags = 0;
1846 ipbuffer.flags |= SWVENC_FLAG_EOS;
1848 ipbuffer
[all...]

Completed in 691 milliseconds