Lines Matching refs:memcpy
498 memcpy(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size ), &phyYAddr, 4);
499 memcpy(static_cast<unsigned char *>(mPreviewHeap->base()) + (offset + frame_size + 4), &phyCAddr, 4);
505 memcpy(static_cast<unsigned char*>(mPreviewHeap->base()) + offset + frame_size + sizeof(phyYAddr) + sizeof(phyCAddr),
560 //memcpy(mRecordHeap->base(), (void*)virYAddr, width * height);
561 //memcpy(mRecordHeap->base() + (width*height),(void*)virCAddr, width * height * 0.5);
562 memcpy(mRecordHeap->base(), (void*)virYAddr, ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)));
563 memcpy(mRecordHeap->base() + ALIGN_TO_8KB(ALIGN_TO_128B(width) * ALIGN_TO_32B(height)),
923 memcpy(buffer, real_jpeg, jpeg_size);
1172 memcpy(mRawHeap->base(),PostviewHeap->base(), postviewHeapSize);
1195 memcpy(static_cast<unsigned char*>(mPreviewHeap->base()) + offset + (mPostViewWidth*mPostViewHeight * 3 / 2),
1232 memcpy(mPostviewHeap->base(), postview_data, postviewHeapSize);
1252 memcpy(ExifStart, ExifHeap->base(), JpegExifSize);
1383 memcpy(pV, pSrc + VIDEO_COMMENT_MARKER_LENGTH, copyLength);
1407 memcpy(pJ, pSrc, size);
1476 memcpy(yuv_ptr, p, yuvWidth * 2);
1495 memcpy(jpeg_ptr, interleave_ptr, 4);
2300 memcpy(cameraInfo, &sCameraInfo[cameraId], sizeof(CameraInfo));