Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/tnl/
Dt_vertex.c308 GLuint unpacked_size ) in _tnl_install_attrs() argument
337 if (unpacked_size) in _tnl_install_attrs()
370 if (unpacked_size) in _tnl_install_attrs()
371 vtx->vertex_size = unpacked_size; in _tnl_install_attrs()
Dt_vertex.h112 GLuint unpacked_size );
/third_party/gstreamer/gstplugins_good/ext/wavpack/
Dgstwavpackdec.c292 int32_t decoded, unpacked_size; in gst_wavpack_dec_handle_frame() local
381 unpacked_size = (dec->width / 8) * wph.block_samples * dec->channels; in gst_wavpack_dec_handle_frame()
382 outbuf = gst_buffer_new_and_alloc (unpacked_size); in gst_wavpack_dec_handle_frame()