Searched refs:buffer_privates (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h83 struct list_head buffer_privates; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c134 list_add(&priv->list, &dec->buffer_privates);
157 LIST_FOR_EACH_ENTRY_SAFE(priv, next, &dec->buffer_privates, list) {
1212 list_inithead(&dec->buffer_privates);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.h83 struct list_head buffer_privates; member in struct:vl_mpeg12_decoder
H A Dvl_mpeg12_decoder.c134 list_add(&priv->list, &dec->buffer_privates);
157 LIST_FOR_EACH_ENTRY_SAFE(priv, next, &dec->buffer_privates, list) {
1214 list_inithead(&dec->buffer_privates);

Completed in 6 milliseconds