| /system/cros-codecs/src/ | 
| D | lib.rs | 153 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()
  | 
| D | c2_wrapper.rs | 158         input_fourcc: Fourcc,  in new() 159         output_fourcc: Fourcc,  in new() 209         input_fourcc: Fourcc,  in new() 210         output_fourcc: Fourcc,  in new()
  | 
| D | video_frame.rs | 80     fn fourcc(&self) -> Fourcc;  in fourcc()
  | 
| /system/cros-codecs/src/c2_wrapper/ | 
| D | c2_decoder.rs | 57     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()
  | 
| D | c2_v4l2_decoder.rs | 37     fn supported_output_formats(&self) -> Result<Vec<Fourcc>, String> {  in supported_output_formats()
  | 
| D | c2_vaapi_decoder.rs | 44     fn supported_output_formats(&self) -> Result<Vec<Fourcc>, String> {  in supported_output_formats()
  | 
| D | c2_encoder.rs | 122         input_fourcc: Fourcc,  in new() 123         output_fourcc: Fourcc,  in new()
  | 
| /system/cros-codecs/src/backend/ | 
| D | v4l2.rs | 10 impl From<v4l2r::PixelFormat> for crate::Fourcc {  implementation
  | 
| /system/cros-codecs/src/video_frame/ | 
| D | v4l2_mmap_video_frame.rs | 61     pub fn new(fourcc: Fourcc, resolution: Resolution) -> Self {  in new() 100     fn fourcc(&self) -> Fourcc {  in fourcc()
  | 
| D | gbm_video_frame.rs | 340     fn fourcc(&self) -> Fourcc {  in fourcc() 488         fourcc: Fourcc,  in new_frame() 617         fourcc: Fourcc,  in import_from_v4l2()
  | 
| D | frame_pool.rs | 42     fn fourcc(&self) -> Fourcc {  in fourcc()
  | 
| D | generic_dma_video_frame.rs | 486     fn fourcc(&self) -> Fourcc {  in fourcc()
  | 
| /system/cros-codecs/src/encoder/stateful/h265/ | 
| D | v4l2.rs | 84         fourcc: Fourcc,  in new() 134         fourcc: Fourcc,  in new()
  | 
| /system/cros-codecs/src/encoder/stateful/h264/ | 
| D | v4l2.rs | 104         fourcc: Fourcc,  in new() 142         fourcc: Fourcc,  in new()
  | 
| /system/cros-codecs/src/encoder/stateful/vp8/ | 
| D | v4l2.rs | 59         fourcc: Fourcc,  in new() 95         fourcc: Fourcc,  in new()
  | 
| /system/cros-codecs/src/encoder/stateful/vp9/ | 
| D | v4l2.rs | 72         fourcc: Fourcc,  in new() 112         fourcc: Fourcc,  in new()
  | 
| /system/cros-codecs/examples/ccenc/ | 
| D | main.rs | 59 fn codec_to_fourcc(codec: &Codec) -> Fourcc {  in codec_to_fourcc()
  | 
| /system/cros-codecs/src/backend/v4l2/decoder/ | 
| D | stateless.rs | 125         fourcc: Fourcc,  in new_sequence()
  | 
| /system/cros-codecs/src/device/v4l2/stateless/ | 
| D | device.rs | 167         format: Fourcc,  in initialize_queues()
  | 
| D | queue.rs | 259         fourcc: Fourcc,  in initialize()
  | 
| /system/cros-codecs/src/encoder/stateless/vp9/ | 
| D | vaapi.rs | 262         fourcc: Fourcc,  in new_vaapi()
  | 
| /system/cros-codecs/src/encoder/stateless/h264/ | 
| D | vaapi.rs | 438         fourcc: Fourcc,  in new_vaapi()
  | 
| /system/cros-codecs/src/encoder/stateless/av1/ | 
| D | vaapi.rs | 551         fourcc: Fourcc,  in new_vaapi()
  | 
| /system/cros-codecs/src/backend/vaapi/ | 
| D | encoder.rs | 177         fourcc: Fourcc,  in new()
  | 
| /system/cros-codecs/src/backend/v4l2/ | 
| D | encoder.rs | 588         fourcc: Fourcc,  in create()
  |