Lines Matching full:from
58 impl From<&Sps> for v4l2_ctrl_h264_sps {
59 fn from(sps: &Sps) -> Self { in from() method
125 impl From<&Pps> for v4l2_ctrl_h264_pps {
126 fn from(pps: &Pps) -> Self { in from() method
169 impl From<&Pps> for v4l2_ctrl_h264_scaling_matrix {
170 fn from(pps: &Pps) -> Self { in from() method
191 impl From<&V4l2CtrlH264DpbEntry> for v4l2_h264_dpb_entry {
192 fn from(dpb: &V4l2CtrlH264DpbEntry) -> Self { in from() method
251 self.handle.dpb[i] = v4l2_h264_dpb_entry::from(&dpb[i]); in set_dpb_entries()
268 impl From<&V4l2CtrlH264DecodeParams> for SafeExtControl<H264DecodeParams> {
269 fn from(decode_params: &V4l2CtrlH264DecodeParams) -> Self { in from() method
270 SafeExtControl::<H264DecodeParams>::from(decode_params.handle) in from()
279 impl From<V4l2CtrlH264DecodeMode> for SafeExtControl<H264DecodeMode> {
280 fn from(decode_mode: V4l2CtrlH264DecodeMode) -> Self { in from() method
285 impl From<V4l2CtrlH264StartCode> for SafeExtControl<H264StartCode> {
286 fn from(decode_mode: V4l2CtrlH264StartCode) -> Self { in from() method