Searched refs:bufHasStartcode (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture.c240 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) function in typeref:typename:unsigned int
272 if (bufHasStartcode(buf, 0x000001, 24))
279 if (bufHasStartcode(buf, 0x000001, 24))
286 if (bufHasStartcode(buf, 0x0000010d, 32) ||
287 bufHasStartcode(buf, 0x0000010c, 32) ||
288 bufHasStartcode(buf, 0x0000010b, 32))
297 if (bufHasStartcode(buf, 0x000001, 24))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture.c252 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) function in typeref:typename:unsigned int
297 if (bufHasStartcode(buf, 0x000001, 24))
304 if (bufHasStartcode(buf, 0x000001, 24))
311 if (bufHasStartcode(buf, 0x0000010d, 32) ||
312 bufHasStartcode(buf, 0x0000010c, 32) ||
313 bufHasStartcode(buf, 0x0000010b, 32))
322 if (bufHasStartcode(buf, 0x000001, 24))

Completed in 4 milliseconds