Searched refs:GL_MEM_WIDTH (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglmemory.c | 60 #define GL_MEM_WIDTH(gl_mem) _get_plane_width (&gl_mem->info, gl_mem->plane) macro 143 gl_mem->tex_width = GL_MEM_WIDTH (gl_mem); in _calculate_unpack_length() 162 ((GL_MEM_WIDTH (gl_mem) * n_gl_bytes) + j - 1) & ~(j - 1); in _calculate_unpack_length() 167 "RU%u(%u*%u) = %u)", j, GL_MEM_WIDTH (gl_mem), in _calculate_unpack_length() 168 GL_MEM_STRIDE (gl_mem), n_gl_bytes, j, GL_MEM_WIDTH (gl_mem), in _calculate_unpack_length() 195 (gfloat) (GL_MEM_WIDTH (gl_mem) * n_gl_bytes) / in _calculate_unpack_length() 206 "plane stride:%u and pixel stride:%u", GL_MEM_WIDTH (gl_mem), in _calculate_unpack_length()
|