Home
last modified time | relevance | path

Searched refs:pix_fmt (Results 1 – 6 of 6) sorted by relevance

/external/skia/experimental/ffmpeg/
DSkVideoEncoder.cpp148 AVPixelFormat pix_fmt = AV_PIX_FMT_YUV420P; in init() local
187 fEncoderCtx->pix_fmt = pix_fmt; in init()
199 fFrame->format = pix_fmt; in init()
DSkVideoDecoder.cpp221 SkASSERT(fDecoderCtx->pix_fmt == frame->format); in convertFrame()
/external/v4l2_codec2/accel/
Dv4l2_device.cc1209 uint32_t pix_fmt, in V4L2PixFmtToVideoCodecProfiles() argument
1250 switch (pix_fmt) { in V4L2PixFmtToVideoCodecProfiles()
1276 VLOGF(1) << "Unhandled pixelformat " << FourccToString(pix_fmt); in V4L2PixFmtToVideoCodecProfiles()
1378 const uint32_t pix_fmt = format.fmt.pix_mp.pixelformat; in AllocatedSizeFromV4L2Format() local
1379 const auto frame_fourcc = Fourcc::FromV4L2PixFmt(pix_fmt); in AllocatedSizeFromV4L2Format()
1381 VLOGF(1) << "Unsupported format " << FourccToString(pix_fmt); in AllocatedSizeFromV4L2Format()
1554 const uint32_t& pix_fmt = pix_mp.pixelformat; in V4L2FormatToVideoFrameLayout() local
1555 const auto video_fourcc = Fourcc::FromV4L2PixFmt(pix_fmt); in V4L2FormatToVideoFrameLayout()
1558 << FourccToString(pix_fmt); in V4L2FormatToVideoFrameLayout()
1592 switch (pix_fmt) { in V4L2FormatToVideoFrameLayout()
[all …]
Dv4l2_device.h400 uint32_t pix_fmt,
427 static size_t GetNumPlanesOfV4L2PixFmt(uint32_t pix_fmt);
Dv4l2_video_decode_accelerator.cc67 VideoPixelFormat V4L2PixFmtToVideoPixelFormat(uint32_t pix_fmt) { in V4L2PixFmtToVideoPixelFormat() argument
68 switch (pix_fmt) { in V4L2PixFmtToVideoPixelFormat()
/external/u-boot/drivers/video/
Dfsl_diu_fb.c129 __le32 pix_fmt; /* hard coding pixel format */ member
312 ad->pix_fmt = pixel_format; in fsl_diu_init()