Home
last modified time | relevance | path

Searched refs:imageBuffer (Results 1 – 16 of 16) sorted by relevance

/packages/services/Car/cpp/evs/support_library/
DVideoTex.cpp57 bool VideoTex::refresh(const BufferDesc& imageBuffer) { in refresh() argument
59 if (imageBuffer.memHandle.getNativeHandle() == nullptr) { in refresh()
71 new GraphicBuffer(imageBuffer.memHandle, GraphicBuffer::CLONE_HANDLE, imageBuffer.width, in refresh()
72 imageBuffer.height, imageBuffer.format, 1, // layer count in refresh()
73 GRALLOC_USAGE_HW_TEXTURE, imageBuffer.stride); in refresh()
DRenderDirectView.cpp67 bool RenderDirectView::drawFrame(const BufferDesc& tgtBuffer, const BufferDesc& imageBuffer) { in drawFrame() argument
88 mTexture->refresh(imageBuffer); in drawFrame()
DVideoTex.h45 bool refresh(const BufferDesc& imageBuffer);
DRenderDirectView.h41 virtual bool drawFrame(const BufferDesc& tgtBuffer, const BufferDesc& imageBuffer) override;
DRenderBase.h48 virtual bool drawFrame(const BufferDesc& tgtBuffer, const BufferDesc& imageBuffer) = 0;
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DVideoCapture.h26 typedef v4l2_buffer imageBuffer; typedef
33 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr);
78 std::function<void(VideoCapture*, imageBuffer*, void*)> mCallback;
DEvsV4lCamera.h114 void forwardFrame(imageBuffer* tgt, void* data);
DEvsV4lCamera.cpp211 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream()
663 void EvsV4lCamera::forwardFrame(imageBuffer* pV4lBuff, void* pData) { in forwardFrame()
DVideoCapture.cpp140 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { in startStream() argument
/packages/services/Car/cpp/evs/sampleDriver/aidl/include/
DVideoCapture.h26 typedef v4l2_buffer imageBuffer; typedef
33 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr);
78 std::function<void(VideoCapture*, imageBuffer*, void*)> mCallback;
DEvsV4lCamera.h99 void forwardFrame(imageBuffer* tgt, void* data);
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
DgenJPEGStrips.cpp52 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition destCS, int *numCompBytes) { in write_JPEG_Buff() argument
114 row_pointer[0] = &imageBuffer[cinfo.next_scanline * row_stride]; in write_JPEG_Buff()
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
DgenPCLm.h28 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition, int *numCompBytes);
/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
DEmbmsSampleDownloadService.java374 byte[] imageBuffer = new byte[image.available()]; in downloadSingleFile()
375 image.read(imageBuffer); in downloadSingleFile()
376 destinationStream.write(imageBuffer); in downloadSingleFile()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DVideoCapture.cpp140 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { in startStream() argument
DEvsV4lCamera.cpp212 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream()
652 void EvsV4lCamera::forwardFrame(imageBuffer* pV4lBuff, void* pData) { in forwardFrame()