Home | History | Annotate | Download | only in src

Lines Matching defs:buf_type

964     enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
969 rc = ioctl(my_obj->fd, VIDIOC_STREAMON, &buf_type);
995 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1013 rc = ioctl(my_obj->fd, VIDIOC_STREAMOFF, &buf_type);
1042 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) {
1272 "queued: %d, buf_type = %d flags = %d",
1275 my_obj->queued_buffer_count, buf_info->buf->buf_type,
1281 if(buf_info->buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) {
1441 if (buf->buf_type == CAM_STREAM_BUF_TYPE_USERPTR) {
1575 * @buf_type : type of buffer to be mapped. could be following values:
1580 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1593 uint8_t buf_type,
1606 packet.payload.buf_map.type = buf_type;
1613 CDBG("%s: mapping buf_type %d, stream_id %d, frame_idx %d, fd %d, size %d",
1614 __func__, buf_type, my_obj->server_stream_id, frame_idx, fd, size);
1628 * @buf_type : type of buffer to be unmapped. could be following values:
1633 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1644 uint8_t buf_type,
1655 packet.payload.buf_unmap.type = buf_type;
1675 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1711 * buf_type is CAM_MAPPING_BUF_TYPE_STREAM_BUF or
1792 if (my_obj->buf[i].buf_type == CAM_STREAM_BUF_TYPE_USERPTR) {