Searched refs:mLength (Results 1 – 9 of 9) sorted by relevance
/hardware/libhardware/tests/keymaster/ |
D | keymaster_test.cpp | 33 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/ |
D | AppCallbackNotifier.cpp | 703 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()
|
D | BaseCameraAdapter.cpp | 356 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()
|
D | CameraHal.cpp | 1529 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()
|
D | ANativeWindowDisplayAdapter.cpp | 1259 df.mLength = caFrame->mLength; in frameCallback()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 266 mLength(0), in CameraFrame() 286 mLength(frame.mLength), in CameraFrame() 303 size_t mLength; variable 735 size_t mLength; member
|
D | ANativeWindowDisplayAdapter.h | 45 int mLength; member
|
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
D | V4LCameraAdapter.cpp | 551 frame.mLength = width*height*2; in previewThread()
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
D | OMXCameraAdapter.cpp | 3256 frame.mLength = pBuffHeader->nFilledLen; in sendCallBacks() 3310 frame.mLength = pBuffHeader->nFilledLen; in initCameraFrame()
|