HomeSort by relevance Sort by last modified time
    Searched refs:t_iPlaneNum (Results 1 - 4 of 4) sorted by null

  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegEncoder.cpp 77 return getBuf(t_bFlagCreateInBuf, &t_stJpegInbuf, piBuf, piInputSize, iSize, t_iPlaneNum);
89 iRet = setBuf(&t_stJpegInbuf, piBuf, iSize, t_iPlaneNum);
194 return ExynosJpegBase::execute(t_iPlaneNum, NUM_JPEG_ENC_OUT_PLANES);
ExynosJpegBase.cpp 371 t_iPlaneNum = 0;
451 t_iPlaneNum = 1;
455 t_iPlaneNum = 0;
467 t_iPlaneNum = 1;
471 t_iPlaneNum = 0;
476 t_iPlaneNum = 0;
591 t_iPlaneNum = 0;
603 t_iPlaneNum = 1;
607 t_iPlaneNum = 0;
ExynosJpegDecoder.cpp 86 return getBuf(t_bFlagCreateOutBuf, &t_stJpegOutbuf, piBuf, piOutputSize, iSize, t_iPlaneNum);
104 iRet = setBuf(&t_stJpegOutbuf, piBuf, iSize, t_iPlaneNum);
186 int ret = ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum);
197 return ExynosJpegBase::execute(NUM_JPEG_DEC_OUT_PLANES, t_iPlaneNum);
    [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 120 int t_iPlaneNum;

Completed in 79 milliseconds