Home
last modified time | relevance | path

Searched refs:calculateBufferSize (Results 1 – 5 of 5) sorted by relevance

/hardware/ti/omap4-aah/camera/
DCameraHalCommon.cpp185 size_t CameraHal::calculateBufferSize(const char* parametersFormat, int width, int height) in calculateBufferSize() function in Ti::Camera::CameraHal
DBufferSourceAdapter.cpp446 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()
DAppCallbackNotifier.cpp759 … 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()
DANativeWindowDisplayAdapter.cpp562 bytes = CameraHal::calculateBufferSize(format, width, height); in allocateBufferList()
/hardware/ti/omap4-aah/camera/inc/
DCameraHal.h761 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);