Searched refs:bmp (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/broadcastradio/1.1/default/ |
D | VirtualProgram.cpp | 39 MetaData bmp = {MetadataType::INT, key, resources::demoPngId, {}, {}, {}}; in createDemoBitmap() local 41 bmp.type = MetadataType::RAW; in createDemoBitmap() 42 bmp.intValue = 0; in createDemoBitmap() 43 bmp.rawValue = hidl_vec<uint8_t>(resources::demoPng, std::end(resources::demoPng)); in createDemoBitmap() 45 return bmp; in createDemoBitmap()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_win32.cpp | 77 HBITMAP bmp; member 540 HBITMAP bmp = NULL; in wsi_win32_image_init() local 550 bmp = CreateDIBSection(image->sw.dc, &info, DIB_RGB_COLORS, &image->sw.ppvBits, NULL, 0); in wsi_win32_image_init() 551 assert(bmp && image->sw.ppvBits); in wsi_win32_image_init() 553 SelectObject(image->sw.dc, bmp); in wsi_win32_image_init() 556 int status = GetObject(bmp, sizeof(BITMAP), &header); in wsi_win32_image_init() 559 image->sw.bmp = bmp; in wsi_win32_image_init() 574 if(image->sw.bmp) in wsi_win32_image_finish() 575 DeleteObject(image->sw.bmp); in wsi_win32_image_finish()
|