HomeSort by relevance Sort by last modified time
    Searched refs:buffer_privates (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.h 83 struct list_head buffer_privates; member in struct:vl_mpeg12_decoder
vl_mpeg12_decoder.c 134 list_add(&priv->list, &dec->buffer_privates);
157 LIST_FOR_EACH_ENTRY_SAFE(priv, next, &dec->buffer_privates, list) {
    [all...]

Completed in 92 milliseconds