Home | History | Annotate | Download | only in media

Lines Matching refs:color_fmt

152 static inline unsigned int VENUS_Y_STRIDE(int color_fmt, int width)
158 switch (color_fmt) {
172 static inline unsigned int VENUS_UV_STRIDE(int color_fmt, int width)
178 switch (color_fmt) {
192 static inline unsigned int VENUS_Y_SCANLINES(int color_fmt, int height)
198 switch (color_fmt) {
212 static inline unsigned int VENUS_UV_SCANLINES(int color_fmt, int height)
218 switch (color_fmt) {
233 int color_fmt, int width, int height)
242 y_stride = VENUS_Y_STRIDE(color_fmt, width);
243 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
244 y_sclines = VENUS_Y_SCANLINES(color_fmt, height);
245 uv_sclines = VENUS_UV_SCANLINES(color_fmt, height);
246 switch (color_fmt) {
271 int color_fmt, int width, int height)
279 y_stride = VENUS_Y_STRIDE(color_fmt, width);
280 uv_stride = VENUS_UV_STRIDE(color_fmt, width);
281 y_sclines = VENUS_Y_SCANLINES(color_fmt, height);
282 uv_sclines = VENUS_UV_SCANLINES(color_fmt, height);
283 switch (color_fmt) {