v4l2_format *f) struct deinterlace_q_data *q_data; struct vb2_queue *vq; - vq = v4l2_m2m_get_vq(ctx->m2m_ctx, f->type); + vq = v4l2_m2m_get_vq(ctx->fh.m2m_ctx, f->type); if (!vq) return -EINVAL; @@ -666,36 +666,6 @@ static int vidioc_s_fmt_vid_out(struct fil...
-struct vpfe_pixel_format { - struct v4l2_fmtdesc fmtdesc; - /* bytes per pixel */ - int bpp; -}; - struct vpfe_std_info { int active_pixels; int active_lines; Previous message View by thread View by date Next message [PATCH] am437x: remove unused struct vpfe_pixel_format Hans ...
(), ff_v4l2_m2m_codec_full_reinit(), ff_vc1_parse_frame_header(), ff_wma_init(), ffmmal_init_decoder(), frame_worker_thread(), g726_reset(), get_buffer_internal(), get_category(), get_format(), get_nb_samples(), get_pixel_format(), h263_get_format(), hap_decode(), ...
◆ camera_v4l2_dev_node gint NvDsSourceConfig::camera_v4l2_dev_node Definition at line 52 of file deepstream_sources.h. ◆ cuda_memory_type guint NvDsSourceConfig::cuda_memory_type Definition at line 71 of file deepstream_sources.h. ◆ dewarper_config NvDsDewarperConfig NvDsSourceConfig...
void* NvBufSurface::_reserved[STRUCTURE_PADDING] Definition at line476of filenvbufsurface.h. ◆batchSize uint32_t NvBufSurface::batchSize Holds the batch size. Definition at line464of filenvbufsurface.h. ◆gpuId Holds a GPU ID. Valid only for a multi-GPU system. ...
struct v4l2_mbus_framefmt format; - struct spinlock slock; + spinlock_t slock; struct csis_pktbuf pkt_buf; struct s5pcsis_event events[S5PCSIS_NUM_EVENTS]; }; -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in ...
Hi Hans, Thank you for the patch.