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

  /external/chromium_org/third_party/libjpeg_turbo/
tjunittest.c 334 void compTest(tjhandle handle, unsigned char **dstBuf,
352 if(*dstBuf && *dstSize>0) memset(*dstBuf, 0, *dstSize);
357 _tj(tjEncodeYUV2(handle, srcBuf, w, 0, h, pf, *dstBuf, subsamp, flags));
367 _tj(tjCompress2(handle, srcBuf, w, 0, h, pf, dstBuf, dstSize, subsamp,
379 writeJPEG(*dstBuf, *dstSize, tempStr);
382 if(checkBufYUV(*dstBuf, w, h, subsamp)) printf("Passed.");
397 unsigned char *dstBuf=NULL;
423 if((dstBuf=(unsigned char *)malloc(dstSize))==NULL)
425 memset(dstBuf, 0, dstSize)
    [all...]
turbojpeg.h 637 * @param dstBuf pointer to an image buffer that will receive the YUV image.
651 unsigned char *dstBuf, int subsamp, int flags);
703 * @param dstBuf pointer to an image buffer that will receive the decompressed
707 * factors returned by #tjGetScalingFactors(). The <tt>dstBuf</tt>
741 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
761 * @param dstBuf pointer to an image buffer that will receive the YUV image.
770 unsigned char *jpegBuf, unsigned long jpegSize, unsigned char *dstBuf,
    [all...]
turbojpeg-jni.c 216 unsigned char *srcBuf=NULL, *dstBuf=NULL;
234 bailif0(dstBuf=(*env)->GetPrimitiveArrayCritical(env, dst, 0));
236 if(tjEncodeYUV2(handle, srcBuf, width, pitch, height, pf, dstBuf, subsamp,
239 (*env)->ReleasePrimitiveArrayCritical(env, dst, dstBuf, 0);
241 dstBuf=srcBuf=NULL;
246 if(dstBuf) (*env)->ReleasePrimitiveArrayCritical(env, dst, dstBuf, 0);
257 unsigned char *srcBuf=NULL, *dstBuf=NULL;
277 bailif0(dstBuf=(*env)->GetPrimitiveArrayCritical(env, dst, 0));
280 dstBuf, subsamp, flags)==-1
    [all...]
turbojpeg.c 673 int width, int pitch, int height, int pixelFormat, unsigned char *dstBuf,
681 JSAMPLE *ptr=dstBuf;
700 || pixelFormat>=TJ_NUMPF || dstBuf==NULL || subsamp<0
797 if(yuvsize!=(unsigned long)(ptr-dstBuf))
831 int width, int pitch, int height, int pixelSize, unsigned char *dstBuf,
835 getPixelFormat(pixelSize, flags), dstBuf, subsamp, flags);
940 unsigned long jpegSize, unsigned char *dstBuf, int width, int pitch,
954 if(jpegBuf==NULL || jpegSize<=0 || dstBuf==NULL || width<0 || pitch<0
1007 _dstBuf=dstBuf; dstBuf=rgbBuf
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.h 127 char **dstBuf, unsigned int dstW, unsigned int dstH);
129 char **dstBuf, unsigned int dstW, unsigned int dstH);
ExynosCameraHWInterface.h 192 bool m_YUY2toNV21(void *srcBuf, void *dstBuf, uint32_t srcWidth, uint32_t srcHeight);
194 uint32_t srcHight, char *dstBuf,
ExynosCameraHWInterface.cpp     [all...]
ExynosJpegEncoderForCamera.cpp 691 int ExynosJpegEncoderForCamera::scaleDownYuv422(char **srcBuf, unsigned int srcW, unsigned int srcH, char **dstBuf, unsigned int dstW, unsigned int dstH)
696 char *dst_buf = dstBuf[0];
725 int ExynosJpegEncoderForCamera::scaleDownYuv422_2p(char **srcBuf, unsigned int srcW, unsigned int srcH, char **dstBuf, unsigned int dstW, unsigned int dstH)
742 dst_buf = dstBuf[0];
756 dst_buf = dstBuf[1];
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBufferCopyTests.cpp 85 deUint32 dstBuf = 0;
103 dstBuf = genBuffer();
104 glBindBuffer(m_dstTarget, dstBuf);
110 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
116 glBindBuffer(m_dstTarget, dstBuf);
122 isOk = verifier.verify(dstBuf, dstRef.getPtr(), 0, m_dstSize, m_dstTarget) && isOk;
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosJpegEncoderForCamera.h 125 char **dstBuf, unsigned int dstW, unsigned int dstH);
127 char **dstBuf, unsigned int dstW, unsigned int dstH);
ExynosJpegEncoderForCamera.cpp 677 int ExynosJpegEncoderForCamera::scaleDownYuv422(char **srcBuf, unsigned int srcW, unsigned int srcH, char **dstBuf, unsigned int dstW, unsigned int dstH)
682 char *dst_buf = dstBuf[0];
711 int ExynosJpegEncoderForCamera::scaleDownYuv422_2p(char **srcBuf, unsigned int srcW, unsigned int srcH, char **dstBuf, unsigned int dstW, unsigned int dstH)
728 dst_buf = dstBuf[0];
    [all...]
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 124 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
125 int sampleSize = extractor.readSampleData(dstBuf, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 193 ByteBuffer dstBuf = ByteBuffer.allocate(bufferSize);
199 bufferInfo.size = extractor.readSampleData(dstBuf, offset);
213 muxer.writeSampleData(indexMap.get(trackIndex), dstBuf,
  /cts/tests/tests/media/src/android/media/cts/
MediaMuxerTest.java 195 ByteBuffer dstBuf = ByteBuffer.allocate(bufferSize);
223 bufferInfo.size = extractor.readSampleData(dstBuf, offset);
236 muxer.writeSampleData(indexMap.get(trackIndex), dstBuf,
DecoderTest.java 666 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
669 extractor.readSampleData(dstBuf, 0 /* offset */);
    [all...]
ImageReaderDecoderTest.java 497 ByteBuffer dstBuf = decoderInputBuffers[inputBufIndex];
499 extractor.readSampleData(dstBuf, 0 /* offset */);
    [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
VideoEncoderDecoderTest.java 578 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
579 dstBuf.clear();
582 dstBuf.put(src.array(), 0, writeSize);
    [all...]

Completed in 366 milliseconds