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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dpicture.c264 static const uint8_t start_code_h264[] = { 0x00, 0x00, 0x01 }; local in function:handleVASliceDataBufferType
275 buffers[num_buffers] = (void *const)&start_code_h264;
276 sizes[num_buffers++] = sizeof(start_code_h264);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dpicture.c288 static const uint8_t start_code_h264[] = { 0x00, 0x00, 0x01 }; local in function:handleVASliceDataBufferType
300 buffers[num_buffers] = (void *const)&start_code_h264;
301 sizes[num_buffers++] = sizeof(start_code_h264);

Completed in 3 milliseconds