Home
last modified time | relevance | path

Searched refs:orig_format (Results 1 – 2 of 2) sorted by relevance

/third_party/pulseaudio/src/modules/oss/
Doss-util.c155 pa_sample_format_t orig_format; in pa_oss_auto_format() local
176 orig_format = ss->format; in pa_oss_auto_format()
197 if (orig_format != ss->format) in pa_oss_auto_format()
199 pa_sample_format_to_string(orig_format), in pa_oss_auto_format()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_resource.c170 enum pipe_format orig_format = rsc->b.b.format; in fd6_validate_format() local
174 if (orig_format == format) in fd6_validate_format()
177 if (rsc->layout.tile_mode && (is_r8g8(orig_format) != is_r8g8(format))) { in fd6_validate_format()