Home
last modified time | relevance | path

Searched refs:DecoderOptions (Results 1 – 3 of 3) sorted by relevance

/system/cros-codecs/src/c2_wrapper/
Dc2_v4l2_decoder.rs30 type DecoderOptions = C2V4L2DecoderOptions; typedef
Dc2_decoder.rs52 type DecoderOptions: Clone + Send + 'static; typedef
54 fn new(options: Self::DecoderOptions) -> Result<Self, String> in new()
171 type Options = <B as C2DecoderBackend>::DecoderOptions;
Dc2_vaapi_decoder.rs32 type DecoderOptions = C2VaapiDecoderOptions; typedef