Searched refs:pixfmt (Results 1 – 7 of 7) sorted by relevance
/external/libkmsxx/utils/ |
D | kmscapture.cpp | 29 uint32_t iw, uint32_t ih, PixelFormat pixfmt, 41 DmabufFramebuffer* GetDmabufFrameBuffer(Card& card, uint32_t i, PixelFormat pixfmt); 71 DmabufFramebuffer* CameraPipeline::GetDmabufFrameBuffer(Card& card, uint32_t i, PixelFormat pixfmt) in GetDmabufFrameBuffer() argument 78 const PixelFormatInfo& format_info = get_pixel_format_info(pixfmt); in GetDmabufFrameBuffer() 85 return new DmabufFramebuffer(card, m_in_width, m_in_height, pixfmt, in GetDmabufFrameBuffer() 101 uint32_t iw, uint32_t ih, PixelFormat pixfmt, in CameraPipeline() argument 110 v4lfrms.pixel_format = (uint32_t)pixfmt; in CameraPipeline() 145 v4lfmt.fmt.pix.pixelformat = (uint32_t)pixfmt; in CameraPipeline() 175 fb = GetDmabufFrameBuffer(card, i, pixfmt); in CameraPipeline() 178 m_in_height, pixfmt); in CameraPipeline() [all …]
|
D | omap-wbcap.cpp | 24 WBStreamer(VideoStreamer* streamer, Crtc* crtc, PixelFormat pixfmt) in WBStreamer() argument 30 m_capdev.set_format(pixfmt, m.hdisplay, m.vdisplay / (m.interlace() ? 2 : 1)); in WBStreamer() 266 PixelFormat pixfmt = PixelFormat::XRGB8888; in main() local 283 pixfmt = FourCCToPixelFormat(s); in main() 316 auto src_plane = resman.reserve_generic_plane(src_crtc, pixfmt); in main() 323 auto dst_plane = resman.reserve_overlay_plane(dst_crtc, pixfmt); in main() 343 auto fb = new DumbFramebuffer(card, dst_width, dst_height, pixfmt); in main() 359 WBStreamer wb(vid.get_capture_streamer(), src_crtc, pixfmt); in main()
|
D | kmsview.cpp | 74 auto pixfmt = FourCCToPixelFormat(modestr); in main() local 87 auto plane = res.reserve_overlay_plane(crtc, pixfmt); in main() 90 auto fb = new DumbFramebuffer(card, w, h, pixfmt); in main()
|
D | kmstouch.cpp | 252 auto pixfmt = PixelFormat::XRGB8888; in main() local 256 Plane* plane = resman.reserve_overlay_plane(crtc, pixfmt); in main() 263 auto fb = new DumbFramebuffer(card, w, h, pixfmt); in main()
|
/external/mesa3d/src/panfrost/include/ |
D | panfrost-job.h | 99 #define MALI_EXTRACT_INDEX(pixfmt) (((pixfmt) >> 12) & 0xFF) argument
|
/external/v4l2_codec2/components/ |
D | V4L2Decoder.cpp | 548 for (const uint32_t& pixfmt : in setupOutputFormat() local 550 if (std::find(kSupportedOutputFourccs.begin(), kSupportedOutputFourccs.end(), pixfmt) == in setupOutputFormat() 552 ALOGD("Pixel format %s is not supported, skipping...", fourccToString(pixfmt).c_str()); in setupOutputFormat() 556 if (mOutputQueue->setFormat(pixfmt, size, 0) != std::nullopt) { in setupOutputFormat()
|
/external/skia/src/codec/ |
D | SkWuffsCodec.cpp | 132 uint32_t pixfmt = WUFFS_BASE__PIXEL_FORMAT__INVALID; in reset_and_decode_image_config() local 135 pixfmt = WUFFS_BASE__PIXEL_FORMAT__BGRA_NONPREMUL; in reset_and_decode_image_config() 138 pixfmt = WUFFS_BASE__PIXEL_FORMAT__RGBA_NONPREMUL; in reset_and_decode_image_config() 144 imgcfg->pixcfg.set(pixfmt, WUFFS_BASE__PIXEL_SUBSAMPLING__NONE, imgcfg->pixcfg.width(), in reset_and_decode_image_config()
|