Lines Matching full:enum
195 * @profile: the profile as &enum v4l2_mpeg_video_h264_profile
197 * Convert the &enum v4l2_mpeg_video_h264_profile to profile_idc as specified
202 static inline int nal_h264_profile(enum v4l2_mpeg_video_h264_profile profile) in nal_h264_profile()
220 * @level: the level as &enum v4l2_mpeg_video_h264_level
222 * Convert the &enum v4l2_mpeg_video_h264_level to level_idc as specified in
227 static inline int nal_h264_level(enum v4l2_mpeg_video_h264_level level) in nal_h264_level()
269 * @quantization: the quantization type as &enum v4l2_quantization
271 * Convert the &enum v4l2_quantization to video_full_range_flag as specified in
276 static inline int nal_h264_full_range(enum v4l2_quantization quantization) in nal_h264_full_range()
292 * @colorspace: the color space as &enum v4l2_colorspace
294 * Convert the &enum v4l2_colorspace to color_primaries as specified in
299 static inline int nal_h264_color_primaries(enum v4l2_colorspace colorspace) in nal_h264_color_primaries()
327 * @colorspace: the color space as &enum v4l2_colorspace
328 * @xfer_func: the transfer function as &enum v4l2_xfer_func
330 * Convert the &enum v4l2_xfer_func to transfer_characteristics as specified in
335 static inline int nal_h264_transfer_characteristics(enum v4l2_colorspace colorspace, in nal_h264_transfer_characteristics()
336 enum v4l2_xfer_func xfer_func) in nal_h264_transfer_characteristics()
358 * @colorspace: the color space as &enum v4l2_colorspace
359 * @ycbcr_encoding: the ycbcr encoding as &enum v4l2_ycbcr_encoding
361 * Convert the &enum v4l2_ycbcr_encoding to matrix_coefficients as specified in
366 static inline int nal_h264_matrix_coeffs(enum v4l2_colorspace colorspace, in nal_h264_matrix_coeffs()
367 enum v4l2_ycbcr_encoding ycbcr_encoding) in nal_h264_matrix_coeffs()