Home
last modified time | relevance | path

Searched defs:Fourcc (Results 1 – 25 of 25) sorted by relevance

/system/cros-codecs/src/
Dlib.rs153 pub struct Fourcc(u32); struct
155 impl From<u32> for Fourcc { implementation
167 impl From<&[u8; 4]> for Fourcc { implementation
179 impl std::fmt::Display for Fourcc { implementation
190 impl std::fmt::Debug for Fourcc { implementation
259 impl From<DecodedFormat> for Fourcc { implementation
260 fn from(format: DecodedFormat) -> Fourcc { in from()
307 impl From<EncodedFormat> for Fourcc { implementation
308 fn from(format: EncodedFormat) -> Fourcc { in from()
Dc2_wrapper.rs158 input_fourcc: Fourcc, in new()
159 output_fourcc: Fourcc, in new()
209 input_fourcc: Fourcc, in new()
210 output_fourcc: Fourcc, in new()
Dvideo_frame.rs80 fn fourcc(&self) -> Fourcc; in fourcc()
/system/cros-codecs/src/c2_wrapper/
Dc2_decoder.rs57 fn supported_output_formats(&self) -> Result<Vec<Fourcc>, String>; in supported_output_formats()
174 input_fourcc: Fourcc, in new()
175 output_fourcc: Fourcc, in new()
Dc2_v4l2_decoder.rs37 fn supported_output_formats(&self) -> Result<Vec<Fourcc>, String> { in supported_output_formats()
Dc2_vaapi_decoder.rs44 fn supported_output_formats(&self) -> Result<Vec<Fourcc>, String> { in supported_output_formats()
Dc2_encoder.rs122 input_fourcc: Fourcc, in new()
123 output_fourcc: Fourcc, in new()
/system/cros-codecs/src/backend/
Dv4l2.rs10 impl From<v4l2r::PixelFormat> for crate::Fourcc { implementation
/system/cros-codecs/src/video_frame/
Dv4l2_mmap_video_frame.rs61 pub fn new(fourcc: Fourcc, resolution: Resolution) -> Self { in new()
100 fn fourcc(&self) -> Fourcc { in fourcc()
Dgbm_video_frame.rs340 fn fourcc(&self) -> Fourcc { in fourcc()
488 fourcc: Fourcc, in new_frame()
617 fourcc: Fourcc, in import_from_v4l2()
Dframe_pool.rs42 fn fourcc(&self) -> Fourcc { in fourcc()
Dgeneric_dma_video_frame.rs486 fn fourcc(&self) -> Fourcc { in fourcc()
/system/cros-codecs/src/encoder/stateful/h265/
Dv4l2.rs84 fourcc: Fourcc, in new()
134 fourcc: Fourcc, in new()
/system/cros-codecs/src/encoder/stateful/h264/
Dv4l2.rs104 fourcc: Fourcc, in new()
142 fourcc: Fourcc, in new()
/system/cros-codecs/src/encoder/stateful/vp8/
Dv4l2.rs59 fourcc: Fourcc, in new()
95 fourcc: Fourcc, in new()
/system/cros-codecs/src/encoder/stateful/vp9/
Dv4l2.rs72 fourcc: Fourcc, in new()
112 fourcc: Fourcc, in new()
/system/cros-codecs/examples/ccenc/
Dmain.rs59 fn codec_to_fourcc(codec: &Codec) -> Fourcc { in codec_to_fourcc()
/system/cros-codecs/src/backend/v4l2/decoder/
Dstateless.rs125 fourcc: Fourcc, in new_sequence()
/system/cros-codecs/src/device/v4l2/stateless/
Ddevice.rs167 format: Fourcc, in initialize_queues()
Dqueue.rs259 fourcc: Fourcc, in initialize()
/system/cros-codecs/src/encoder/stateless/vp9/
Dvaapi.rs262 fourcc: Fourcc, in new_vaapi()
/system/cros-codecs/src/encoder/stateless/h264/
Dvaapi.rs438 fourcc: Fourcc, in new_vaapi()
/system/cros-codecs/src/encoder/stateless/av1/
Dvaapi.rs551 fourcc: Fourcc, in new_vaapi()
/system/cros-codecs/src/backend/vaapi/
Dencoder.rs177 fourcc: Fourcc, in new()
/system/cros-codecs/src/backend/v4l2/
Dencoder.rs588 fourcc: Fourcc, in create()