Home
last modified time | relevance | path

Searched refs:start_code_size (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/va/
Dpicture_mpeg4.c154 context->mpeg4.start_code_size = 0; in vlVaDecoderFixMPEG4Startcode()
175 context->mpeg4.start_code_size += sizeof(group_of_vop); in vlVaDecoderFixMPEG4Startcode()
207 memcpy(context->mpeg4.start_code + context->mpeg4.start_code_size, vop, vop_size); in vlVaDecoderFixMPEG4Startcode()
208 context->mpeg4.start_code_size += vop_size; in vlVaDecoderFixMPEG4Startcode()
Dva_private.h295 unsigned int start_code_size; member
Dpicture.c319 sizes[num_buffers++] = context->mpeg4.start_code_size; in handleVASliceDataBufferType()