HomeSort by relevance Sort by last modified time
    Searched defs:pSrcBuf (Results 1 - 9 of 9) sorted by null

  /packages/services/BuiltInPrintService/jni/plugins/
wprint_scaler.h 60 uint8 *pSrcBuf; // input buffers [plane]
  /external/pdfium/core/fxge/ge/
cfx_facecache.cpp 193 uint8_t* pSrcBuf =
202 (pSrcBuf[i * src_pitch + n / 8] & (0x80 >> (n % 8))) ? 255 : 0;
215 FXSYS_memcpy(pDestBuf + row * dest_pitch, pSrcBuf + row * src_pitch,
219 ContrastAdjust(pSrcBuf, pDestBuf, bmwidth, bmheight, src_pitch,
  /external/pdfium/core/fxcodec/codec/
fx_codec_flate.cpp 866 uint8_t* pSrcBuf = FX_Alloc(uint8_t, src_size);
867 FXSYS_memcpy(pSrcBuf, src_buf, src_size);
868 PNG_PredictorEncode(&pSrcBuf, &src_size);
869 bool ret = Encode(pSrcBuf, src_size, dest_buf, dest_size);
870 FX_Free(pSrcBuf);
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp     [all...]
omx_vdec.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
omx_vdec_hevc.cpp     [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp     [all...]

Completed in 458 milliseconds