Home
last modified time | relevance | path

Searched refs:plane_w (Results 1 – 4 of 4) sorted by relevance

/external/libdrm/tests/planetest/
Dplanetest.c39 uint32_t plane_w = 128, plane_h = 128; in main() local
82 plane[i]->bo = create_sp_bo(dev, plane_w, plane_h, 16, in main()
94 test_crtc->crtc->mode.hdisplay - plane_w); in main()
Datomictest.c45 uint32_t plane_w = 128, plane_h = 128; in main() local
94 plane[i]->bo = create_sp_bo(dev, plane_w, plane_h, 16, plane[i]->format, 0); in main()
114 test_crtc->crtc->mode.hdisplay - plane_w); in main()
/external/libkmsxx/utils/
Dkmscapture.cpp375 uint32_t plane_w = crtc->width() / camera_fds.size(); in main() local
382 auto cam = new CameraPipeline(cam_fd, card, crtc, plane, i * plane_w, 0, in main()
383 plane_w, crtc->height(), pixfmt, buffer_provider); in main()
/external/libaom/libaom/av1/common/
Dalloccommon.c147 const int plane_w = ((frame_w + ss_x) >> ss_x) + 2 * RESTORATION_EXTRA_HORZ; in av1_alloc_restoration_buffers() local
148 const int stride = ALIGN_POWER_OF_TWO(plane_w, 5); in av1_alloc_restoration_buffers()