Home
last modified time | relevance | path

Searched refs:pixfmt (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/common/libscaler/
Dlibscaler-m2m1shot.cpp50 unsigned int pixfmt; member
129 const PixFormat *pixfmt = NULL; in SetFormat() local
136 if (g_pixfmt_table[i].pixfmt == v4l2_fmt) { in SetFormat()
137 pixfmt = &g_pixfmt_table[i]; in SetFormat()
142 if (!pixfmt) { in SetFormat()
147 for (int i = 0; i < pixfmt->planes; i++) { in SetFormat()
148 if (((pixfmt->bit_pp[i] * width) % 8) != 0) { in SetFormat()
152 buf.plane[i].len = (pixfmt->bit_pp[i] * width * height) / 8; in SetFormat()
155 if (pixfmt->pixfmt == V4L2_PIX_FMT_YVU420) { in SetFormat()
162 for (int i = 0; i < pixfmt->planes; i++) in SetFormat()
[all …]
/hardware/google/graphics/common/libacryl/
Dacrylic_g2d.h50 bool setLayerImageInfo(int layer_index, unsigned int pixfmt, bool alpha_premult) { in setLayerImageInfo() argument
51 return mWriter ? mWriter->setLayerImageInfo(layer_index, pixfmt, alpha_premult) : true; in setLayerImageInfo()
/hardware/google/graphics/common/libacryl/hdrplugin_headers/hardware/exynos/
Dg2d_hdr_plugin.h37 …virtual bool setLayerImageInfo(int __unused layer_index, unsigned int __unused pixfmt, bool __unus… in setLayerImageInfo() argument