Searched refs:plane_buf (Results 1 – 6 of 6) sorted by relevance
117 struct mm_camera_buf_def *plane_buf; member
1671 stream_buf = &my_obj->plane_buf[user_buf->buf_idx[i]]; in mm_stream_read_user_buf()2383 my_obj->plane_buf = my_obj->buf[0].user_buf.plane_buf; in mm_stream_init_bufs()2384 if (my_obj->plane_buf != NULL) { in mm_stream_init_bufs()2389 my_obj->plane_buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()2390 my_obj->plane_buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()2434 if (my_obj->plane_buf != NULL) { in mm_stream_deinit_bufs()2435 free(my_obj->plane_buf); in mm_stream_deinit_bufs()2436 my_obj->plane_buf = NULL; in mm_stream_deinit_bufs()
323 mm_camera_buf_def_t *plane_buf; /*Pointer to plane buffer array Used only in Batch mode */ member
1567 batchBufDef.user_buf.plane_buf = mBufDefs; in getBatchBufDef()
357 bufDef.user_buf.plane_buf = planeBufDef; in getUserBufDef()
1596 &frame->user_buf.plane_buf[frame->user_buf.buf_idx[i]]; in video_stream_cb_routine()