Searched refs:pixfmt (Results 1 – 3 of 3) sorted by relevance
50 unsigned int pixfmt; member129 const PixFormat *pixfmt = NULL; in SetFormat() local136 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 …]
50 bool setLayerImageInfo(int layer_index, unsigned int pixfmt, bool alpha_premult) { in setLayerImageInfo() argument51 return mWriter ? mWriter->setLayerImageInfo(layer_index, pixfmt, alpha_premult) : true; in setLayerImageInfo()
37 …virtual bool setLayerImageInfo(int __unused layer_index, unsigned int __unused pixfmt, bool __unus… in setLayerImageInfo() argument