Home
last modified time | relevance | path

Searched refs:Pixel (Results 1 – 25 of 31) sorted by relevance

12

/device/google/sunfish-sepolicy/private/
Dgoogle_camera_app.te1 ## Custom security policy for Google Camera App, the default camera application on Pixel devices.
3 ## Google Camera App is a standard app for the most part, but on Pixel devices
/device/google/coral-sepolicy/private/
Dgoogle_camera_app.te1 ## Custom security policy for Google Camera App, the default camera application on Pixel devices.
3 ## Google Camera App is a standard app for the most part, but on Pixel devices
/device/google/cuttlefish/host/frontend/vnc_server/
Dvnc_client_connection.cpp48 using Pixel = uint32_t; typedef
317 using Pixel = ScreenRegionView::Pixel; in AppendRawStripe() typedef
322 for (size_t i = init_size; i < fbu.size(); i += sizeof(Pixel)) { in AppendRawStripe()
323 CHECK_LE(i + sizeof(Pixel), fbu.size()); in AppendRawStripe()
324 Pixel raw_pixel{}; in AppendRawStripe()
329 Pixel pixel = Pixel{red} << pixel_format_.red_shift | in AppendRawStripe()
330 Pixel{blue} << pixel_format_.blue_shift | in AppendRawStripe()
331 Pixel{green} << pixel_format_.green_shift; in AppendRawStripe()
Dmocks.h20 typedef uint32_t Pixel; typedef
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430UgaDraw.c131 UINT8 Pixel; in CirrusLogic5430UgaDrawBlt() local
282Pixel = (UINT8) ((Blt->Red & 0xe0) | ((Blt->Green >> 3) & 0x1c) | ((Blt->Blue >> 6) & 0x03)); in CirrusLogic5430UgaDrawBlt()
283 WidePixel = (Pixel << 8) | Pixel; in CirrusLogic5430UgaDrawBlt()
304 &Pixel in CirrusLogic5430UgaDrawBlt()
326 &Pixel in CirrusLogic5430UgaDrawBlt()
DCirrusLogic5430GraphicsOutput.c234 UINT8 Pixel; in CirrusLogic5430GraphicsOutputBlt() local
387 Pixel = RGB_BYTES_TO_PIXEL (Blt->Red, Blt->Green, Blt->Blue); in CirrusLogic5430GraphicsOutputBlt()
388 WidePixel = (Pixel << 8) | Pixel; in CirrusLogic5430GraphicsOutputBlt()
409 &Pixel in CirrusLogic5430GraphicsOutputBlt()
431 &Pixel in CirrusLogic5430GraphicsOutputBlt()
/device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
DPlatformBootManager.c398 White.Pixel, in PlatformBootManagerWaitCallback()
399 Black.Pixel, in PlatformBootManagerWaitCallback()
401 White.Pixel, in PlatformBootManagerWaitCallback()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c1204 UINT32 Pixel; in FbGopVbeBltWorker() local
1275 Pixel = VbeBuffer[0] | VbeBuffer[1] << 8 | VbeBuffer[2] << 16 | VbeBuffer[3] << 24; in FbGopVbeBltWorker()
1276 Blt->Red = (UINT8) ((Pixel >> Mode->Red.Position) & Mode->Red.Mask); in FbGopVbeBltWorker()
1277 Blt->Blue = (UINT8) ((Pixel >> Mode->Blue.Position) & Mode->Blue.Mask); in FbGopVbeBltWorker()
1278 Blt->Green = (UINT8) ((Pixel >> Mode->Green.Position) & Mode->Green.Mask); in FbGopVbeBltWorker()
1328 Pixel = ((Blt->Red & Mode->Red.Mask) << Mode->Red.Position) | in FbGopVbeBltWorker()
1338 &Pixel, in FbGopVbeBltWorker()
1378 Pixel = ((Blt->Red & Mode->Red.Mask) << Mode->Red.Position) | in FbGopVbeBltWorker()
1383 &Pixel, in FbGopVbeBltWorker()
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
DUgaDraw.h85 EFI_UGA_PIXEL Pixel; member
DGraphicsOutput.h104 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUgaDraw.h83 EFI_UGA_PIXEL Pixel; member
DGraphicsOutput.h145 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
DUgaDraw.h99 EFI_UGA_PIXEL Pixel; member
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c723 White.Pixel, in PlatformBootManagerWaitCallback()
724 Black.Pixel, in PlatformBootManagerWaitCallback()
726 White.Pixel, in PlatformBootManagerWaitCallback()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
DGraphicsOutput.h114 EFI_GRAPHICS_OUTPUT_BLT_PIXEL Pixel; member
/device/google/sunfish-sepolicy/vendor/google/
Dgoogle_camera_app.te1 ## Custom security policy for Google Camera App, the default camera application on Pixel devices.
3 ## Google Camera App is a standard app for the most part, but on Pixel devices
Dseapp_contexts11 # Domain for Pixel Logger
/device/google/coral-sepolicy/vendor/google/
Dgoogle_camera_app.te1 ## Custom security policy for Google Camera App, the default camera application on Pixel devices.
3 ## Google Camera App is a standard app for the most part, but on Pixel devices
Dseapp_contexts11 # Domain for Pixel Logger
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DX11GraphicsWindow.c615 EFI_UGA_PIXEL Pixel; in X11ColorToPixel() local
617 memset (&Pixel, 0, sizeof (EFI_UGA_PIXEL)); in X11ColorToPixel()
620 Pixel.Red = (val >> Drv->r.shift) << Drv->r.csize; in X11ColorToPixel()
621 Pixel.Green = (val >> Drv->g.shift) << Drv->g.csize; in X11ColorToPixel()
622 Pixel.Blue = (val >> Drv->b.shift) << Drv->b.csize; in X11ColorToPixel()
624 return Pixel; in X11ColorToPixel()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c1956 UINT32 Pixel; in BiosVideoGraphicsOutputVbeBlt() local
2029 Pixel = *(UINT32 *) (VbeBuffer); in BiosVideoGraphicsOutputVbeBlt()
2030 Blt->Red = (UINT8) ((Pixel >> Mode->Red.Position) & Mode->Red.Mask); in BiosVideoGraphicsOutputVbeBlt()
2031 Blt->Blue = (UINT8) ((Pixel >> Mode->Blue.Position) & Mode->Blue.Mask); in BiosVideoGraphicsOutputVbeBlt()
2032 Blt->Green = (UINT8) ((Pixel >> Mode->Green.Position) & Mode->Green.Mask); in BiosVideoGraphicsOutputVbeBlt()
2082 Pixel = ((Blt->Red & Mode->Red.Mask) << Mode->Red.Position) | in BiosVideoGraphicsOutputVbeBlt()
2092 &Pixel, in BiosVideoGraphicsOutputVbeBlt()
2131 Pixel = ((Blt->Red & Mode->Red.Mask) << Mode->Red.Position) | in BiosVideoGraphicsOutputVbeBlt()
2136 &Pixel, in BiosVideoGraphicsOutputVbeBlt()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c2285 UINT32 Pixel; in BiosVideoVbeBltWorker() local
2356 Pixel = VbeBuffer[0] | VbeBuffer[1] << 8 | VbeBuffer[2] << 16 | VbeBuffer[3] << 24; in BiosVideoVbeBltWorker()
2357 Blt->Red = (UINT8) ((Pixel >> Mode->Red.Position) & Mode->Red.Mask); in BiosVideoVbeBltWorker()
2358 Blt->Blue = (UINT8) ((Pixel >> Mode->Blue.Position) & Mode->Blue.Mask); in BiosVideoVbeBltWorker()
2359 Blt->Green = (UINT8) ((Pixel >> Mode->Green.Position) & Mode->Green.Mask); in BiosVideoVbeBltWorker()
2409 Pixel = ((Blt->Red & Mode->Red.Mask) << Mode->Red.Position) | in BiosVideoVbeBltWorker()
2419 &Pixel, in BiosVideoVbeBltWorker()
2459 Pixel = ((Blt->Red & Mode->Red.Mask) << Mode->Red.Position) | in BiosVideoVbeBltWorker()
2464 &Pixel, in BiosVideoVbeBltWorker()
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBootManagerLib/
DBdsPlatform.c1600 White.Pixel, in PlatformBootManagerWaitCallback()
1601 Black.Pixel, in PlatformBootManagerWaitCallback()
1603 White.Pixel, in PlatformBootManagerWaitCallback()
/device/google/bonito/
Dinit.hardware.usb.rc67 write /config/usb_gadget/g1/strings/0x409/product Pixel
/device/google/crosshatch/
Dinit.hardware.usb.rc78 write /config/usb_gadget/g1/strings/0x409/product Pixel

12