Home
last modified time | relevance | path

Searched refs:mLength (Results 1 – 9 of 9) sorted by relevance

/hardware/libhardware/tests/keymaster/
Dkeymaster_test.cpp33 UniquePtr<uint8_t[]>(bytes), mLength(length) { in UniqueBlob()
37 if (other.length() != mLength) { in operator ==()
44 for (size_t i = 0; i < mLength; i++) { in operator ==()
54 return mLength; in length()
60 size_t mLength; member in android::UniqueBlob
64 const size_t length = blob.mLength; in operator <<()
/hardware/ti/omap4xxx/camera/
DAppCallbackNotifier.cpp703 picture = mRequestMemory(-1, frame->mLength, 1, NULL); in copyAndSendPictureFrame()
709 memcpy(dest, src, frame->mLength); in copyAndSendPictureFrame()
755 frame->mLength, in copyAndSendPreviewFrame()
761 if ( (mPreviewMemory->size / MAX_BUFFERS) >= frame->mLength ) { in copyAndSendPreviewFrame()
762 memcpy(dest, (void*) frame->mBuffer, frame->mLength); in copyAndSendPreviewFrame()
779 frame->mLength, in copyAndSendPreviewFrame()
903 camera_memory_t* raw_picture = mRequestMemory(-1, frame->mLength, 1, NULL); in notifyFrame()
940 main_jpeg->src_size = frame->mLength; in notifyFrame()
942 main_jpeg->dst_size = frame->mLength; in notifyFrame()
DBaseCameraAdapter.cpp356 mPreviewBuffersLength = desc->mLength; in sendCommand()
375 desc->mLength, in sendCommand()
409 mPreviewDataBuffersLength = desc->mLength; in sendCommand()
428 desc->mLength, in sendCommand()
462 mCaptureBuffersLength = desc->mLength; in sendCommand()
481 desc->mLength, in sendCommand()
911 ret = getPictureBufferSize(frame->mLength, value2); in sendCommand()
943 ret = getFrameDataSize(frame->mLength, value2); in sendCommand()
DCameraHal.cpp1529 ret = allocPreviewDataBufs(frame.mLength, required_buffer_count); in startPreview()
1540 desc.mLength = mPreviewDataLength; in startPreview()
1554 desc.mLength = mPreviewLength; in startPreview()
2398 frame.mLength, in startImageBracketing()
2413 desc.mLength = mImageLength; in startImageBracketing()
2585 frame.mLength, in takePicture()
2599 desc.mLength = mImageLength; in takePicture()
DANativeWindowDisplayAdapter.cpp1259 df.mLength = caFrame->mLength; in frameCallback()
/hardware/ti/omap4xxx/camera/inc/
DCameraHal.h266 mLength(0), in CameraFrame()
286 mLength(frame.mLength), in CameraFrame()
303 size_t mLength; variable
735 size_t mLength; member
DANativeWindowDisplayAdapter.h45 int mLength; member
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp551 frame.mLength = width*height*2; in previewThread()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp3256 frame.mLength = pBuffHeader->nFilledLen; in sendCallBacks()
3310 frame.mLength = pBuffHeader->nFilledLen; in initCameraFrame()