Searched refs:bufHasStartcode (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/ |
D | picture.c | 252 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) in bufHasStartcode() function 297 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType() 304 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType() 311 if (bufHasStartcode(buf, 0x0000010d, 32) || in handleVASliceDataBufferType() 312 bufHasStartcode(buf, 0x0000010c, 32) || in handleVASliceDataBufferType() 313 bufHasStartcode(buf, 0x0000010b, 32)) in handleVASliceDataBufferType() 322 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType()
|