Searched refs:imageBuffer (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/evs/sampleDriver/ |
D | VideoCapture.h | 25 typedef v4l2_buffer imageBuffer; typedef 33 bool startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback = nullptr); 65 std::function<void(VideoCapture*, imageBuffer*, void*)> mCallback;
|
D | EvsV4lCamera.cpp | 199 if (!mVideo.startStream([this](VideoCapture*, imageBuffer* tgt, void* data) { in startVideoStream() 425 void EvsV4lCamera::forwardFrame(imageBuffer* /*pV4lBuff*/, void* pData) { in forwardFrame() argument
|
D | EvsV4lCamera.h | 66 void forwardFrame(imageBuffer* tgt, void* data);
|
D | VideoCapture.cpp | 150 bool VideoCapture::startStream(std::function<void(VideoCapture*, imageBuffer*, void*)> callback) { in startStream() argument
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/ |
D | genJPEGStrips.cpp | 52 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/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/ |
D | EmbmsSampleDownloadService.java | 375 byte[] imageBuffer = new byte[image.available()]; in downloadSingleFile() 376 image.read(imageBuffer); in downloadSingleFile() 377 destinationStream.write(imageBuffer); in downloadSingleFile()
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | genPCLm.h | 28 JSAMPLE *imageBuffer, int resolution, colorSpaceDisposition, int *numCompBytes);
|