Searched refs:NumPlanes (Results 1 – 11 of 11) sorted by relevance
31 unsigned NumPlanes, /* Number of color planes */ variable227 NumPlanes = 4; in StartPage()229 NumPlanes = 1; in StartPage()247 putchar((int)NumPlanes); /* Output planes */ in StartPage()286 NumPlanes = 4; in StartPage()291 NumPlanes = 3; in StartPage()295 NumPlanes = 1; /* Black&white graphics */ in StartPage()325 if ((Planes[0] = malloc(header->cupsBytesPerLine + NumPlanes)) == NULL) in StartPage()331 for (plane = 1; plane < NumPlanes; plane ++) in StartPage()332 Planes[plane] = Planes[0] + plane * header->cupsBytesPerLine / NumPlanes; in StartPage()[all …]
55 unsigned NumPlanes, /* Number of color planes */ variable269 NumPlanes = 3; in StartPage()271 NumPlanes = 4; in StartPage()273 NumPlanes = 6; in StartPage()275 NumPlanes = 1; in StartPage()283 if ((Planes[0] = malloc(header->cupsBytesPerLine + NumPlanes)) == NULL) in StartPage()289 for (plane = 1; plane < NumPlanes; plane ++) in StartPage()290 Planes[plane] = Planes[0] + plane * header->cupsBytesPerLine / NumPlanes; in StartPage()558 if (NumPlanes > 1) in CompressData()567 else if (NumPlanes == 3) in CompressData()[all …]
121 static constexpr int NumPlanes(PlaneConfig);200 int numPlanes() const { return NumPlanes(fPlaneConfig); } in numPlanes()249 constexpr int SkYUVAInfo::NumPlanes(PlaneConfig planeConfig) { in NumPlanes() function
280 int n = SkYUVAInfo::NumPlanes(config); in supported()
137 for (int plane_index = kPlaneY; plane_index < decoder_buffer.NumPlanes(); in SetFrameData()375 for (int plane_index = kPlaneY; plane_index < decoder_buffer->NumPlanes(); in CopyFrameToDataBuffer()386 for (int plane_index = kPlaneY; plane_index < decoder_buffer->NumPlanes(); in Convert10BitFrameTo8BitDataBuffer()635 if (decoder_buffer->NumPlanes() > kMaxPlanes) { in DECODER_FUNC()
135 for (int plane_index = 0; plane_index < frame_buffer.NumPlanes(); in WriteFrame()
91 for (int plane = kPlaneY; plane < buffer.NumPlanes(); ++plane) { in GetMd5Sum()
141 LIBGAV1_PUBLIC int NumPlanes() const { in NumPlanes() function
45 planeIdx > NumPlanes(planeConfig)) { in PlaneSubsamplingFactors()
177 int numPlanes() const { return SkYUVAInfo::NumPlanes(fPlaneConfig); } in numPlanes()