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

  /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...]
  /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 654 int ExynosJpegEncoderForCamera::scaleDownYuv422(char **srcBuf, unsigned int srcW, unsigned int srcH, char **dstBuf, unsigned int dstW, unsigned int dstH)
659 char *dst_buf = dstBuf[0];
688 int ExynosJpegEncoderForCamera::scaleDownYuv422_2p(char **srcBuf, unsigned int srcW, unsigned int srcH, char **dstBuf, unsigned int dstW, unsigned int dstH)
705 dst_buf = dstBuf[0];
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
WebAudioMediaCodecBridge.java 118 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
119 int sampleSize = extractor.readSampleData(dstBuf, 0);
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java 221 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
224 extractor.readSampleData(dstBuf, 0 /* offset */);
573 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
576 extractor.readSampleData(dstBuf, 0 /* offset */);
759 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
762 extractor.readSampleData(dstBuf, 0 /* offset */);
    [all...]
MediaMuxerTest.java 191 ByteBuffer dstBuf = ByteBuffer.allocate(bufferSize);
219 bufferInfo.size = extractor.readSampleData(dstBuf, offset);
232 muxer.writeSampleData(indexMap.get(trackIndex), dstBuf,
  /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/suite/pts/deviceTests/videoperf/src/com/android/pts/videoperf/
VideoEncoderDecoderTest.java 370 ByteBuffer dstBuf = codecInputBuffers[inputBufIndex];
371 dstBuf.clear();
374 dstBuf.put(src.array(), 0, writeSize);

Completed in 326 milliseconds