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

  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.h 51 status_t start(Vector<CpuConsumer::LockedBuffer*> buffers,
71 Vector<CpuConsumer::LockedBuffer*> mBuffers;
72 CpuConsumer::LockedBuffer *mJpegBuffer;
73 CpuConsumer::LockedBuffer *mAuxBuffer;
BurstCapture.cpp 77 CpuConsumer::LockedBuffer* BurstCapture::jpegEncode(
78 CpuConsumer::LockedBuffer *imgBuffer,
83 CpuConsumer::LockedBuffer *imgEncoded = new CpuConsumer::LockedBuffer;
90 Vector<CpuConsumer::LockedBuffer*> buffers;
BurstCapture.h 58 CpuConsumer::LockedBuffer* jpegEncode(
59 CpuConsumer::LockedBuffer *imgBuffer,
CallbackProcessor.h 90 const CpuConsumer::LockedBuffer &src,
CallbackProcessor.cpp 246 CpuConsumer::LockedBuffer imgBuffer;
273 CpuConsumer::LockedBuffer imgBuffer;
452 const CpuConsumer::LockedBuffer &src,
JpegCompressor.cpp 39 status_t JpegCompressor::start(Vector<CpuConsumer::LockedBuffer*> buffers,
JpegProcessor.cpp 204 CpuConsumer::LockedBuffer imgBuffer;
  /frameworks/native/include/gui/
CpuConsumer.h 46 struct LockedBuffer {
58 // HAL_PIXEL_FORMAT_YCbCr_420_888, in which case LockedBuffer::data
99 status_t lockNextBuffer(LockedBuffer *nativeBuffer);
105 status_t unlockBuffer(const LockedBuffer &nativeBuffer);
SurfaceComposerClient.h 172 CpuConsumer::LockedBuffer mBuffer;
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 82 CpuConsumer::LockedBuffer* getLockedBuffer();
84 void returnLockedBuffer(CpuConsumer::LockedBuffer* buffer);
105 List<CpuConsumer::LockedBuffer*> mBuffers;
120 CpuConsumer::LockedBuffer *buffer = new CpuConsumer::LockedBuffer;
150 CpuConsumer::LockedBuffer* JNIImageReaderContext::getLockedBuffer() {
154 // Return a LockedBuffer pointer and remove it from the list
155 List<CpuConsumer::LockedBuffer*>::iterator it = mBuffers.begin();
156 CpuConsumer::LockedBuffer* buffer = *it;
161 void JNIImageReaderContext::returnLockedBuffer(CpuConsumer::LockedBuffer* buffer)
    [all...]
  /hardware/libhardware/tests/camera2/
CameraFrameTests.cpp 126 CpuConsumer::LockedBuffer imgBuffer;
CameraBurstTests.cpp 100 long long TotalBrightness(const CpuConsumer::LockedBuffer& imgBuffer,
243 CpuConsumer::LockedBuffer imgBuffer;
657 CpuConsumer::LockedBuffer imgBuffer;
CameraStreamFixture.h 199 void DumpYuvToFile(const String8 &fileName, const CpuConsumer::LockedBuffer &img) {
camera2.cpp 483 CpuConsumer::LockedBuffer buffer;
636 CpuConsumer::LockedBuffer buffer;
786 CpuConsumer::LockedBuffer buffer;
CameraMultiStreamTests.cpp 409 CpuConsumer::LockedBuffer imgBuffer;
  /frameworks/native/libs/gui/tests/
CpuConsumer_test.cpp 165 void checkPixel(const CpuConsumer::LockedBuffer &buf,
307 void checkGreyscaleBuffer(const CpuConsumer::LockedBuffer &buf) {
346 void checkRgba8888Buffer(const CpuConsumer::LockedBuffer &buf) {
389 void checkBayerRawBuffer(const CpuConsumer::LockedBuffer &buf) {
430 void checkAnyBuffer(const CpuConsumer::LockedBuffer &buf, int format) {
559 CpuConsumer::LockedBuffer b;
600 CpuConsumer::LockedBuffer b;
640 CpuConsumer::LockedBuffer *b = new CpuConsumer::LockedBuffer[params.maxLockedBuffers];
657 CpuConsumer::LockedBuffer bTooMuch
    [all...]
  /frameworks/native/libs/gui/
CpuConsumer.cpp 70 status_t CpuConsumer::lockNextBuffer(LockedBuffer *nativeBuffer) {
173 status_t CpuConsumer::unlockBuffer(const LockedBuffer &nativeBuffer) {
  /frameworks/av/camera/tests/
ProCameraTests.cpp 271 CpuConsumer::LockedBuffer buf;
1012 CpuConsumer::LockedBuffer buf;
    [all...]
  /frameworks/av/camera/
ProCamera.cpp 379 CpuConsumer::LockedBuffer buffer;

Completed in 382 milliseconds