Searched refs:bufHasStartcode (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/va/ |
D | picture.c | 272 bufHasStartcode(vlVaBuffer *buf, unsigned int code, unsigned int bits) in bufHasStartcode() function 303 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType() 310 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType() 317 if (bufHasStartcode(buf, 0x0000010d, 32) || in handleVASliceDataBufferType() 318 bufHasStartcode(buf, 0x0000010c, 32) || in handleVASliceDataBufferType() 319 bufHasStartcode(buf, 0x0000010b, 32)) in handleVASliceDataBufferType() 328 if (bufHasStartcode(buf, 0x000001, 24)) in handleVASliceDataBufferType()
|