Home
last modified time | relevance | path

Searched defs:raw_image (Results 1 – 8 of 8) sorted by relevance

/external/crosvm/devices/src/virtio/scsi/sys/
Dlinux.rs21 let raw_image: File = open_file_or_duplicate(&self.path, &options) in open() localVariable
/external/crosvm/devices/src/virtio/block/sys/
Dlinux.rs38 let raw_image: File = open_file_or_duplicate(&self.path, &options) in open() localVariable
/external/rust/crates/vulkano/src/image/
Dstorage.rs112 let raw_image = RawImage::new( in with_usage() localVariable
192 let raw_image = RawImage::new( in new_with_exportable_fd() localVariable
Dattachment.rs404 let raw_image = RawImage::new( localVariable
508 let raw_image = RawImage::new( localVariable
Dimmutable.rs120 let raw_image = RawImage::new( in uninitialized() localVariable
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Dvulkano_gralloc.rs240 let raw_image = Arc::new(image::sys::RawImage::new( in create_image() localVariable
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc177 void SetRawImagePlanes(vpx_image_t* raw_image, VideoFrameBuffer* buffer) { in SetRawImagePlanes()
/external/libultrahdr/tests/
Djpegr_test.cpp364 uhdr_raw_image_t* raw_image = uhdr_get_decoded_image(obj); in decodeJpegRImg() local