Home
last modified time | relevance | path

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

/external/crosvm/disk/src/sys/
Dwindows.rs57 let raw_image = base::open_file_or_duplicate(&params.path, &options) in open_raw_disk_image() localVariable
Dlinux.rs22 let raw_image = base::open_file_or_duplicate(&params.path, &options) in open_raw_disk_image() localVariable
/external/rust/android-crates-io/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.rs255 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/crosvm/disk/src/
Ddisk.rs312 let raw_image = sys::open_raw_disk_image(&params)?; in open_disk_file() localVariable
/external/libultrahdr/tests/
Djpegr_test.cpp366 uhdr_raw_image_t* raw_image = uhdr_get_decoded_image(obj); in decodeJpegRImg() local