Home | History | Annotate | Download | only in src

Lines Matching refs:color_fmt

1933             int color_fmt = COLOR_FMT_NV12_UBWC;
1939 y_meta_stride = VENUS_Y_META_STRIDE(color_fmt, width);
1940 y_meta_scanlines = VENUS_Y_META_SCANLINES(color_fmt, height);
1941 y_stride = VENUS_Y_STRIDE(color_fmt, width);
1942 y_sclines = VENUS_Y_SCANLINES(color_fmt, height);
1943 uv_meta_stride = VENUS_UV_META_STRIDE(color_fmt, width);
1944 uv_meta_scanlines = VENUS_UV_META_SCANLINES(color_fmt, height);
12294 int color_fmt, rc;
12316 color_fmt = COLOR_FMT_NV12;
12319 color_fmt = COLOR_FMT_NV12_UBWC;
12322 color_fmt = -1;
12325 new_calculated_size = VENUS_BUFFER_SIZE(color_fmt, m_reconfig_width, m_reconfig_height);