enum v4l2_field field; struct timeval timestamp; struct v4l2_timecode timecode; __u32 sequence; /* memory location */ enum v4l2_memory memory; union { __u32 offset; unsignedlong userptr; } m; __u32 length; __u32 input; __u32 reserved; }; --- 学而不思则罔,思而不学则殆 --...
__u32 v4l2_ctrl_videodec_inputbuf_metadata_::nBitStreamError Bits represent types of error as defined with v4l2_videodec_input_error_type. Definition at line 1831 of file v4l2_nv_extensions.h. The documentation for this struct was generated from the following file: libv4l2/include/linux/...
v4l2loopback [1] driver for testing) but I have a problem which I can't seem to find a solution. VLC [2] uses VIDIOC_CROPCAP [3] to detect the pixelaspect ratio of the input it receives from v4l2 device. But I can't seem to find a way to set struct v4l2_cropcap.pixelaspect ...
-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 ...
(), open_input_file(), qsv_decode_init(), qsv_init(), rv10_decode_init(), rv30_decode_init(), show_stream(), sp5x_decode_frame(), speedhq_decode_frame(), txd_decode_frame(), update_context_from_thread(), update_dimensions(), v4l2_decode_init(), v4l2_try_start(), vaapi_...
Hi Hans, Thank you for the patch.