Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavideoformat.c191 va_format_is_rgb (const VAImageFormat * va_format) in va_format_is_rgb() function
214 return va_format_is_rgb (fmt1) ? va_format_is_same_rgb (fmt1, fmt2) : TRUE; in va_format_is_same()
331 if (!va_format_is_rgb (image_format)) in fix_map()