Home | History | Annotate | Download | only in camera

Lines Matching full:alignedsize

9847 status_t QualcommCameraHardware::getBufferInfo(sp<IMemory>& Frame, size_t *alignedSize) {
9855 if( alignedSize != NULL) {
9856 *alignedSize = mRecordHeap->mAlignedBufferSize;
9857 ALOGV(" HAL : alignedSize = %d ", *alignedSize);
9860 ALOGE(" HAL : alignedSize is NULL. Cannot update alignedSize ");
9872 if( alignedSize != NULL) {
9873 //*alignedSize = mPreviewHeap->mAlignedBufferSize;
9874 ALOGV(" HAL : alignedSize = %d ", *alignedSize);
9877 ALOGE(" HAL : alignedSize is NULL. Cannot update alignedSize ");