Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c136 guint n_gl_bytes; in _calculate_unpack_length() local
147 n_gl_bytes = gst_gl_format_type_n_bytes (tex_format, tex_type); in _calculate_unpack_length()
148 if (n_gl_bytes == 0) { in _calculate_unpack_length()
155 gl_mem->unpack_length = GL_MEM_STRIDE (gl_mem) / n_gl_bytes; in _calculate_unpack_length()
159 while (j >= n_gl_bytes) { in _calculate_unpack_length()
162 ((GL_MEM_WIDTH (gl_mem) * n_gl_bytes) + j - 1) & ~(j - 1); in _calculate_unpack_length()
168 GL_MEM_STRIDE (gl_mem), n_gl_bytes, j, GL_MEM_WIDTH (gl_mem), in _calculate_unpack_length()
169 n_gl_bytes, round_up_j); in _calculate_unpack_length()
177 if (j < n_gl_bytes) { in _calculate_unpack_length()
183 while (j >= n_gl_bytes) { in _calculate_unpack_length()
[all …]