Searched refs:bufHasStartcode (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/frontends/va/ |
D | picture.c | 244 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) in bufHasStartcode() function 289 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType() 296 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType() 303 if (bufHasStartcode(buf, 0x0000010d, 32) || in handleVASliceDataBufferType() 304 bufHasStartcode(buf, 0x0000010c, 32) || in handleVASliceDataBufferType() 305 bufHasStartcode(buf, 0x0000010b, 32)) in handleVASliceDataBufferType() 314 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType()
|