/device/moto/shamu/camera/QCamera/HAL2/core/src/ |
D | QCameraStream_Preview.cpp | 82 uint32_t planes[VIDEO_MAX_PLANES]; in initBuffers() local 92 planes[i] = mFrameOffsetInfo.mp[i].len; in initBuffers() 105 mDisplayBuf[i].planes[0].length = planes[0]; in initBuffers() 106 mDisplayBuf[i].planes[0].m.userptr = mPreviewMemory.private_buffer_handle[i]->fd; in initBuffers() 107 mDisplayBuf[i].planes[0].data_offset = mFrameOffsetInfo.mp[0].offset; in initBuffers() 108 mDisplayBuf[i].planes[0].reserved[0] =0; in initBuffers() 110 mDisplayBuf[i].planes[j].length = planes[j]; in initBuffers() 111 mDisplayBuf[i].planes[j].m.userptr = mPreviewMemory.private_buffer_handle[i]->fd; in initBuffers() 112 mDisplayBuf[i].planes[j].data_offset = mFrameOffsetInfo.mp[j].offset; in initBuffers() 113 mDisplayBuf[i].planes[j].reserved[0] = in initBuffers() [all …]
|
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_preview.c | 154 int y_off = newFrame->buffer + newFrame->planes[0].data_offset; in dumpFrameToFile() 156 int cbcr_off = newFrame->buffer + newFrame->planes[0].length; in dumpFrameToFile() 158 …_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].l… in dumpFrameToFile() 160 write(file_fd, (const void *)(y_off), newFrame->planes[0].length); in dumpFrameToFile() 162 (newFrame->planes[1].length * newFrame->num_planes)); in dumpFrameToFile() 258 uint32_t planes[VIDEO_MAX_PLANES]; 265 planes[i] = frame_offset_info->mp[i].len; 292 pme->preview_buf.frame[i].cbcr_off = planes[0]; 306 bufs[i].planes[0].length = planes[0]; 307 bufs[i].planes[0].m.userptr = bufs[i].fd; [all …]
|
D | mm_qcamera_snapshot.c | 225 reg_buf.def.buf.mp[0].planes[0].length = planes_main[0]; in mm_app_prepare_raw_snapshot_buf() 226 reg_buf.def.buf.mp[0].planes[0].m.userptr = pme->raw_snapshot_buf.frame[0].fd; in mm_app_prepare_raw_snapshot_buf() 227 reg_buf.def.buf.mp[0].planes[0].data_offset = 0; in mm_app_prepare_raw_snapshot_buf() 228 reg_buf.def.buf.mp[0].planes[0].reserved[0] = reg_buf.def.buf.mp[0].frame_offset; in mm_app_prepare_raw_snapshot_buf() 230 reg_buf.def.buf.mp[0].planes[j].length = planes_main[j]; in mm_app_prepare_raw_snapshot_buf() 231 reg_buf.def.buf.mp[0].planes[j].m.userptr = pme->raw_snapshot_buf.frame[0].fd; in mm_app_prepare_raw_snapshot_buf() 232 reg_buf.def.buf.mp[0].planes[j].data_offset = 0; in mm_app_prepare_raw_snapshot_buf() 233 … reg_buf.def.buf.mp[0].planes[j].reserved[0] = reg_buf.def.buf.mp[0].planes[j-1].reserved[0] + in mm_app_prepare_raw_snapshot_buf() 234 reg_buf.def.buf.mp[0].planes[j-1].length; in mm_app_prepare_raw_snapshot_buf() 910 uint32_t planes[VIDEO_MAX_PLANES]; [all …]
|
D | mm_qcamera_video.c | 115 uint32_t planes[VIDEO_MAX_PLANES]; 122 planes[i] = frame_offset_info->mp[i].len; 149 pme->video_buf.frame[i].cbcr_off = planes[0]; 163 bufs[i].planes[0].length = planes[0]; 164 bufs[i].planes[0].m.userptr = bufs[i].fd; 165 bufs[i].planes[0].data_offset = y_off; 166 bufs[i].planes[0].reserved[0] = 0; 169 bufs[i].planes[j].length = planes[j]; 170 bufs[i].planes[j].m.userptr = bufs[i].fd; 171 bufs[i].planes[j].data_offset = cbcr_off; [all …]
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_video.c | 123 uint32_t planes[VIDEO_MAX_PLANES]; 130 planes[i] = frame_offset_info->mp[i].len; 157 pme->video_buf.frame[i].cbcr_off = planes[0]; 171 bufs[i].planes[0].length = planes[0]; 172 bufs[i].planes[0].m.userptr = bufs[i].fd; 173 bufs[i].planes[0].data_offset = y_off; 174 bufs[i].planes[0].reserved[0] = 0; 177 bufs[i].planes[j].length = planes[j]; 178 bufs[i].planes[j].m.userptr = bufs[i].fd; 179 bufs[i].planes[j].data_offset = cbcr_off; [all …]
|
D | mm_qcamera_rdi.c | 72 void *y_off = newFrame->buffer + newFrame->planes[0].data_offset; in dumpRdi() 74 void *cbcr_off = newFrame->buffer + newFrame->planes[0].length; in dumpRdi() 76 …_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].l… in dumpRdi() 78 write(file_fd, (const void *)(y_off), newFrame->planes[0].length); in dumpRdi() 80 (newFrame->planes[1].length * newFrame->num_planes)); in dumpRdi()
|
D | mm_qcamera_app.c | 587 app_bufs->bufs[i].planes[0].length = frame_offset_info->mp[0].len; in mm_stream_alloc_bufs() 588 app_bufs->bufs[i].planes[0].m.userptr = app_bufs->bufs[i].fd; in mm_stream_alloc_bufs() 589 app_bufs->bufs[i].planes[0].data_offset = frame_offset_info->mp[0].offset; in mm_stream_alloc_bufs() 590 app_bufs->bufs[i].planes[0].reserved[0] = 0; in mm_stream_alloc_bufs() 592 app_bufs->bufs[i].planes[j].length = frame_offset_info->mp[j].len; in mm_stream_alloc_bufs() 593 app_bufs->bufs[i].planes[j].m.userptr = app_bufs->bufs[i].fd; in mm_stream_alloc_bufs() 594 app_bufs->bufs[i].planes[j].data_offset = frame_offset_info->mp[j].offset; in mm_stream_alloc_bufs() 595 app_bufs->bufs[i].planes[j].reserved[0] = in mm_stream_alloc_bufs() 596 app_bufs->bufs[i].planes[j-1].reserved[0] + in mm_stream_alloc_bufs() 597 app_bufs->bufs[i].planes[j-1].length; in mm_stream_alloc_bufs()
|
D | mm_qcamera_preview.c | 199 void* y_off = newFrame->buffer + newFrame->planes[0].data_offset; in dumpFrameToFile() 200 void* cbcr_off = newFrame->buffer + newFrame->planes[0].length; in dumpFrameToFile() 203 …_off length = %d cbcr_off length = %d", __func__, newFrame->planes[0].length,newFrame->planes[1].l… in dumpFrameToFile() 326 uint32_t planes[VIDEO_MAX_PLANES]; 333 planes[i] = frame_offset_info->mp[i].len; 360 pme->preview_buf.frame[i].cbcr_off = planes[0]; 374 bufs[i].planes[0].length = planes[0]; 375 bufs[i].planes[0].m.userptr = bufs[i].fd; 376 bufs[i].planes[0].data_offset = y_off; 377 bufs[i].planes[0].reserved[0] = 0; [all …]
|
/device/lge/mako/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Preview.cpp | 311 uint32_t planes[VIDEO_MAX_PLANES]; in getBufferNoDisplay() local 331 planes[i] = dim.display_frame_offset.mp[i].len; in getBufferNoDisplay() 343 NULL,NULL, num_planes, planes) < 0) { in getBufferNoDisplay() 514 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local 552 planes[0] = dim.display_frame_offset.mp[0].len; in initDisplayBuffers() 553 planes[1] = dim.display_frame_offset.mp[1].len; in initDisplayBuffers() 571 mDisplayStreamBuf.frame[i].cbcr_off = planes[0]; in initDisplayBuffers() 606 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]; in initDisplayBuffers() 607 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd; in initDisplayBuffers() 608 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0; in initDisplayBuffers() [all …]
|
D | QCameraHWI_Record.cpp | 388 uint32_t planes[VIDEO_MAX_PLANES]; in initEncodeBuffers() local 408 planes[0] = dim.video_frame_offset.mp[0].len; in initEncodeBuffers() 409 planes[1] = dim.video_frame_offset.mp[1].len; in initEncodeBuffers() 438 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0]; in initEncodeBuffers() 497 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] = in initEncodeBuffers() 499 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0]; in initEncodeBuffers() 500 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr = in initEncodeBuffers() 503 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j]; in initEncodeBuffers() 504 mRecordBuf.video.video.buf.mp[cnt].planes[j].m.userptr = in initEncodeBuffers() 506 mRecordBuf.video.video.buf.mp[cnt].planes[j].reserved[0] = in initEncodeBuffers() [all …]
|
/device/lge/mako/camera/ |
D | QCameraHWI_Record.cpp | 387 uint32_t planes[VIDEO_MAX_PLANES]; in initEncodeBuffers() local 407 planes[0] = dim.video_frame_offset.mp[0].len; in initEncodeBuffers() 408 planes[1] = dim.video_frame_offset.mp[1].len; in initEncodeBuffers() 437 mHalCamCtrl->mRecordingMemory.cbcr_offset = planes[0]; in initEncodeBuffers() 496 mRecordBuf.video.video.buf.mp[cnt].planes[0].reserved[0] = in initEncodeBuffers() 498 mRecordBuf.video.video.buf.mp[cnt].planes[0].length = planes[0]; in initEncodeBuffers() 499 mRecordBuf.video.video.buf.mp[cnt].planes[0].m.userptr = in initEncodeBuffers() 502 mRecordBuf.video.video.buf.mp[cnt].planes[j].length = planes[j]; in initEncodeBuffers() 503 mRecordBuf.video.video.buf.mp[cnt].planes[j].m.userptr = in initEncodeBuffers() 505 mRecordBuf.video.video.buf.mp[cnt].planes[j].reserved[0] = in initEncodeBuffers() [all …]
|
D | QCameraHWI_Preview_7x27A.cpp | 356 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local 394 planes[0] = dim.display_frame_offset.mp[0].len; in initDisplayBuffers() 395 planes[1] = dim.display_frame_offset.mp[1].len; in initDisplayBuffers() 411 mDisplayStreamBuf.frame[i].cbcr_off = planes[0]; in initDisplayBuffers() 435 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]; in initDisplayBuffers() 436 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd; in initDisplayBuffers() 437 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0; in initDisplayBuffers() 438 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0] = in initDisplayBuffers() 441 mDisplayBuf.preview.buf.mp[i].planes[j].length = planes[j]; in initDisplayBuffers() 442 mDisplayBuf.preview.buf.mp[i].planes[j].m.userptr = in initDisplayBuffers() [all …]
|
D | QCameraHWI_Preview.cpp | 451 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local 489 planes[i] = dim.display_frame_offset.mp[i].len; in initDisplayBuffers() 508 mDisplayStreamBuf.frame[i].cbcr_off = planes[0]; in initDisplayBuffers() 555 mDisplayBuf.preview.buf.mp[i].planes[0].length = planes[0]; in initDisplayBuffers() 556 mDisplayBuf.preview.buf.mp[i].planes[0].m.userptr = mDisplayStreamBuf.frame[i].fd; in initDisplayBuffers() 557 mDisplayBuf.preview.buf.mp[i].planes[0].data_offset = 0; in initDisplayBuffers() 558 mDisplayBuf.preview.buf.mp[i].planes[0].reserved[0] = in initDisplayBuffers() 561 mDisplayBuf.preview.buf.mp[i].planes[j].length = planes[j]; in initDisplayBuffers() 562 mDisplayBuf.preview.buf.mp[i].planes[j].m.userptr = in initDisplayBuffers() 564 mDisplayBuf.preview.buf.mp[i].planes[j].data_offset = 0; in initDisplayBuffers() [all …]
|
/device/lge/hammerhead/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 208 bufDef.planes[0].length = offset.mp[0].len; in getBufDef() 209 bufDef.planes[0].m.userptr = mMemInfo[index].fd; in getBufDef() 210 bufDef.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 211 bufDef.planes[0].reserved[0] = 0; in getBufDef() 213 bufDef.planes[i].length = offset.mp[i].len; in getBufDef() 214 bufDef.planes[i].m.userptr = mMemInfo[i].fd; in getBufDef() 215 bufDef.planes[i].data_offset = offset.mp[i].offset; in getBufDef() 216 bufDef.planes[i].reserved[0] = in getBufDef() 217 bufDef.planes[i-1].reserved[0] + in getBufDef() 218 bufDef.planes[i-1].length; in getBufDef()
|
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 209 bufDef.planes[0].length = offset.mp[0].len; in getBufDef() 210 bufDef.planes[0].m.userptr = mMemInfo[index].fd; in getBufDef() 211 bufDef.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 212 bufDef.planes[0].reserved[0] = 0; in getBufDef() 214 bufDef.planes[i].length = offset.mp[i].len; in getBufDef() 215 bufDef.planes[i].m.userptr = mMemInfo[i].fd; in getBufDef() 216 bufDef.planes[i].data_offset = offset.mp[i].offset; in getBufDef() 217 bufDef.planes[i].reserved[0] = in getBufDef() 218 bufDef.planes[i-1].reserved[0] + in getBufDef() 219 bufDef.planes[i-1].length; in getBufDef()
|
/device/asus/flo/camera/QCamera2/HAL3/ |
D | QCamera3Mem.cpp | 205 bufDef.planes[0].length = offset.mp[0].len; in getBufDef() 206 bufDef.planes[0].m.userptr = mMemInfo[index].fd; in getBufDef() 207 bufDef.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 208 bufDef.planes[0].reserved[0] = 0; in getBufDef() 210 bufDef.planes[i].length = offset.mp[i].len; in getBufDef() 211 bufDef.planes[i].m.userptr = mMemInfo[i].fd; in getBufDef() 212 bufDef.planes[i].data_offset = offset.mp[i].offset; in getBufDef() 213 bufDef.planes[i].reserved[0] = in getBufDef() 214 bufDef.planes[i-1].reserved[0] + in getBufDef() 215 bufDef.planes[i-1].length; in getBufDef()
|
/device/moto/shamu/camera/QCamera/HAL/core/src/ |
D | QCameraHWI_Preview.cpp | 290 uint32_t planes[VIDEO_MAX_PLANES]; in getBufferNoDisplay() local 445 uint32_t planes[VIDEO_MAX_PLANES]; in initDisplayBuffers() local 463 planes[i] = mFrameOffsetInfo.mp[i].len; in initDisplayBuffers() 474 planes[0], 0, in initDisplayBuffers() 481 mDisplayBuf[i].planes[0].length = planes[0]; in initDisplayBuffers() 482 mDisplayBuf[i].planes[0].m.userptr = mHalCamCtrl->mPreviewMemory.private_buffer_handle[i]->fd; in initDisplayBuffers() 483 mDisplayBuf[i].planes[0].data_offset = mFrameOffsetInfo.mp[0].offset; in initDisplayBuffers() 484 …mDisplayBuf[i].planes[0].reserved[0] =0;// mHalCamCtrl->mPreviewMemory.addr_offset[i]; // mDis… in initDisplayBuffers() 486 mDisplayBuf[i].planes[j].length = planes[j]; in initDisplayBuffers() 487 mDisplayBuf[i].planes[j].m.userptr = mHalCamCtrl->mPreviewMemory.private_buffer_handle[i]->fd; in initDisplayBuffers() [all …]
|
D | QCameraHWI_Rdi.cpp | 121 void* y_off = newFrame->buffer + newFrame->planes[0].data_offset; in dumpFrameToFile() 122 void* cbcr_off = newFrame->buffer + newFrame->planes[0].length; in dumpFrameToFile() 124 write(file_fd, (const void *)(y_off), newFrame->planes[0].length); in dumpFrameToFile() 126 (newFrame->planes[1].length * newFrame->num_planes)); in dumpFrameToFile()
|
/device/lge/mako/camera/mm-camera-interface/ |
D | mm_camera_stream.c | 197 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in mm_camera_read_msm_frame() local 202 vb.m.planes = &planes[0]; in mm_camera_read_msm_frame() 212 __func__, i, vb.m.planes[i].reserved[0], in mm_camera_read_msm_frame() 213 vb.m.planes[i].data_offset); in mm_camera_read_msm_frame() 214 stream->frame.frame[idx].planes[i].reserved[0] = in mm_camera_read_msm_frame() 215 vb.m.planes[i].reserved[0]; in mm_camera_read_msm_frame() 216 stream->frame.frame[idx].planes[i].data_offset = in mm_camera_read_msm_frame() 217 vb.m.planes[i].data_offset; in mm_camera_read_msm_frame() 396 buffer.m.planes = &(stream->frame.frame[idx].planes[0]); in mm_camera_stream_qbuf() 455 uint32_t planes[VIDEO_MAX_PLANES]; in mm_camera_stream_util_reg_buf() local [all …]
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 251 (uint8_t *)frame->buffer + frame->planes[i].data_offset, in mm_app_dump_frame() 252 frame->planes[i].length); in mm_app_dump_frame() 299 app_bufs[i].buf.planes[0].length = frame_offset_info->mp[0].len; in mm_app_alloc_bufs() 300 app_bufs[i].buf.planes[0].m.userptr = app_bufs[i].buf.fd; in mm_app_alloc_bufs() 301 app_bufs[i].buf.planes[0].data_offset = frame_offset_info->mp[0].offset; in mm_app_alloc_bufs() 302 app_bufs[i].buf.planes[0].reserved[0] = 0; in mm_app_alloc_bufs() 304 app_bufs[i].buf.planes[j].length = frame_offset_info->mp[j].len; in mm_app_alloc_bufs() 305 app_bufs[i].buf.planes[j].m.userptr = app_bufs[i].buf.fd; in mm_app_alloc_bufs() 306 app_bufs[i].buf.planes[j].data_offset = frame_offset_info->mp[j].offset; in mm_app_alloc_bufs() 307 app_bufs[i].buf.planes[j].reserved[0] = in mm_app_alloc_bufs() [all …]
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_app.c | 251 (uint8_t *)frame->buffer + frame->planes[i].data_offset, in mm_app_dump_frame() 252 frame->planes[i].length); in mm_app_dump_frame() 299 app_bufs[i].buf.planes[0].length = frame_offset_info->mp[0].len; in mm_app_alloc_bufs() 300 app_bufs[i].buf.planes[0].m.userptr = app_bufs[i].buf.fd; in mm_app_alloc_bufs() 301 app_bufs[i].buf.planes[0].data_offset = frame_offset_info->mp[0].offset; in mm_app_alloc_bufs() 302 app_bufs[i].buf.planes[0].reserved[0] = 0; in mm_app_alloc_bufs() 304 app_bufs[i].buf.planes[j].length = frame_offset_info->mp[j].len; in mm_app_alloc_bufs() 305 app_bufs[i].buf.planes[j].m.userptr = app_bufs[i].buf.fd; in mm_app_alloc_bufs() 306 app_bufs[i].buf.planes[j].data_offset = frame_offset_info->mp[j].offset; in mm_app_alloc_bufs() 307 app_bufs[i].buf.planes[j].reserved[0] = in mm_app_alloc_bufs() [all …]
|
/device/asus/flo/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 214 bufDef.planes[0].length = offset.mp[0].len; in getBufDef() 215 bufDef.planes[0].m.userptr = mMemInfo[index].fd; in getBufDef() 216 bufDef.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 217 bufDef.planes[0].reserved[0] = 0; in getBufDef() 219 bufDef.planes[i].length = offset.mp[i].len; in getBufDef() 220 bufDef.planes[i].m.userptr = mMemInfo[i].fd; in getBufDef() 221 bufDef.planes[i].data_offset = offset.mp[i].offset; in getBufDef() 222 bufDef.planes[i].reserved[0] = in getBufDef() 223 bufDef.planes[i-1].reserved[0] + in getBufDef() 224 bufDef.planes[i-1].length; in getBufDef()
|
/device/lge/hammerhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 214 bufDef.planes[0].length = offset.mp[0].len; in getBufDef() 215 bufDef.planes[0].m.userptr = mMemInfo[index].fd; in getBufDef() 216 bufDef.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 217 bufDef.planes[0].reserved[0] = 0; in getBufDef() 219 bufDef.planes[i].length = offset.mp[i].len; in getBufDef() 220 bufDef.planes[i].m.userptr = mMemInfo[i].fd; in getBufDef() 221 bufDef.planes[i].data_offset = offset.mp[i].offset; in getBufDef() 222 bufDef.planes[i].reserved[0] = in getBufDef() 223 bufDef.planes[i-1].reserved[0] + in getBufDef() 224 bufDef.planes[i-1].length; in getBufDef()
|
/device/moto/shamu/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 213 bufDef.planes[0].length = offset.mp[0].len; in getBufDef() 214 bufDef.planes[0].m.userptr = mMemInfo[index].fd; in getBufDef() 215 bufDef.planes[0].data_offset = offset.mp[0].offset; in getBufDef() 216 bufDef.planes[0].reserved[0] = 0; in getBufDef() 218 bufDef.planes[i].length = offset.mp[i].len; in getBufDef() 219 bufDef.planes[i].m.userptr = mMemInfo[i].fd; in getBufDef() 220 bufDef.planes[i].data_offset = offset.mp[i].offset; in getBufDef() 221 bufDef.planes[i].reserved[0] = in getBufDef() 222 bufDef.planes[i-1].reserved[0] + in getBufDef() 223 bufDef.planes[i-1].length; in getBufDef()
|
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_stream.c | 278 memcpy(&my_obj->buf[0].planes,&buf->planes,buf->num_planes * sizeof(struct v4l2_plane)); in mm_stream_buf_notify() 830 struct v4l2_plane planes[VIDEO_MAX_PLANES]; in mm_stream_read_msm_frame() local 840 vb.m.planes = &planes[0]; in mm_stream_read_msm_frame() 862 __func__, i, vb.m.planes[i].reserved[0], in mm_stream_read_msm_frame() 863 vb.m.planes[i].data_offset); in mm_stream_read_msm_frame() 864 buf_info->buf->planes[i].reserved[0] = in mm_stream_read_msm_frame() 865 vb.m.planes[i].reserved[0]; in mm_stream_read_msm_frame() 866 buf_info->buf->planes[i].data_offset = in mm_stream_read_msm_frame() 867 vb.m.planes[i].data_offset; in mm_stream_read_msm_frame() 1051 buffer.m.planes = &buf->planes[0]; in mm_stream_qbuf()
|