/hardware/samsung_slsi/exynos5/libhwjpeg/ |
ExynosJpegBase.cpp | 58 int iRet = ERROR_NONE; 60 iRet = ioctl(iFd, VIDIOC_QUERYCAP, &cap); 61 if (iRet < 0) { 62 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_QUERYCAP failed\n", __func__, iRet); 63 return iRet; 66 return iRet; 72 int iRet = ERROR_NONE; 76 iRet = ioctl(iFd, VIDIOC_S_JPEGCOMP, &arg); 77 if (iRet < 0) { 78 JPEG_ERROR_LOG("[%s:%d]: VIDIOC_S_JPEGCOMP failed\n", __func__, iRet); [all...] |
ExynosJpegEncoder.cpp | 88 int iRet = ERROR_NONE; 89 iRet = setBuf(&t_stJpegInbuf, piBuf, iSize, t_iPlaneNum); 91 if (iRet == ERROR_NONE) { 95 return iRet; 100 int iRet = ERROR_NONE; 101 iRet = setBuf(&t_stJpegOutbuf, &iBuf, &iSize, NUM_JPEG_ENC_OUT_PLANES); 103 if (iRet == ERROR_NONE) { 107 return iRet;
|
ExynosJpegDecoder.cpp | 91 int iRet = ERROR_NONE; 92 iRet = setBuf(&t_stJpegInbuf, &iBuf, &iSize, NUM_JPEG_DEC_IN_PLANES); 94 if (iRet == ERROR_NONE) { 98 return iRet; 103 int iRet = ERROR_NONE; 104 iRet = setBuf(&t_stJpegOutbuf, piBuf, iSize, t_iPlaneNum); 106 if (iRet == ERROR_NONE) { 110 return iRet; 119 int iRet = t_v4l2GetFmt(t_iJpegFd, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, &t_stJpegConfig); 120 if (iRet < 0) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest3.c | 623 i64 iRet = 0; 635 iRet = sqlite3_column_int64(pStmt, 0); 645 return iRet; 780 i64 iRet = 0; 784 iRet = -1; 786 iRet = sStat.st_size; 789 return iRet; [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
wal.c | [all...] |
test_vfs.c | 1109 int iRet; 1117 iRet = pTest->nFail; 1135 Tcl_SetObjResult(interp, Tcl_NewIntObj(iRet)); [all...] |
/external/srec/seti/sltsEngine/src/ |
run_seq_lts.c | 942 int iRet = -1; 943 rc = PHashTableGetValue((PHashTable*)pm->phoneH, ph, (void**)(void*)&iRet); 946 return iRet; [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | [all...] |
/external/sqlite/dist/ |
sqlite3.c | [all...] |