Home
last modified time | relevance | path

Searched refs:byte_offset (Results 1 – 9 of 9) sorted by relevance

/system/ulib/ftl/ftln/
A Dftln_rd.c28 static int partial_page_read(FTLN ftl, ui32 vpn, uint byte_offset, uint byte_count, ui8* buf) { in partial_page_read() argument
43 memcpy(buf, &cache_ent->data[byte_offset], byte_count); in partial_page_read()
66 memcpy(buf, &ftl->swap_page[byte_offset], byte_count); in partial_page_read()
155 uint byte_offset = sect_offset * ftl->sect_size; in read_sectors() local
159 if (partial_page_read(ftl, vpn, byte_offset, byte_count, staged.buf)) in read_sectors()
/system/dev/display/display/
A Dimage.h62 info_.planes[i].byte_offset != config.planes[i].byte_offset) { in HasSameConfig()
A Dclient.cpp224 dc_image.planes[i].byte_offset = req->image_config.planes[i].byte_offset; in HandleImportVmoImage()
/system/ulib/sysmem/
A Dsysmem.cpp43 format->planes[0].byte_offset = 0; in SetImagePlaneInfoPlanarYuv()
48 format->planes[1].byte_offset = offset; in SetImagePlaneInfoPlanarYuv()
55 format->planes[2].byte_offset = offset; in SetImagePlaneInfoPlanarYuv()
/system/uapp/display-test/
A Dimage.cpp197 config_out->planes[0].byte_offset = 0; in GetConfig()
200 config_out->planes[1].byte_offset = stride_ * height_; in GetConfig()
/system/fidl/fuchsia-sysmem/
A Dimage_formats.fidl31 uint32 byte_offset;
/system/dev/display/vim-display/
A Dvim-display.cpp116 offset + image->planes[0].byte_offset, in vim_import_vmo_image()
145 offset + image->planes[0].byte_offset, in vim_import_vmo_image()
157 offset + image->planes[1].byte_offset, in vim_import_vmo_image()
248 && layer->image.planes[0].byte_offset == 0 in vim_check_configuration()
/system/banjo/ddk-protocol-display-controller/
A Ddisplay-controller.banjo19 uint32 byte_offset;
/system/fidl/fuchsia-hardware-display/
A Ddisplay-controller.fidl72 uint32 byte_offset;

Completed in 19 milliseconds