/frameworks/av/services/camera/libcameraservice/api1/ |
Camera2Client.h | 139 static size_t calculateBufferSize(int width, int height,
|
Camera2Client.cpp | [all...] |
/hardware/ti/omap4-aah/camera/ |
CameraHalCommon.cpp | 185 size_t CameraHal::calculateBufferSize(const char* parametersFormat, int width, int height)
|
BufferSourceAdapter.cpp | 446 bytes = CameraHal::calculateBufferSize(format, width, height); 613 return CameraHal::calculateBufferSize(mPixelFormat, mFrameWidth, mFrameHeight); 676 mBuffers[0].actual_size = CameraHal::calculateBufferSize(mPixelFormat, w, h);
|
AppCallbackNotifier.cpp | 759 size = CameraHal::calculateBufferSize(frame->mBuffer->format, frame->mWidth, frame->mHeight); [all...] |
ANativeWindowDisplayAdapter.cpp | 562 bytes = CameraHal::calculateBufferSize(format, width, height); [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
CallbackProcessor.cpp | 369 size_t bufferSize = Camera2Client::calculateBufferSize(
|
/hardware/ti/omap4-aah/camera/inc/ |
CameraHal.h | 761 size_t calculateBufferSize(size_t width, size_t height, const char *pixelFormat); [all...] |
/cts/tests/camera/src/android/hardware/cts/ |
CameraTest.java | 197 private static int calculateBufferSize(int width, int height, 201 Log.v(TAG, "calculateBufferSize: w=" + width + ",h=" + height 218 Log.v(TAG, "calculateBufferSize: YV12 size= " + size); 241 if (calculateBufferSize(size.width, size.height, [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEncoder.c | 280 void CalculateBufferSize(OMX_PARAM_PORTDEFINITIONTYPE* pCompPort, VIDENC_COMPONENT_PRIVATE* pCompPrivate); 640 CalculateBufferSize(pPortDef, pComponentPrivate); 707 CalculateBufferSize(pPortDef, pComponentPrivate); [all...] |
OMX_VideoEnc_Utils.c | [all...] |