Searched refs:pix_fmt (Results 1 – 6 of 6) sorted by relevance
148 AVPixelFormat pix_fmt = AV_PIX_FMT_YUV420P; in init() local187 fEncoderCtx->pix_fmt = pix_fmt; in init()199 fFrame->format = pix_fmt; in init()
221 SkASSERT(fDecoderCtx->pix_fmt == frame->format); in convertFrame()
1209 uint32_t pix_fmt, in V4L2PixFmtToVideoCodecProfiles() argument1250 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() local1379 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() local1555 const auto video_fourcc = Fourcc::FromV4L2PixFmt(pix_fmt); in V4L2FormatToVideoFrameLayout()1558 << FourccToString(pix_fmt); in V4L2FormatToVideoFrameLayout()1592 switch (pix_fmt) { in V4L2FormatToVideoFrameLayout()[all …]
400 uint32_t pix_fmt,427 static size_t GetNumPlanesOfV4L2PixFmt(uint32_t pix_fmt);
67 VideoPixelFormat V4L2PixFmtToVideoPixelFormat(uint32_t pix_fmt) { in V4L2PixFmtToVideoPixelFormat() argument68 switch (pix_fmt) { in V4L2PixFmtToVideoPixelFormat()
129 __le32 pix_fmt; /* hard coding pixel format */ member312 ad->pix_fmt = pixel_format; in fsl_diu_init()