Home
last modified time | relevance | path

Searched refs:tempBuf (Results 1 – 7 of 7) sorted by relevance

/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp1184 struct v4l2_buffer tempBuf; in initV4L2mmap() local
1217 memset(&tempBuf, 0, sizeof(tempBuf)); in initV4L2mmap()
1219 tempBuf.index = camHal->n_buffers; in initV4L2mmap()
1220 tempBuf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; in initV4L2mmap()
1221 tempBuf.memory = V4L2_MEMORY_MMAP; in initV4L2mmap()
1223 if (-1 == ioctlLoop(camHal->fd, VIDIOC_QUERYBUF, &tempBuf)) in initV4L2mmap()
1228 camHal->buffers[camHal->n_buffers].len = tempBuf.length; in initV4L2mmap()
1231 tempBuf.length, in initV4L2mmap()
1234 camHal->fd, tempBuf.m.offset); in initV4L2mmap()
1400 struct v4l2_buffer tempBuf; in startUsbCamCapture() local
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c761 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
767 if (p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
770 LzmaDec_InitRc(p, p->tempBuf); in LzmaDec_DecodeToDic()
807 memcpy(p->tempBuf, src, inSize); in LzmaDec_DecodeToDic()
834 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()
838 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic()
851 p->buf = p->tempBuf; in LzmaDec_DecodeToDic()
854 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf)); in LzmaDec_DecodeToDic()
DLzmaDec.h64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c743 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
749 if (p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
752 LzmaDec_InitRc(p, p->tempBuf); in LzmaDec_DecodeToDic()
789 memcpy(p->tempBuf, src, inSize); in LzmaDec_DecodeToDic()
816 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()
820 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic()
833 p->buf = p->tempBuf; in LzmaDec_DecodeToDic()
836 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf)); in LzmaDec_DecodeToDic()
DLzmaDec.h64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c761 p->tempBuf[p->tempBufSize++] = *src++; in LzmaDec_DecodeToDic()
767 if (p->tempBuf[0] != 0) in LzmaDec_DecodeToDic()
770 LzmaDec_InitRc(p, p->tempBuf); in LzmaDec_DecodeToDic()
807 memcpy(p->tempBuf, src, inSize); in LzmaDec_DecodeToDic()
834 p->tempBuf[rem++] = src[lookAhead++]; in LzmaDec_DecodeToDic()
838 int dummyRes = LzmaDec_TryDummy(p, p->tempBuf, rem); in LzmaDec_DecodeToDic()
851 p->buf = p->tempBuf; in LzmaDec_DecodeToDic()
854 lookAhead -= (rem - (unsigned)(p->buf - p->tempBuf)); in LzmaDec_DecodeToDic()
DLzmaDec.h64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; member