Searched refs:calculateBufferSize (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/omap4-aah/camera/ |
D | CameraHalCommon.cpp | 185 size_t CameraHal::calculateBufferSize(const char* parametersFormat, int width, int height) in calculateBufferSize() function in Ti::Camera::CameraHal
|
D | BufferSourceAdapter.cpp | 446 bytes = CameraHal::calculateBufferSize(format, width, height); in allocateBufferList() 613 return CameraHal::calculateBufferSize(mPixelFormat, mFrameWidth, mFrameHeight); in getSize() 676 mBuffers[0].actual_size = CameraHal::calculateBufferSize(mPixelFormat, w, h); in getBufferList()
|
D | AppCallbackNotifier.cpp | 759 … size = CameraHal::calculateBufferSize(frame->mBuffer->format, frame->mWidth, frame->mHeight); in copyAndSendPictureFrame() 1043 tn_jpeg->dst_size = CameraHal::calculateBufferSize(previewFormat, in notifyFrame() 1543 size = CameraHal::calculateBufferSize(mPreviewPixelFormat, w, h); in startPreviewCallbacks()
|
D | ANativeWindowDisplayAdapter.cpp | 562 bytes = CameraHal::calculateBufferSize(format, width, height); in allocateBufferList()
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 761 size_t calculateBufferSize(size_t width, size_t height, const char *pixelFormat); 1288 static size_t calculateBufferSize(const char* parameters_format, int width, int height);
|