Searched refs:plane_buf (Results 1 – 18 of 18) sorted by relevance
99 struct mm_camera_buf_def *plane_buf; member
1186 stream_buf = &my_obj->plane_buf[user_buf->buf_idx[i]]; in mm_stream_read_user_buf()1800 my_obj->plane_buf = my_obj->buf[0].user_buf.plane_buf; in mm_stream_init_bufs()1801 if (my_obj->plane_buf != NULL) { in mm_stream_init_bufs()1806 my_obj->plane_buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()1807 my_obj->plane_buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()1857 if (my_obj->plane_buf != NULL) { in mm_stream_deinit_bufs()1858 free(my_obj->plane_buf); in mm_stream_deinit_bufs()1859 my_obj->plane_buf = NULL; in mm_stream_deinit_bufs()
103 struct mm_camera_buf_def *plane_buf; member
252 mm_camera_buf_def_t *plane_buf; /*Pointer to plane buffer array Used only in Batch mode */ member
1471 stream_buf = &my_obj->plane_buf[user_buf->buf_idx[i]]; in mm_stream_read_user_buf()2182 my_obj->plane_buf = my_obj->buf[0].user_buf.plane_buf; in mm_stream_init_bufs()2183 if (my_obj->plane_buf != NULL) { in mm_stream_init_bufs()2188 my_obj->plane_buf[i].stream_id = my_obj->my_hdl; in mm_stream_init_bufs()2189 my_obj->plane_buf[i].stream_type = my_obj->stream_info->stream_type; in mm_stream_init_bufs()2240 if (my_obj->plane_buf != NULL) { in mm_stream_deinit_bufs()2241 free(my_obj->plane_buf); in mm_stream_deinit_bufs()2242 my_obj->plane_buf = NULL; in mm_stream_deinit_bufs()
269 mm_camera_buf_def_t *plane_buf; /*Pointer to plane buffer array Used only in Batch mode */ member
1301 batchBufDef.user_buf.plane_buf = mBufDefs; in getBatchBufDef()
1438 batchBufDef.user_buf.plane_buf = mBufDefs; in getBatchBufDef()
313 bufDef.user_buf.plane_buf = planeBufDef; in getUserBufDef()
1156 &frame->user_buf.plane_buf[frame->user_buf.buf_idx[i]]; in video_stream_cb_routine()
355 bufDef.user_buf.plane_buf = planeBufDef; in getUserBufDef()
1518 &frame->user_buf.plane_buf[frame->user_buf.buf_idx[i]]; in video_stream_cb_routine()